Skip to content

Commit cdfcddf

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). Watcher events loss with a small per-request timeout (#284). Connect() panics on concurrent schema update (#278). Wrong Ttr setup by Queue.Cfg() (#278). Flaky queue/Example_connectionPool (#278). Flaky queue/Example_simpleQueueCustomMsgPack (#277). Other queue module version bumped to 1.3.0 (#278).
1 parent 521c0c3 commit cdfcddf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,23 @@ 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-05-18
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)
29+
- Missed iterator constant (#285)
1830

1931
### Changed
2032

@@ -23,6 +35,7 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
2335
### Fixed
2436

2537
- Several non-critical data race issues (#218)
38+
- Build on Apple M1 with OpenSSL (#260)
2639
- ConnectionPool does not properly handle disconnection with Opts.Reconnect
2740
set (#272)
2841
- Watcher events loss with a small per-request timeout (#284)

0 commit comments

Comments
 (0)