Skip to content

Commit 7da8935

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/wait-for-trinocluster
2 parents a26d272 + 72b7157 commit 7da8935

36 files changed

Lines changed: 614 additions & 470 deletions

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
RUST_TOOLCHAIN_VERSION: "1.81.0"
8+
RUST_TOOLCHAIN_VERSION: "1.85.0"
99
RUSTFLAGS: "-D warnings"
1010
RUSTDOCFLAGS: "-D warnings"
1111
CARGO_TERM_COLOR: always

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
CARGO_TERM_COLOR: always
9-
RUST_TOOLCHAIN_VERSION: "1.81.0"
9+
RUST_TOOLCHAIN_VERSION: "1.85.0"
1010
HADOLINT_VERSION: "v2.12.0"
1111

1212
jobs:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags: ['v[0-9]+.[0-9]+.[0-9]+']
55

66
env:
7-
RUST_TOOLCHAIN_VERSION: "1.81.0"
7+
RUST_TOOLCHAIN_VERSION: "1.85.0"
88
RUSTFLAGS: "-D warnings"
99
RUSTDOCFLAGS: "-D warnings"
1010
CARGO_TERM_COLOR: always

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.5.0] - 2025-03-14
8+
79
### Added
810

911
- The Stackable scaler now ensures that a `TrinoCluster` has changed to `ready` more than 5 seconds
@@ -18,12 +20,14 @@ All notable changes to this project will be documented in this file.
1820

1921
- Improve tracing for running queries on Trino, adding spans for the request to Trino and parsing ([#71]).
2022
- 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]).
23+
- Bumped to Rust 2024 edition ([#76]).
2124

2225
[#68]: https://github.com/stackabletech/trino-lb/pull/68
2326
[#70]: https://github.com/stackabletech/trino-lb/pull/70
2427
[#71]: https://github.com/stackabletech/trino-lb/pull/71
2528
[#73]: https://github.com/stackabletech/trino-lb/pull/73
2629
[#74]: https://github.com/stackabletech/trino-lb/pull/74
30+
[#76]: https://github.com/stackabletech/trino-lb/pull/76
2731

2832
## [0.4.1] - 2025-03-03
2933

0 commit comments

Comments
 (0)