Skip to content

Releases: Aiven-Open/auth-for-apache-kafka

v4.7.1

13 May 10:47

Choose a tag to compare

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

Full Changelog: v4.7.0...v4.7.1

v4.7.0

14 Apr 08:26

Choose a tag to compare

What's Changed

  • feat: limit verdict cache size by @keejon in #239
  • Dependency updates

New Contributors

Full Changelog: v4.6.2...v4.7.0

v4.6.2

16 Jan 10:33

Choose a tag to compare

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

15 Nov 13:46

Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.6.1

v4.6.0

14 Nov 12:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.6.0

v4.5.0

16 Oct 16:30

Choose a tag to compare

What's Changed

  • feat: add authorize operation metrics by @jeqo in #206
  • chore: change log level to debug when reloading by @jeqo in #207
  • and dependencies upgrades

Full Changelog: v4.4.0...v4.5.0

v4.4.0

06 Aug 08:14

Choose a tag to compare

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

31 Jan 15:06

Choose a tag to compare

What's Changed

  • chore: reduce logging when auth is successful by @jeqo in #164
  • Dependency updates

Full Changelog: v4.2.0...v4.3.0

v4.2.0

13 Jul 08:12

Choose a tag to compare

  • ACL permission types (#135)

v4.1.0

06 Mar 11:26

Choose a tag to compare

  • AivenAclAuthorizerV2 is now able to return Kafka native ACLs.