- Chaining via implementing
ClientEvents
now supports passing also a vector, and results in chaining all completion by order they were given. - The returned result is now a Java(8<)
CompletableFuture
instead ofmanifold/Deferred
. - All listeners factored out of the main
client
namespace.
- Support ClientEvents vector to be a vector of completions instead of a single one.
- Bump aerospike lib to 4.4.15
- Added batch-exsits
- Bump aerospike lib to 4.4.10
- Added mocking for aerospike client
- Bump aerospike lib to 4.4.9
- Scan support
- Bump aerospike lib to 4.4.6
- Bump aerospike lib to 4.4.4.
- Improve CDT tests (requires testing against aerospike server v4.6)
- Rename set to set-single. [email protected]
- Support set with
update
policy. [email protected]
- Support multiple bins! [email protected]
- Update java client to 4.4.0.
- Support put with
replace_only
policy. [email protected]
- Update java client to 4.3.1.
- More accurate time measurements. [email protected]
- Bump Java library to 4.3.0.
- Add
put-multiple
API for parallel vectoric put. - Bug fix: username and password keys in client policy should be strings, not keywords.
- License changed to Apache 2.