From 723c34455848bca38a6a217dbb8e70eb0a152448 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Thu, 3 Aug 2023 13:06:16 +0300 Subject: [PATCH] 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). --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91563a683..8a1a5d86e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. ### Changed +### Fixed + +## [1.12.1] - 2023-08-03 + +The patch release with fixes from the master branch. + +### Added + +### Changed + - 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).