Skip to content

Releases: aerospike/aerospike-rest-gateway

2.1.9

09 Dec 11:35
65ce799
Compare
Choose a tag to compare

Improvements

  • [APPS-1391] Update dependency versions.

Security

  • [APPS-1379] - Fix org.apache.tomcat.embed:tomcat-embed-core Uncaught Exception.
  • [APPS-1380], [APPS-1381] - Fix org.springframework:spring-webmvc Path Traversal.

2.1.8

31 Aug 07:35
72842cb
Compare
Choose a tag to compare

Security

  • [APPS-1290] - Fix org.bouncycastle:bcprov-jdk18on Infinite loop vulnerability.
  • [APPS-1291] - Fix org.apache.tomcat.embed:tomcat-embed-core Insufficient Session Expiration.

2.1.7

06 Apr 06:09
29ac958
Compare
Choose a tag to compare

Security

2.1.6

24 Jan 00:38
31f9931
Compare
Choose a tag to compare

Security

  • [APPS-1108] - Address various vulnerabilities.

2.1.5

25 Oct 22:02
c8ef1b0
Compare
Choose a tag to compare

Bug Fixes

  • [APPS-886] - Swagger API documentation does not display acceptable values for model 'type' fields.
  • [APPS-887] - Swagger API documentation does not correctly display the required fields for Operation models.
  • [APPS-941] - Fix http2 rapid-reset vulnerability CVE-2023-44487.

2.1.4

06 Sep 23:36
cfa87e3
Compare
Choose a tag to compare

Improvements

  • [APPS-882] - Clarify how to provide GeoJSON bin types in the documentation.

Bug Fixes

  • [APPS-884] - GeoJSON bins are inserted as Aerospike Maps.

2.1.3

29 Aug 00:14
4ff60e1
Compare
Choose a tag to compare

Improvements

  • [APPS-866] - Upgrade to aerospike-java-client version 7.1.0.

2.1.2

08 Aug 00:43
88556dd
Compare
Choose a tag to compare

Bug Fixes

  • [APPS-833] - Upgrade to aerospike-java-client version 7 (addresses CVE-2023-36480).

2.1.1

24 May 00:23
bd9ac8a
Compare
Choose a tag to compare

Improvements

  • [APPS-599] - REST: Add support for MAP_ORDERED and MAP_UNORDERED Map operation return types added in aerospike server 6.3.

Bug Fixes

  • [APPS-652] - REST: Using a sindex filter and pagination causes infinite pages to be returned. #124
  • [APPS-657] - REST: Support batch requests for server versions 5.x. #118
  • [APPS-697] - REST: Address CVE-2023-20860.
  • [APPS-730] - REST: Address CVE-2022-1471.

2.0.2

06 Dec 03:56
8d6e7e9
Compare
Choose a tag to compare
  • Renamed package from aerospike-client-rest to aerospike-rest-gateway.

Bug Fixes

  • [APPS-336] - REST: Fails to start when aerospike.restclient.requireauthentication=true.