Skip to content

Bug Fixes

Compare
Choose a tag to compare
@patkivikram patkivikram released this 02 Jun 13:55
· 184 commits to master since this release
00adae7

What's Changed

  • Fix aiohttp ThreadedProducer driver python36, add unit tests by @cbrand in #277
  • Producer: Rewrite non enabled unit tests by @cbrand in #272
  • Rerouted HTTP requests retain the original request headers by @brennerd11 in #276
  • Added metadata_max_age_ms option for both Consumer and Producer by @Roman1us in #279
  • Added connections_max_idle_ms for consumer and producer by @magzot in #281
  • Fix stream filter not acking messages by @ameen-orca in #287
  • Add support for additional sentry tags and arguments by @ran-ka in #285
  • Improve monitor performance by @cbrand in #288
  • Update documentation to reference faust-streaming by @dude0001 in #290
  • Python 3.10 by @taybin in #205
  • Minimize standby remaining total calls by @cbrand in #292
  • support frozenset json serialization by @YiuRULE in #295
  • Fix user guide create channel example to run by @Robbie-Palmer in #299
  • Improve performance of recovery signal check by @cbrand in #291
  • re-import orjson module for json serialization/deserialization by @YiuRULE in #294
  • Fix readme typos by @wbarnha in #308
  • Faust commits the wrong offset in case of a gap in acks #312 by @s3563602123 in #313

New Contributors

Full Changelog: v0.8.4...v0.8.5