v0.0.16
What's Changed
- fix: pin pydantic to v1 by @vijay-jangir in #114
- fix(graph) - remove breakpoint by @shirshanka in #116
- feat: add configuration of Kafka consumer groups via environment variable by @Masterchen09 in #112
- Kafka consumer reliability/performance improvements by @noggi in #117
Note: this release introduces an interface change in the EventSource's act() method. If you have a custom event source, you may need to update your code.
Full Changelog: v0.0.15...v0.0.16