3.13.0
What's Changed
- Fix error message formatting variable expansion by @tvainika in #851
- fix: return 422 for Avro/JSONSchema when payload does not match schema by @jjaakola-aiven in #853
- README: Fix badge for workflow run of
tests.yml
by @andygrunwald in #855 - fix: handle ConnectionError in rapu._handle_messages by @jjaakola-aiven in #862
- fix: consume multiple schema messages on each consume call by @jjaakola-aiven in #866
- removed unused
self.prev_processed_offset = 0
by @eliax1996 in #867 - fix: flatten_unions for array and map union types by @keejon in #865
- Randomize test run order by @matyaskuti in #822
- fix: Restore pip-compile invocation by @aiven-anton in #875
- chore: update kafka-python with vendored six 1.16.0 by @jjaakola-aiven in #874
- fix: consume only one record at a time after startup by @jjaakola-aiven in #877
New Contributors
- @andygrunwald made their first contribution in #855
Full Changelog: 3.12.0...3.13.0