Skip to content

Releases: AthenZ/athenz

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

Athenz v1.11.63 Release

02 Aug 00:17
Compare
Choose a tag to compare

What's Changed

  • include recently added fields in domain audit log by @abvaidya in #2664
  • Extend support for authority filter for roles/groups to skip unnecessary checks by @havetisyan in #2663
  • expose github provider specific error back to client for debugging by @havetisyan in #2665
  • UI: update dependencies and unit test by @chandrasekhar1996 in #2666
  • DIscover additional instances to MSD, with dynamic/static workloads by @rajeshal in #2660

Full Changelog: v1.11.62...v1.11.63