Skip to content

Releases: aerospike/aerospike-rest-gateway

1.6.1

27 Jul 07:49
5c353fd
Compare
Choose a tag to compare

REST Client 1.6.1

Features

  • Upgrade Spring Boot to 2.3.1

Improvements

  • Add examples and improve documentation

Fixes

  • Annotate defaultClient as Nullable
  • Add security enabled condition to the InvalidUserAuthentication test

1.6.0

19 Jul 07:08
90733c1
Compare
Choose a tag to compare

REST Client 1.6.0

Features

  • Support multi-user tenancy
  • Upgrade Java Aerospike client to 4.4.15

Fixes

  • Resolve Swagger parameter duplication in ScanController

1.5.0

02 Jun 08:17
a433fed
Compare
Choose a tag to compare

REST Client 1.5.0

Features

  • Support write operations in background scan
  • Improve Swagger documentation
  • Upgrade Java Aerospike client to 4.4.12

1.4.0

12 May 11:16
11787c8
Compare
Choose a tag to compare

REST Client 1.4.0

Features

  • Support paginated scan functionality
  • Support BYTE_ARRAY and GEO_JSON bins in Json format
  • Upgrade Java Aerospike client to 4.4.11

Fixes

  • Rename bins query parameter to fix naming collision
  • Fix predicate expressions docs

1.3.0

15 Apr 10:16
4f356dc
Compare
Choose a tag to compare

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

02 Apr 13:15
1b5ac69
Compare
Choose a tag to compare

REST Client 1.2.0

Features

  • Project Dockerization.
  • Migration from .war to .jar build.
  • Make use of enum instead of raw strings for Operations, for better swagger documentation.
  • Upgrade dependencies to the latest version.
  • Fix Travis build.

1.1.1

01 Jul 20:15
4cb37f8
Compare
Choose a tag to compare

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

22 May 20:05
672d609
Compare
Choose a tag to compare

REST Client 1.1.0

Features

  • Add Support for TLS Configuration between REST client and Aerospike Server.

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