Skip to content

Releases: ethlo/cloud-gateway

v1.6.4

20 Jan 21:17
Compare
Choose a tag to compare

Fix the CorrelationIdHeader filter and add a test for it.

v.1.6.3

10 Jan 14:04
Compare
Choose a tag to compare

Fixes in InjectAccessTokenFilter:

  • Cleanup logging
  • Fix potential race condition if using multiple refresh tokens

v1.6.2

10 Jan 13:02
Compare
Choose a tag to compare
  • Fixed issues with InjectAccessTokenAuth filter. Now performing the access token fetch in a scheduled fashion(instead of on-demand) so it is not affecting incoming requests' performance.
  • Updated to latest dependencies.

v1.6.1

02 Dec 11:37
Compare
Choose a tag to compare

Fix for missing logging of request/response body data due to the introduction of a custom request-id generator in 1.6.0.

v1.6.0

18 Nov 14:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.3.0

18 Apr 10:27
Compare
Choose a tag to compare
  • The logged response in case of an internal error/exception is now 500 Internal Server Error and not 200 OK. The returned response was always correct.
  • Using CircuitBreaker with upstream-down also return 504.
  • If there is a exception when connecting to or reading from an upstream server the exception is now logged in ClickHouse logger.
  • Using Java 21 for builds and Docker image.