Skip to content

Commit

Permalink
chore: Release 0.2.2 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer authored Jun 28, 2024
1 parent 2609019 commit 5445c15
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.2.2] - 2024-06-28

### 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]).

[#37]: https://github.com/stackabletech/trino-lb/pull/37

## [0.2.1] - 2024-06-21

### Fixed
Expand All @@ -13,11 +22,8 @@ All notable changes to this project will be documented in this file.
affects the single Redis instance connection, *not* the cluster mode connection, as a
[ClusterConnection](https://docs.rs/redis/latest/redis/cluster/struct.ClusterConnection.html) does not seem to support
a [`ConnectionManager`](https://docs.rs/redis/latest/redis/aio/struct.ConnectionManager.html) ([#34]).
- 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]).

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

## [0.2.0] - 2024-04-07

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["trino-lb", "trino-lb-persistence", "trino-lb-core", "trino-lb-bench"
resolver = "2"

[workspace.package]
version = "0.2.1"
version = "0.2.2"
authors = ["Stackable GmbH <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 5445c15

Please sign in to comment.