Skip to content

Minor feature release

Latest
Compare
Choose a tag to compare
@khaf khaf released this 01 May 12:35
· 1 commit to master since this release
  • New Features

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

    • Fixed large integers packing when encoding to messagepack. Thanks to Babur Makhmudov
    • Fixed Float serialization. Thanks to Jonas Breuer
  • 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.