Skip to content

Releases: getsentry/arroyo

2.10.6

16 May 14:09
Compare
Choose a tag to compare

Various fixes & improvements

2.10.5

15 May 19:16
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(run_task_with_multiprocessing): Do not attempt to skip over invalid messages (#231) by @untitaker

2.10.4

10 May 21:17
Compare
Choose a tag to compare

Various fixes & improvements

2.10.3

08 May 16:11
Compare
Choose a tag to compare

Various fixes & improvements

2.10.2

01 May 18:44
Compare
Choose a tag to compare

Various fixes & improvements

  • fix: Fix RunTaskInThreads to handle InvalidMessage during close, add tests (#218) by @lynnagara
  • fix(dlq): Fix crash during join when InvalidMessage in flight (#217) by @lynnagara
  • feat: Measure time to join strategy [SNS-2154] (#214) by @untitaker
  • feat: Add error instrumentation and timing to arroyo callbacks (#215) by @untitaker
  • feat: Add consumer dlq time (#213) by @untitaker

2.10.1

14 Apr 19:16
Compare
Choose a tag to compare

Various fixes & improvements

  • fix: Do not enter invalid state when strategy.submit raises InvalidMessage (#212) by @untitaker

2.10.0

12 Apr 19:46
Compare
Choose a tag to compare

Various fixes & improvements

  • feat(dlq): A DLQ implementation that keeps a copy of raw messages in a buffer (#202) by @lynnagara
  • fix: Fix installation of sphinx-autodoc-typehints (#211) by @untitaker

2.9.1

06 Apr 03:01
Compare
Choose a tag to compare

Various fixes & improvements

  • Revert "fix: Prevent repeated calls to consumer.pause() if already paused (#209)" (#210) by @lynnagara

2.9.0

05 Apr 23:46
Compare
Choose a tag to compare

Various fixes & improvements

  • feat: Codecs can encode and be used outside of strategies (#208) by @lynnagara
  • fix: Prevent repeated calls to consumer.pause() if already paused (#209) by @lynnagara
  • feat: Make DLQ buffer size configurable (#207) by @lynnagara
  • ref: Remove the FileMessageStorage backend (#206) by @lynnagara

2.8.0

30 Mar 20:00
Compare
Choose a tag to compare

Various fixes & improvements