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.