1.33.1 release notes

14th August 2025

🌟 New features

  • You can now use @RequiresAthenzRole when armeria.athenz is configured in Spring integration.
    // in application.yml
    armeria:
      athenz:
        zts-uri: https://athenz.example.com:8443/zts/v1
        domains: my-athenz-provider-domain
        athenz-private-key: /path/to/athenz_private.pem
        athenz-public-key: /path/to/athenz_public.pem

⛓ Dependencies

  • Netty 4.2.3 → 4.2.4

🙇 Thank you