Skip to content

v0.10.0

Choose a tag to compare

@bambamboole bambamboole released this 27 Jul 16:44
593c22d

0.10.0 (2026-07-27)

⚠ BREAKING CHANGES

  • server: when oidc.session_token.guard is null it now resolves to oidc.auth.guard (default: identity) before the application default guard. Apps relying on the previous app-default behaviour should set OIDC_SESSION_TOKEN_GUARD (or oidc.session_token.guard) explicitly.

Features

  • server: surface OIDC details in the about command (9e40b1f)

Bug Fixes

  • server: default session token guard to the OIDC auth guard (b253e48)
  • server: report scope-catalog failures outside the console (f79f6a1)