Skip to content

Commit a8da132

Browse files
committed
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).
1 parent 13b9f8e commit a8da132

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

CHANGELOG.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,29 @@ 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.10.0] - 2022-12-31
18+
19+
The release improves compatibility with new Tarantool versions.
20+
21+
### Added
22+
1323
- Support iproto feature discovery (#120)
1424
- Support errors extended information (#209)
15-
- Error type support in MessagePack (#209)
16-
- Event subscription support (#119)
17-
- Session settings support (#215)
18-
- pap-sha256 authorization method support (Tarantool EE feature) (#243)
25+
- Support error type in MessagePack (#209)
26+
- Support event subscriptin (#119)
27+
- Support session settings (#215)
28+
- Support pap-sha256 authorization method (Tarantool EE feature) (#243)
1929
- Support graceful shutdown (#214)
2030

21-
### Changed
22-
2331
### Fixed
2432

2533
- Decimal package uses a test variable DecimalPrecision instead of a
2634
package-level variable decimalPrecision (#233)
27-
- Flaky tests TestClientRequestObjectsWithContext and
28-
TestClientIdRequestObjectWithContext (#244)
35+
- Flaky test TestClientRequestObjectsWithContext (#244)
2936
- Flaky test multi/TestDisconnectAll (#234)
3037

3138
## [1.9.0] - 2022-11-02

0 commit comments

Comments
 (0)