Releases: ethlo/cloud-gateway
Releases · ethlo/cloud-gateway
v1.6.4
v.1.6.3
v1.6.2
v1.6.1
v1.6.0
What's Changed
- Add support for Lamebda projects.
- Static resource support with overlays: https://github.com/ethlo/cloud-gateway#serving-static-resources
- Support for the CorrelationIdHeader filter: https://github.com/ethlo/cloud-gateway#correlationidheader
Full Changelog: v1.5.0...v1.6.0
v1.3.0
- The logged response in case of an internal error/exception is now
500 Internal Server Error
and not200 OK
. The returned response was always correct. - Using
CircuitBreaker
withupstream-down
also return504
. - 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.