-
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 uselocalhost
by default. - Fix a few compiler warnings and remove a few unused struct fields.
- Fix tests failing without the