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 723c344
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 723c344

Please sign in to comment.