Skip to content

Commit 461ad48

Browse files
committed
Release 1.12.1
Overview The patch release imports fixes from the master branch. Breaking changes There are no breaking changes in the release. Bugfixes Flaky decimal/TestSelect (#300). 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 6a6747c commit 461ad48

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@ 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
17-
decoded to a varbinary object (#313).
27+
decoded to a varbinary object (#313)
1828

1929
### Fixed
2030

0 commit comments

Comments
 (0)