Releases: Aiven-Open/karapace
Releases · Aiven-Open/karapace
3.11.0
What's Changed
- docs(security): change bugbounty provider from h1 to bugcrowd by @DocEmmetBrown in #814
- Fix internal server error if request body is non-object by @tvainika in #815
- Implement async confluent-kafka consumer by @matyaskuti in #782
- OAuth token prodiver cleanup by @matyaskuti in #800
- Remove aiokafka dependency by @matyaskuti in #798
- feat: GET /mode and GET /mode/subject:path endpoints by @jjaakola-aiven in #818
New Contributors
- @DocEmmetBrown made their first contribution in #814
Full Changelog: 3.10.8...3.11.0
3.10.8
What's Changed
- Handle expected exceptions in topic and partition publish by @aiven-anton in #803
- protobuf: improve protoc compatibility by @juha-aiven in #813
Full Changelog: 3.10.7...3.10.8
3.10.7
What's Changed
- Demote various exception logs to warning and info by @aiven-anton in #802
- Handle UnknownTopicOrPartitionError in schema reader by @aiven-anton in #801
- Graceful handling of broker response errors by @tvainika in #806
- Convert non-parseable schema messages to warning by @tvainika in #811
Full Changelog: 3.10.6...3.10.7
3.10.6
What's Changed
- Fix schema registering with ordering change by @tvainika in #797
- Implement async confluent-kafka producer by @matyaskuti in #775
Full Changelog: 3.10.5...3.10.6
3.10.5
What's Changed
- Replace sync Kafka consumers with confluent_kafka one by @matyaskuti in #794
Full Changelog: 3.10.4...3.10.5
3.10.4
This version fixes an issue with backup creation that affects both versions 3.10.2 and 3.10.3.
What's Changed
- Revert "Replace sync Kafka consumers with confluent_kafka one" by @giuseppelillo in #793
Full Changelog: 3.10.3...3.10.4
3.10.3
What's Changed
- fix: Match schemas by parsed schema object and references when queried by @jjaakola-aiven in #792
Full Changelog: 3.10.2...3.10.3
3.10.2
What's Changed
- Replace sync Kafka consumers with confluent_kafka one by @matyaskuti in #767
- fix: create new schema and version on reference update by @jjaakola-aiven in #784
Full Changelog: 3.10.1...3.10.2
3.10.1
What's Changed
- Replace sync Kafka Producers with confluent_kafka one by @matyaskuti in #765
- Require kafka codec deps always and test feature support by @tvainika in #773
- Do not skip None keyed headers on restore by @matyaskuti in #777
- Fix logging on failed schema reader topic creation by @matyaskuti in #778
Full Changelog: 3.10.0...3.10.1
3.10.0
What's Changed
- Return Unauthorized on malformed OAuth token by @matyaskuti in #743
- feat: add version of karapace to the healthcheck response by @eliax1996 in #744
- Bump mypy and fix problems in avro introspection code by @aiven-anton in #748
- Added support to other naming strategy by @eliax1996 in #754
- Support binary serialization of ProtoBuf schemas by @tvainika in #755
- Use confluent-kafka-python for Kafka admin client instead of kafka-python by @matyaskuti in #757
- Rename internal variable to avoid overriding Thread._stop() by @tvainika in #762
- Fix authentication check with referencedby route by @tvainika in #756
Full Changelog: 3.9.0...3.10.0