From 0f59c427e70fe49380918f1551fb111a5ce3c5f8 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Wed, 28 Dec 2022 13:58:52 +0300 Subject: [PATCH] Release 1.10.0 Overview The release improves compatibility with new Tarantool versions. Breaking changes There are no breaking changes in the release. New features Support iproto feature discovery (#120). Support errors extended information (#209). Support error type in MessagePack (#209). Support event subscription (#119). Support session settings (#215). Support pap-sha256 authorization method (Tarantool EE feature) (#243). Support graceful shutdown (#214). Bugfixes Decimal package uses a test variable DecimalPrecision instead of a package-level variable decimalPrecision (#233). Flaky test TestClientRequestObjectsWithContext (#244). Flaky test multi/TestDisconnectAll (#234). --- CHANGELOG.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f57bbc22..9bc276b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,22 +10,29 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. ### Added +### Changed + +### Fixed + +## [1.10.0] - 2022-12-31 + +The release improves compatibility with new Tarantool versions. + +### Added + - Support iproto feature discovery (#120) - Support errors extended information (#209) -- Error type support in MessagePack (#209) -- Event subscription support (#119) -- Session settings support (#215) -- pap-sha256 authorization method support (Tarantool EE feature) (#243) +- Support error type in MessagePack (#209) +- Support event subscription (#119) +- Support session settings (#215) +- Support pap-sha256 authorization method (Tarantool EE feature) (#243) - Support graceful shutdown (#214) -### Changed - ### Fixed - Decimal package uses a test variable DecimalPrecision instead of a package-level variable decimalPrecision (#233) -- Flaky tests TestClientRequestObjectsWithContext and - TestClientIdRequestObjectWithContext (#244) +- Flaky test TestClientRequestObjectsWithContext (#244) - Flaky test multi/TestDisconnectAll (#234) ## [1.9.0] - 2022-11-02