Releases: Aiven-Open/auth-for-apache-kafka
Releases · Aiven-Open/auth-for-apache-kafka
v4.7.1
What's Changed
- Upgrade GitHub actions to make Gradle cache work in CI by @tvainika in #247
- Make Dependabot update Github Actions by @aiven-anton in #248
- Add convert test for wildcard literal by @tvainika in #253
- Fix benchmark for principal mapping and give it meaningful name by @tvainika in #252
- Implement authorizeByResourceType efficiently by @tvainika in #254
- Ignore host from cache key when not needed by rules by @tvainika in #255
- Misc: upgrade dependencies
New Contributors
- @aiven-anton made their first contribution in #248
Full Changelog: v4.7.0...v4.7.1
v4.7.0
v4.6.2
What's Changed
- Fix: escape principal and resource tag value in authorizer metrics by @biggusdonzus in #227
- Fix authorization request metrics with tags by @tvainika in #228
Full Changelog: v4.6.1...v4.6.2
v4.6.1
v4.6.0
What's Changed
- Add ACL host matching by @biggusdonzus in #214
- Return ACLs uses ALL operation as response if possible by @tvainika in #216
- Add ability to hide specific ACL entries from listing by @tvainika in #217
- Add ACL resource literal and prefixed matching by @biggusdonzus in #215
- Support implicit describe operations by @tvainika in #218
- and dependencies upgrades
New Contributors
- @biggusdonzus made their first contribution in #214
Full Changelog: v4.5.0...v4.6.0
v4.5.0
v4.4.0
What's Changed
- Fixing flaky testConfigReloading by adding a proper waits instead of Thread.sleep by @AnatolyPopov in #181
- Fix compatibility with Kafka >= 3.8 by @juha-aiven in #194
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
Full Changelog: v4.2.0...v4.3.0
v4.2.0
v4.1.0
AivenAclAuthorizerV2is now able to return Kafka native ACLs.