Skip to content

v0.11.0

Compare
Choose a tag to compare
@guicassolato guicassolato released this 15 Dec 16:19
· 305 commits to main since this release
5d1eeea

New features and Enhancements

  • Health check/readiness probe endpoints (#365)
    • Allows to check for the aggregated status of handled AuthConfigs at /readyz/authconfigs
  • Command-line interface (CLI) (#366)
    • Configuration options, including for the authorization server, now passed as command-line arguments
    • [Deprecation warning] Deprecation of the old environment variables to configure Authorino
    • Version of the Authorino binary can now be verified with the authorino version command

Bug fixes

  • Safe concurrent access to the Auth Pipeline maps (#358)

Documentation

  • Observability (health/readiness probe endpoints) and new CLI (#367)
    • Observability section refactored to include in one user guide: metrics, readiness, logging and tracing
    • Fixed all references to deprecated environment variables, to favor their corresponding command-line flag substitutes

Dependencies and Tooling