Skip to content

Commit 679e9c9

Browse files
committed
Release 1.9.0
Overview The release adds support for the latest version of the queue package with master-replica switching. Breaking changes There are no breaking changes in the release. New features Support the queue 1.2.1 (#177). ConnectionHandler interface for handling changes of connections in ConnectionPool (#178). Execute, ExecuteTyped and ExecuteAsync methods to ConnectionPool (#176). ConnectorAdapter type to use ConnectionPool as Connector interface (#176). An example how to use queue and connection_pool subpackages together (#176). Bugfixes Mode type description in the connection_pool subpackage (#208). Missed Role type constants in the connection_pool subpackage (#208). ConnectionPool does not close UnknownRole connections (#208). Segmentation faults in ConnectionPool requests after disconnect (#208). Addresses in ConnectionPool may be changed from an external code (#208). ConnectionPool recreates connections too often (#208). A connection is still opened after ConnectionPool.Close() (#208). Future.GetTyped() after Future.Get() does not decode response correctly (#213). Decimal package use a test function GetNumberLength instead of a package-level function getNumberLength (#219). Datetime location after encode + decode is unequal (#217). Wrong interval arithmetic with timezones (#221). Invalid MsgPack if STREAM_ID > 127 (#224). queue.Take() returns an invalid task (#222).
1 parent 9b68b88 commit 679e9c9

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CHANGELOG.md

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

1111
### Added
1212

13-
- Support queue 1.2.0 (#177)
13+
### Changed
14+
15+
### Fixed
16+
17+
## [1.9.0] - 2022-11-02
18+
19+
The release adds support for the latest version of the
20+
[queue package](https://github.com/tarantool/queue) with master-replica
21+
switching.
22+
23+
### Added
24+
25+
- Support the queue 1.2.1 (#177)
1426
- ConnectionHandler interface for handling changes of connections in
1527
ConnectionPool (#178)
1628
- Execute, ExecuteTyped and ExecuteAsync methods to ConnectionPool (#176)
1729
- ConnectorAdapter type to use ConnectionPool as Connector interface (#176)
1830
- An example how to use queue and connection_pool subpackages together (#176)
1931

20-
### Changed
21-
22-
- Bump queue package version to 1.2.1 (#176)
23-
2432
### Fixed
2533

2634
- Mode type description in the connection_pool subpackage (#208)

0 commit comments

Comments
 (0)