Skip to content

Releases: adobe-apiplatform/api-gateway-request-validation

Generalize response status code handling

12 Feb 00:30
f71dce1

Choose a tag to compare

fix: Generalize response status code handling (#87)

* fix: handle extended status

* fix: generalize the http status code returned to nginx when required

---------

Co-authored-by: Andy Steed <andsteed@adobe.com>

Make oauth local cache token ttl configurable

24 Oct 19:07

Choose a tag to compare

1.3.22

Add support for max local cache TTL configuration

Silence Dogstatsd logging

04 Oct 20:17
28a853f

Choose a tag to compare

1.3.21

api-gateway-request-validation v1.3.21

Removed country code mapping table

08 Dec 13:46

Choose a tag to compare

  • Removed the country code mapping table; Adapted tests. (#19)
  • Versioning based on the Maven Assembly plugin. (#18)

Improve the extensibility of the OAuth validators

07 Sep 14:20

Choose a tag to compare

With this release you can customize more the behavior of the OAuth related validators (e.g. error codes, the variable to read the token from, etc.)

1.2.0-RC1

02 Sep 15:23

Choose a tag to compare

1.2.0-RC1 Pre-release
Pre-release

Improve the extensibility of the OAuth validators

1.1.1

28 Jan 07:37

Choose a tag to compare

1.1.1 Pre-release
Pre-release

New API Key Management

29 Oct 06:33

Choose a tag to compare

Pre-release

With this release you can associate more information to an API-KEY to be used in decorating the request before proxying to the actual backend.

Minor release to facilitate unit testing during docker build

13 Sep 23:21

Choose a tag to compare

This is a minor release fixing an issue when running the unit tests during the Docker build.

Enhanced Redis Support

17 Aug 07:34

Choose a tag to compare

Pre-release
  • Adds support to specify the Redis backend using Nginx upstream blocks: api-gateway-redis is the Redis Master node and api-gateway-redis-replica contains the read replicas