Skip to content

5.14.1

Choose a tag to compare

@github-actions github-actions released this 30 Dec 04:30
· 384 commits to develop since this release

[5.14.1] - 2025-12-26

πŸš€ Features

  • Add IDP multiple audiences configuration on [idp_auth] #656. Dehardcode kacls-migration audience for Google CSE migration and allow alternative audiences (e.g. for Google Decrypter use)

⚠️ WARNING

Server TOML configuration - kms.toml: The deprecated [auth] section has been fully removed in favor of [idp_auth]. Usage is:

...
[idp_auth]
jwt_auth_provider = [
  "https://accounts.google.com,https://www.googleapis.com/oauth2/v3/certs,my-audience,another_client_id",
  "https://auth0.example.com,,my-app",
  "https://keycloak.example.com/auth/realms/myrealm,,audience_1,audience_2"
]
...

πŸ“š Documentation

  • Publish SBOM and vulnerability reports (#648)
  • Improve readme (#645)

πŸ› Bug Fixes

  • Sign and verify for raw and digest data - rfc6979 (#654)
  • Allow explicitly AGPL-3.0-or-later license

βš™οΈ Miscellaneous Tasks

  • Make Github release sequential - fix cargo publish (#642)