Skip to content

Releases: aerospike/aerospike-rest-gateway

1.0.2

30 Apr 22:55
0ca89c0
Compare
Choose a tag to compare

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

10 Apr 20:15
8dd2c9e
Compare
Choose a tag to compare

REST Client 1.0.1

Features

  • Add documentation for new Query Parameters readModeAP and readModeSC

Fixes

  • Fix invalid swagger definition JSON

1.0.0

04 Apr 01:27
dbb50d8
Compare
Choose a tag to compare

Features

  • Introduced Aerospike REST Client
    • Support for single record requests. (kvs)
    • Support for multiple record reads with a single request. (batch)
    • Support for single record, multiple operations. (operate)
    • Support for info calls. (info)
    • Support Secondary Index modification. (index)
    • Support Namespace/Set truncation. (truncate)
    • Support for User and Role administration. (admin) (Requires Aerospike Enterprise Edition)