Skip to content

Commit 723c344

Browse files
committed
Release 1.12.1
Overview The patch release with fixes from the master branch. Breaking changes There are no breaking changes in the release. Bugfixes Race condition at roundRobinStrategy.GetNextConnection() (#309) Incorrect decoding of an MP_DECIMAL when the `scale` value is negative (#314) Incorrect options (`after`, `batch_size` and `force_map_call`) setup for crud.SelectRequest (#320) Other Change encoding of the queue.Identify() UUID argument from binary blob to plain string. Needed for upgrade to Tarantool 3.0, where a binary blob is decoded to a varbinary object (#313).
1 parent 8f9b5ea commit 723c344

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1212

1313
### Changed
1414

15+
### Fixed
16+
17+
## [1.12.1] - 2023-08-03
18+
19+
The patch release with fixes from the master branch.
20+
21+
### Added
22+
23+
### Changed
24+
1525
- Change encoding of the queue.Identify() UUID argument from binary blob to
1626
plain string. Needed for upgrade to Tarantool 3.0, where a binary blob is
1727
decoded to a varbinary object (#313).

0 commit comments

Comments
 (0)