Releases: stackabletech/trino-lb
Releases · stackabletech/trino-lb
v0.3.2
v0.3.1
v0.3.0
Added
- Added a configuration to specify the port numbers for
http
,https
andmetrics
(#43).
Changed
- BREAKING: Ensure no unknown config properties have been set. This is to make the user aware that what he tried to configure is not a valid configuration. You may need to adapt your configuration and remove any unknown properties (#43).
- Bump dependencies, such as
opentelemetry
0.23 -> 0.24,kube
0.92 -> 0.93 andredis
0.25 -> 0.26 (#41).
v0.2.3
v0.2.2
v0.2.1
Fixed
- Use redis
ConnectionManager
to reconnect on Redis connection failures. Previously trino-lb would stop working once the Redis Pod restarted. This change only affects the single Redis instance connection, not the cluster mode connection, as a ClusterConnection does not seem to support aConnectionManager
(#34).