Skip to content

Releases: getsentry/arroyo

2.7.1

02 Mar 20:11
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(run_task): Fix bug where join() would not actually wait for tasks (#190) by @untitaker

2.7.0

02 Mar 15:25
Compare
Choose a tag to compare

Various fixes & improvements

2.6.0

22 Feb 19:38
Compare
Choose a tag to compare

Various fixes & improvements

  • feat: Configurable strategy join timeout (#187) by @lynnagara
  • feat: Log exception if processing strategy exists on assignment (#186) by @lynnagara

2.5.3

17 Feb 19:19
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(decoder): Fix importing optional dependencies (#184) by @lynnagara

2.5.2

17 Feb 15:28
Compare
Choose a tag to compare
  • No documented changes.

2.5.1

16 Feb 20:45
Compare
Choose a tag to compare

Various fixes & improvements

2.5.0

20 Jan 21:35
Compare
Choose a tag to compare

Various fixes & improvements

2.4.0

10 Jan 16:38
Compare
Choose a tag to compare

Various fixes & improvements

2.3.1

21 Dec 21:03
Compare
Choose a tag to compare

Various fixes & improvements

2.3.0

14 Dec 22:41
Compare
Choose a tag to compare

Various fixes & improvements

  • feat: Add Reduce strategy (#157) by @lynnagara
  • ref: Remove Position and stop passing timestamps to the commit function (#165) by @lynnagara
  • feat: Add a schema validation strategy (#154) by @lynnagara
  • fix: Ensure Collect/ParallelCollect properly calls next_step methods (#163) by @lynnagara
  • feat: Remove the BatchProcessingStrategy and AbstractBatchWorker (#164) by @lynnagara
  • test: Fix streamprocessor tests (#160) by @lynnagara
  • docs: Call out the run task strategy (#161) by @lynnagara
  • fix: RunTaskWithMultiprocessing handles MessageRejected from subsequent steps (#158) by @lynnagara
  • ref: Improve typing of CommitOffsets strategy (#159) by @lynnagara