aerospike-client-go v1.27.0 Release Notes

Release Date: 2017-04-25 // about 7 years ago
  • Feature, Performance improvements and bug fix release.

    • New Features

      • Added BatchGetObjects method.
      • Added Exponential Backoff by introducing BasePolicy.SleepMultiplier. Only Values > 1.0 are effective. PR #192, thanks to Venil Noronha
    • Improvements

      • Packer tries to see if it can use generic data types before using reflection.
      • Operations, including CDTs do not allocate a buffer anymore, unless reused.
    • Incompatible changes:

      • BinName and BinValue are not exported in Operation anymore. These fields shouldn't have been used anyway since Operations used to cache their internal command.
    • Fixes