Skip to content

v0.17.0

Compare
Choose a tag to compare
@guicassolato guicassolato released this 22 Feb 12:52
· 68 commits to main since this release
aa46e55

What's Changed

New features and Enhancements

  • [Breaking change] 'Client authentication' extended key usage for x.509 certificate authentication method by @guicassolato in #407
    • Changes the extended key usage verified by the x.509 certificate authentication method (mTLS) from 'Server authentication' to 'Client authentication'
    • This makes the extended key usage required for issuing client certificates more in line with user expectations
    • Existing valid X.509 certificates issued with the 'Server authentication' key usage will no longer be accepted after rolling out this change

Bug fixes

  • OpenTelemetry Schema URL bumped to 1.21.0 by @guicassolato in #455
    • Fixes an error in the initialization of Authorino when tracing services were enabled, by pointing to the correct OpenTelemetry Schema version corresponding to the tracing dependencies in use.

Dependencies and Tooling

  • Updated some GitHub Actions related to issue tracking and project management by @alexsnaps in #449 and #453
  • Upgraded golang.org/x/crypto from 0.15.0 to 0.17.0 by @dependabot in #450

Documentation

New Contributors

Full Changelog: v0.16.0...v0.17.0