Skip to content

Releases: faust-streaming/faust

Updated aiokafka

07 Jun 23:43
Compare
Choose a tag to compare
  • aiokafka dependency updated to be >=0.7.1 and <0.8.0

Stability fixes

03 Jun 20:13
Compare
Choose a tag to compare
  • Error when logging slow process in aiokafka with python 3.9 153
  • FIX Record instances deserialize properly when returned by agent.ask151

Bug Fixes

14 May 20:44
Compare
Choose a tag to compare
  • Unit tests coverage improvements. Thanks to @taybin
  • Fix for #149

Bug Fixes

26 Apr 12:49
Compare
Choose a tag to compare
  • Fix partition from message for globaltables or tables that use partitioner 129
  • Calling window close callback after popping the value from store 137

Bug Fixes

12 Mar 22:01
9533e64
Compare
Choose a tag to compare
  • Add app_name to prometheus sensors120
    -DatadogMonitor - IndexError: deque index out of range113

Bug Fixes

28 Feb 17:40
Compare
Choose a tag to compare
  • fix agents with multiple topics116
  • Simplify the code by getting rid of deque_pushpopmax in favour of using maxlen= parameter of deque115
  • fixes a race condition in writing messages to topics that resulted in a violation of the ordering guarantee (especially changelog topics)112

Adding AeroSpike support

25 Feb 23:44
Compare
Choose a tag to compare
v0.6.0

annotation for this release

Partition Assignment Fix

19 Feb 15:06
d3f28bd
Compare
Choose a tag to compare
fix extra parameter (#101) (#109)

* fix extra parameter in on_rebalance call (#101)

Rebalance Fixes and Rocksdb features

10 Feb 16:45
Compare
Choose a tag to compare

Please update your rocksdb bindings to use faust-streaming-rocksdb>=0.8.0

  • Allow multiple workers to share rocksdb data dir98
  • Fix rebalance and recovery issues 83
    -92

Critical Fixes

29 Jan 19:42
Compare
Choose a tag to compare
  • Fix for 85
  • Fix for 88
  • Fix for 91
  • Enabled Tests 79
  • Fix for 84