github aerospike/aerospike-client-go v4.0.0
Major Feature Release

latest releases: v7.7.2, v7.7.1, v7.7.0...
3 years ago

This release deprecates PredExp filters and replaces them with the far more capable Expressions.

  • New Features:

    • [CLIENT-1361] Replace predicate filters with new Aerospike Expressions.
  • Fixes

    • Allows unmarshalling of bool fields to sub objects in reflection API. (Github #325)
    • Fixes an issue where BatchIndexGet commands were not retried in some circumstances.
  • Incompatible changes:

    • Changes the BitResizeFlagsXXX enum types to BitResizeFlags type. This should not affect any code if the enums were used.
    • Changes the ListSortFlagsXXX enum types toListSortFlags are now typed. This should not affect any code if the enums were used.

Don't miss a new aerospike-client-go release

NewReleases is sending notifications on new releases.