Releases: getsentry/arroyo
Releases · getsentry/arroyo
2.19.9
Various fixes & improvements
- perf: invalid message logging configuration (#416) by @lynnagara
2.19.8
Various fixes & improvements
- fix: Avoid polling the consumer if it says it's paused (#412) by @untitaker
2.19.7
Various fixes & improvements
- add reject reason to dlq interfaces (#410) by @lynnagara
2.19.6
Various fixes & improvements
- feat: Initial support for cooperative-sticky rebalancing (#407) by @untitaker
- chore: Fix a few warnings (#408) by @untitaker
2.19.5
Various fixes & improvements
- fix(dlq): Remove from buffer on partition revoke (#406) by @untitaker
2.19.4
2.19.3
Various fixes & improvements
- fix(dlq): Do not clone the message if the DLQ is disabled. (#402) by @untitaker
- feat: Make ONCE_PER_SECOND the default (#403) by @untitaker
- fix(meta): Fix repo link in Cargo.toml (#399) by @untitaker
2.19.2
Various fixes & improvements
- fix(dlq): Set limit correctly if no dlq-topic is configured (#401) by @untitaker
2.19.1
2.19.0
Various fixes & improvements
- chore: Preparations for publishing the Rust crate (#398) by @untitaker
- fix(rust): Add required metadata for crates.io (#328) by @untitaker
- Remove box from RunTaskInThreads (#393) by @untitaker
- chore(ci): Clippy fixes, bump rdkafka (#397) by @untitaker
- replace gh bot with gh app (#396) by @Jeffreyhung