Skip to content

Commit 5f996e8

Browse files
committed
changelog
1 parent b5d3784 commit 5f996e8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
- The Stackable scaler now ensures that a `TrinoCluster` has changed to `ready` more than 5 seconds
8+
ago before marking it as `ready` ([#68]).
9+
10+
[#68]: https://github.com/stackabletech/trino-lb/pull/68
11+
712
## [0.5.0] - 2025-03-14
813

914
### Added
1015

11-
- The Stackable scaler now ensures that a `TrinoCluster` has changed to `ready` more than 5 seconds
12-
ago before marking it as `ready` ([#68]).
1316
- Support configuring compression for OTEL ([#70]).
1417
- Improve tracing details by adding a `tower_http::trace::TraceLayer` that creates spans for every HTTP request ([#71]).
1518
- Support compressing HTTP contents, previously the content was always uncompressed.
@@ -22,7 +25,6 @@ All notable changes to this project will be documented in this file.
2225
- Improve performance by using [`serde_json::value::RawValue`](https://docs.rs/serde_json/latest/serde_json/value/struct.RawValue.html) for the `data` and `columns` attributes to avoid unneeded deserialization and serialization of them ([#73]).
2326
- Bumped to Rust 2024 edition ([#76]).
2427

25-
[#68]: https://github.com/stackabletech/trino-lb/pull/68
2628
[#70]: https://github.com/stackabletech/trino-lb/pull/70
2729
[#71]: https://github.com/stackabletech/trino-lb/pull/71
2830
[#73]: https://github.com/stackabletech/trino-lb/pull/73

0 commit comments

Comments
 (0)