Skip to content

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

v4.6.1

15 Nov 13:46
Compare
Choose a tag to compare

What's Changed

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

v4.6.0

14 Nov 12:08
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • ACL permission types (#135)

v4.1.0

06 Mar 11:26
Compare
Choose a tag to compare
  • AivenAclAuthorizerV2 is now able to return Kafka native ACLs.

v4.0.0

08 Nov 13:31
Compare
Choose a tag to compare
  • Removed AivenAclAuthorizer and AivenKafkaPrincipalBuilder which are replaced by AivenAclAuthorizerV2 and AivenKafkaPrincipalBuilderV2 respectively. The deleted classes are not Kafka 3+ compatible, their replacements are Kafka 2.4+ compatible. The V2 suffix is kept despite the major version bump, to ensure that code that still references the old classes fails with a class not found error.

v3.6.1

08 Nov 09:12
Compare
Choose a tag to compare
  • Fixed the file descriptor leak (e.g. inotify instance leak) in AivenAclAuthorizerV2

v3.6.0

23 Sep 11:49
Compare
Choose a tag to compare
  • AivenAclAuthorizerV2 dependence on the old API was removed. Now AivenAclAuthorizer is the only class directly depending on the old API.
  • AivenKafkaPrincipalBuilderV2 was added, which supports KafkaPrincipalSerde interface.