Docs for older client versions

The docs accessed here https://www.aerospike.com/docs/client/java/index.html seem to be for the latest version of the client library only (4). I’m using an older version (3) and there seems to be some differences. Is it possible to access the docs for specific versions of the client?

The website docs are only for the latest client version. You can create version specific docs on your local machine:

  1. git clone GitHub - aerospike/aerospike-client-java: Aerospike Java Client Library
  2. cd aerospike-client-java
  3. git checkout <version tag>
  4. ./build_all
  5. Double click on: client/apidocs/index.html
1 Like