Aerospike Go Client Release 2.1.1 (April 25, 2019)

Aerospike Go client version 2.1.1 was released on April 25, 2019.

Minor fixes and improvements release.

Improvements

  • Tend will not send rack: command to the nodes if ClientPolicy.RackAware is not set. PR #259, thanks to Dmitry Maksimov.
  • Adds a new GeoJSON example.

Bug Fixes

  • Fixes an issue where meta tags were ignored in reflection API for ScanAllObjects/QueryObjects/BatchGetObjects. Resolves #260.