Skip to content

Commit

Permalink
Release 1.12.1
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
oleg-jukovec committed Aug 3, 2023
1 parent 8f9b5ea commit 7440c89
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,19 @@ 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).
decoded to a varbinary object (#313)

### Fixed

Expand Down

0 comments on commit 7440c89

Please sign in to comment.