Skip to content

v1.3.0

Compare
Choose a tag to compare
@ethlo ethlo released this 18 Apr 10:27
· 72 commits to main since this release
  • 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.