Skip to content

1.0.57 / 2016-03-18

Compare
Choose a tag to compare
@jhecking jhecking released this 18 Mar 08:40
· 1769 commits to master since this release
1.0.57
  • 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).