Skip to content

Commit 084c48d

Browse files
committed
Release 1.11.0
Overview The release adds pagination support and wrappers for the crud module. Breaking changes There are no breaking changes in the release. New features Support pagination (#246). A Makefile target to test with race detector (#218). Support CRUD API (#108). An ability to replace a base network connection to a Tarantool instance (#265). Missed iterator constant (#285). Bugfixes Several non-critical data race issues (#218). Build on Apple M1 with OpenSSL (#260). ConnectionPool does not properly handle disconnection with Opts.Reconnect set (#272).
1 parent 4871044 commit 084c48d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,28 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Fixed
16+
17+
## [1.11.0] - 2023-04-28
18+
19+
The release adds pagination support and wrappers for the
20+
[crud](https://github.com/tarantool/crud) module.
21+
22+
### Added
23+
1324
- Support pagination (#246)
1425
- A Makefile target to test with race detector (#218)
1526
- Support CRUD API (#108)
1627
- An ability to replace a base network connection to a Tarantool
1728
instance (#265)
18-
19-
### Changed
29+
- Missed iterator constant (#285)
2030

2131
### Fixed
2232

2333
- Several non-critical data race issues (#218)
34+
- Build on Apple M1 with OpenSSL (#260)
2435
- ConnectionPool does not properly handle disconnection with Opts.Reconnect
2536
set (#272)
2637

0 commit comments

Comments
 (0)