Releases: aerospike/aerospike-client-go
Releases · aerospike/aerospike-client-go
v1.1.2
Release Date: December 19, 2014
- TTL fix for Scan, Query, and BatchGet
- This is a minor maintenance release. Please consult CHANGELOG.md to see the changes.
New Features
Record.Expirationwas not converted to TTL values onClient.BatchGet,Client.ScanandClient.Query.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Release Date: December 10, 2014
- Minor bug fix release.
New Features
- Fixed issue when the size of key field would not be estimated correctly when
WritePolicy.SendKeywas set.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Release Date: November 28, 2014
New Features
- Major performance improvements
Full Changelog: v1.0.3...v1.1.0
v1.0.3
Release Date: November 28, 2014
- Fix release.
Bug Fixes
- Fixes major issue with Unpacking strings of specific size (Packing was unaffected).
- Fixes minor issue with cluster node refresh.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Release Date: November 3, 2014
- Cluster Management Fix
New Features
- Please note that the data type for
WritePolicy.Generation,WritePolicy.ExpirationandStatement.TaskIdhave changed in this released. Please refer toCHANGELOG.mdfor details.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Release Date: September 10, 2014
New Features
- Batch, Operate, Scan, Query and UDF support.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.6.3
Release Date: July 09, 2015
- Maintenance release.
- Minor fix release.
New Features
- Improved documentation. PR#64 and #68. Thanks to Geert-Johan Riemer
Bug Fixes
- Fix a bunch of golint notices. PR #69, Thanks to Geert-Johan Riemer
- Connection.Read() total bytes count on error. PR #71, Thanks to Geert-Johan Riemer
- Fixed a race condition on objectMappings map. PR #72, Thanks to Geert-Johan Riemer
- Fixed a few uint -> int convertions
Full Changelog: v1.6.2...v1.6.3