Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Changed

- Switch from the older `prusto` crate to the forked `trino-rust-client` ([#116]).

### Fixed

- Handle Redis connection errors (e.g. broken pipe during master failover) gracefully instead of panicking.
Previously, `get_queued_query_count` would `.unwrap()` on the Redis result, causing a panic that poisoned
the metrics `RwLock`, cascading into further panics and leaving pods unresponsive ([#111]).

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

## [0.6.0] - 2026-02-17

Expand Down
Loading
Loading