Aerospike v1.0.57 Release Notes

Release Date: 2016-03-18 // about 8 years ago
    • ๐Ÿ‘Œ Improvements

      • Update build script to support Fedora 23 as well as Korora 22/23. #113, #115
      • Update Aerospike C client library to v4.0.3.
      • Optionally read hosts config from AEROSPIKE_HOSTS environment variable. Thanks to @mrbar42!
      • Collect TPS stats in benchmarks.
      • Update Travis CI config to test latest Node.js release & add badge. Thanks to @revington!
    • ๐Ÿ›  Fixes

      • Fix replica policy value overwriting gen policy [CLIENT-699]
      • Fix lists being returned as bytes in listGetRange/listPopRange operations (via C client library v4.0.3).