Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
Overview

    The release adds pagination support and wrappers for 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).
  • Loading branch information
oleg-jukovec committed Mar 24, 2023
1 parent 888d74d commit 8c7f9ef
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,23 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

### Added

### Changed

### Fixed

## [1.11.0] - 2023-03-24

The release adds pagination support and wrappers for for the
[crud](https://github.com/tarantool/crud) module.

### Added

- 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)

### Changed

### Fixed

- Several non-critical data race issues (#218)
Expand Down

0 comments on commit 8c7f9ef

Please sign in to comment.