Bug Fixes
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
- @brennerd11 made their first contribution in #276
- @magzot made their first contribution in #281
- @ameen-orca made their first contribution in #287
- @dude0001 made their first contribution in #290
- @YiuRULE made their first contribution in #295
- @Robbie-Palmer made their first contribution in #299
- @wbarnha made their first contribution in #308
- @s3563602123 made their first contribution in #313
Full Changelog: v0.8.4...v0.8.5