Skip to content

Commit 0760977

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). Bugfixes Several non-critical data race issues (#218). ConnectionPool does not properly handle disconnection with Opts.Reconnect set (#272).
1 parent 888d74d commit 0760977

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +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-03-24
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)
1829

19-
### Changed
20-
2130
### Fixed
2231

2332
- Several non-critical data race issues (#218)

0 commit comments

Comments
 (0)