Releases: aerospike/aerospike-rest-gateway
Releases · aerospike/aerospike-rest-gateway
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
REST Client 1.3.0
Features
- Support relative CDT operations
- Support delete record operation in operate()
- Support nested CDT operations
- Support predicate expressions
- Support client server compression
- Support bitwise operations
- Support creation of list/map in a CDT context
- Support HyperLogLog operations
- Upgrade Java Aerospike client to 4.4.10
Fixes
- Skip tests on make build
- Align swagger documentation with all supported query parameters
1.2.0
1.1.1
REST Client 1.1.1
Features
- Increase Java Client version to
4.4.2
- Raise an exception when a top level operation object contains an invalid key. Previously the value was silently ignored.
Fixes
- Return appropriate error when unstable cluster is detected during call to
v1/cluster
endpoint. - Fix Incorrect documentation of replica policy's default value
1.1.0
REST Client 1.1.0
Features
- Add Support for TLS Configuration between REST client and Aerospike Server.
1.0.2
REST Client 1.0.2
Fixes
- Fix incorrect status code being returned when using certain
operate
methods on a non-existent record.
1.0.1
REST Client 1.0.1
Features
- Add documentation for new Query Parameters
readModeAP
andreadModeSC
Fixes
- Fix invalid swagger definition JSON