Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@khaf khaf released this 01 May 12:35
· 5 commits to master since this release

Release Date: May 01, 2023

  • Minor feature release

New Features

  • Support boolean particle type. [CLIENT-2099]
  • Implement std::convert::TryFromaerospike::Value for each variant. Resolves #124. Refer to the mentioned ticket for the use case. [CLIENT-2320]
  • Support queries and scans not sending a fresh message header per partition in server v6+. [CLIENT-2321]

Improvements

  • Fix tests failing without the AEROSPIKE_HOSTS environment variable set. Now they use localhost by default.
  • Fix a few compiler warnings and remove a few unused struct fields.

Bug Fixes

  • Fixed large integers packing when encoding to messagepack. Thanks to Babur Makhmudov.
  • Fixed Float serialization. Thanks to Jonas Breuer.

Full Changelog: v1.2.0...v1.3.0