Skip to content

Releases: stackabletech/trino-lb

v0.3.2

20 Aug 12:03
2ece871
Compare
Choose a tag to compare

[0.3.2] - 2024-08-20

Changed

  • Don't use the aws-lc-rs crate (introduced in [#45]), as it broke the Tilt build ([#46]).

Fixed

  • Fix division by zero when all clusters of a cluster group are not ready to accept queries ([#47]).

v0.3.1

16 Aug 11:05
547aea7
Compare
Choose a tag to compare

Fixed

  • Install default crypto provider, this prevent servers using https from starting (#45).

v0.3.0

15 Aug 10:54
1992bad
Compare
Choose a tag to compare

Added

  • Added a configuration to specify the port numbers for http, https and metrics (#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 and redis 0.25 -> 0.26 (#41).

v0.2.3

01 Jul 10:38
2dd015f
Compare
Choose a tag to compare

Fixed

  • URL-escape trino cluster credentials (#40).

v0.2.2

28 Jun 08:16
5445c15
Compare
Choose a tag to compare

Fixed

  • Periodically set all clusters that are not scaled to Ready. Previously this was only done during startup, which
    caused problems when the persistence was wiped while trino-lb is running (#37).

v0.2.1

21 Jun 11:31
ce28a2e
Compare
Choose a tag to compare

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 a ConnectionManager (#34).

v0.2.0

07 Apr 13:08
2acdc47
Compare
Choose a tag to compare

Added

  • BREAKING: Add support for single instance redis persistence (without Redis cluster mode).
    This is breaking, because you need to set trinoLb.persistence.redis.clusterMode: true in your config to keep using the cluster mode (#15).

v0.1.0

16 Jan 21:35
c381071
Compare
Choose a tag to compare

Initial release