Skip to content

Releases: AthenZ/athenz

Athenz v1.12.7 Release

20 Dec 19:12
Compare
Choose a tag to compare

What's Changed

  • fix: delete unnecessary semicolon by @ysknkd in #2827
  • Pass athenz service for gcp function identity attestation by @rajeshal in #2829
  • fix ui role and group review radio button affecting members of other roles by @ArtjomsPorss in #2828
  • improve communication in expiry/review notification emails by @havetisyan in #2830
  • correct order or arguments to assertEquals call in tests by @havetisyan in #2831
  • ui fix ctrl/cmd+tab not working for opening group links on role page by @ArtjomsPorss in #2834
  • skip calling notify method if there are no recipients by @havetisyan in #2835
  • update java/go dependencies to their latest releases by @havetisyan in #2836
  • Changed to allow setting the maximum number of records to be deleted and the interval between deletions by @TakuyaMatsu in #2837

Full Changelog: v1.12.6...v1.12.7

Athenz v1.12.6 Release

07 Dec 00:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.5...v1.12.6

Athenz v1.12.5 Release

28 Nov 01:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.4...v1.12.5

Athenz v1.12.4 Release

16 Nov 01:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.3...v1.12.4

Athenz v1.12.3 Release

29 Oct 23:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.2...v1.12.3

Athenz v1.12.2 Release

20 Oct 22:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.1...v1.12.2

Athenz v1.12.1 Release

20 Oct 22:23
Compare
Choose a tag to compare

Athenz 1.12.x includes the following changes:

  • Upgrade to Jetty 12.x / EE10 Release using Jakarta 6.x
  • Remove all deprecated methods from server side interfaces
  • Migrate all aws v1 usage from server side code to aws v2 since v1 sdk is EOL
  • Migrate Apache HttpClient 4.x to 5.x
  • Server builds are released w/ JDK 17 due to jetty requirement but all client libraries are continued to be built and published with JDK 11 support
  • replace jjwt library with nimbus-jwt library
  • CI/CD pipeline will be moved from SD to GitHub Actions
  • Move AWSPrivateKeyStore implementation from server-common to auth-core where it belongs with the correct package name
  • Remove single email notification support and only support consolidated email notifications (there is no point of spamming the admin with 20 separate emails where a single email can include all the roles that the admin needs to review)

Full details about required changes: https://github.com/AthenZ/athenz/blob/master/docs/migration-1.11-to-1.12.md

Athenz v1.11.66 Release

28 Sep 21:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.65...v1.11.66

Athenz v1.11.65 Release

09 Sep 23:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.64...v1.11.65

Athenz v1.11.64 Release

19 Aug 19:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.63...v1.11.64