Liking cljdoc? Tell your friends :D

VERSION 1.0.0

This is a breaking change.

  • 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 of manifold/Deferred.
  • All listeners factored out of the main client namespace.

VERSION 0.6.0

  • Support ClientEvents vector to be a vector of completions instead of a single one.
  • Bump aerospike lib to 4.4.15

VERSION 0.5.1

  • Added batch-exsits
  • Bump aerospike lib to 4.4.10

VERSION 0.5.0

  • Added mocking for aerospike client

VERSION 0.3.8

  • Bump aerospike lib to 4.4.9

VERSION 0.3.7

  • Scan support

VERSION 0.3.6

  • Bump aerospike lib to 4.4.6

VERSION 0.3.5

  • Bump aerospike lib to 4.4.4.
  • Improve CDT tests (requires testing against aerospike server v4.6)

VERSION 0.3.4

VERSION 0.3.3

VERSION 0.3.0

VERSION 0.2.7

VERSION 0.2.6

  • Update java client to 4.3.1.

VERSION 0.2.5

VERSION 0.2.4

  • 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.

A complete list of all java client related changes

Can you improve this documentation? These fine people already did:
Ido Barkan, liraz & yaron.elyashiv
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close