Skip to content

Commit 5445c15

Browse files
authored
chore: Release 0.2.2 (#39)
1 parent 2609019 commit 5445c15

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.2.2] - 2024-06-28
8+
9+
### Fixed
10+
11+
- Periodically set all clusters that are not scaled to `Ready`. Previously this was only done during startup, which
12+
caused problems when the persistence was wiped while trino-lb is running ([#37]).
13+
14+
[#37]: https://github.com/stackabletech/trino-lb/pull/37
15+
716
## [0.2.1] - 2024-06-21
817

918
### Fixed
@@ -13,11 +22,8 @@ All notable changes to this project will be documented in this file.
1322
affects the single Redis instance connection, *not* the cluster mode connection, as a
1423
[ClusterConnection](https://docs.rs/redis/latest/redis/cluster/struct.ClusterConnection.html) does not seem to support
1524
a [`ConnectionManager`](https://docs.rs/redis/latest/redis/aio/struct.ConnectionManager.html) ([#34]).
16-
- Periodically set all clusters that are not scaled to `Ready`. Previously this was only done during startup, which
17-
caused problems when the persistence was wiped while trino-lb is running ([#37]).
1825

1926
[#34]: https://github.com/stackabletech/trino-lb/pull/34
20-
[#37]: https://github.com/stackabletech/trino-lb/pull/37
2127

2228
## [0.2.0] - 2024-04-07
2329

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["trino-lb", "trino-lb-persistence", "trino-lb-core", "trino-lb-bench"
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.2.1"
6+
version = "0.2.2"
77
authors = ["Stackable GmbH <[email protected]>"]
88
license = "Apache-2.0"
99
edition = "2021"

0 commit comments

Comments
 (0)