aerospike-client-go v2.1.1 Release Notes

Release Date: 2019-04-25 // almost 5 years ago
  • Minor Fixes and improvements release.

    • Fixes

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

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