Aiven-Open / auth-for-apache-kafka

Aiven Authentication and Authorization Plugins for Apache Kafka®
Apache License 2.0
2 stars 3 forks source link

Release version 4.4.0 #195

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

Proposed changelog:

## What's Changed

* Fixing flaky testConfigReloading by adding a proper waits instead of Thread.sleep by @AnatolyPopov in https://github.com/Aiven-Open/auth-for-apache-kafka/pull/181
* Fix compatibility with Kafka >= 3.8 by @juha-aiven in https://github.com/Aiven-Open/auth-for-apache-kafka/pull/194

**Full Changelog**: https://github.com/Aiven-Open/auth-for-apache-kafka/compare/v4.3.0...v4.4.0
aiven-anton commented 1 month ago

Question: are we adhering to semantic versioning here? If so, what's the reasoning for bumping minor only for two fixes? (vs a patch release)

jeqo commented 1 month ago

Good catch. I guess we haven't, most upgrades have been bumping minor version https://github.com/Aiven-Open/auth-for-apache-kafka/releases. At least this time I set the snapshot to a patch bump, so next time we should not increase the minor if not needed.