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 toBitResizeFlags
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.
- Changes the