aerospike-client-go v1.21.0 Release Notes

Release Date: 2016-11-16 // over 7 years ago
  • Minor fix release.

    • New Features

      • Added new constants for expiration in WritePolicy: TTLServerDefault, TTLDontExpire, TTLDontUpdate
    • Improvements

      • Corrects typos in the code. PR #142, thanks to Muyiwa Olurin
      • Use the tend connection for RequestInfo commands.
    • Fixes

      • Fixes an issue where TTL values were calcualted wrongly when they were set not to expire.
      • Fixes an issue where PutObjects would marshal []byte to List in database. PR #152, thanks to blide
      • Fixes an issue where Recordset could leak goroutines. PR #153, thanks to Deepak Prabhakara