Skip to content

Commit 2acdc47

Browse files
committed
Release 0.2.0
1 parent 669f822 commit 2acdc47

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.2.0] - 2024-04-07
8+
79
### Added
810

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

1214
[#15]: https://github.com/stackabletech/trino-lb/pull/15
15+
16+
## [0.1.0] - 2024-01-16

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.0.1"
6+
version = "0.2.0"
77
authors = ["Stackable GmbH <info@stackable.tech>"]
88
license = "Apache-2.0"
99
edition = "2021"

0 commit comments

Comments
 (0)