Releases: getsentry/arroyo
Releases · getsentry/arroyo
2.19.10
Various fixes & improvements
- fix: Rebalancing fixes for kip-848 (#419) by @lynnagara
- update python versions (#421) by @lynnagara
- ref(dlq): Report dlq buffer length as well (#420) by @untitaker
- feat(run_task_in_threads): Allow passing closures, remove forced boxing (#418) by @untitaker
- fix: increase dlq buffer size (#417) by @lynnagara
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