Back to all versions
4.11.0
2024-11-20 minor
Features 9
- Distributed Tracing for V2 APIs (#11453)Enabled cross-app distributed tracing for V2 APIs by honoring incoming W3C traceparent headers.API
- API: Return Allowed Languages (#11553)The settings service now returns the list of allowed languages, enabling Login V2 to correctly respect these restrictions.API
- Worker Queue for OIDC Back-Channel Logout (#11441)Back-Channel Logout notifications are now processed via a worker queue (River) to prevent back-pressure on projection handlers.OIDC
Bug Fixes 7
- Refactored the SAML Post binding flow to bypass browser cookie size limits by returning form data directly to the client for auto-submission. This fixes 404 errors and missing state when using external SAML IdPs or the SAML IdP interface.Login V2 SAML
- Honor Request-Provided IDs for OIDC Apps (#11506)Fixed an issue where OIDC `CreateApplication` requests ignored the provided application ID.API OIDC
- Increase Contrast for Disabled Buttons (#11517)Increased the contrast ratio for disabled buttons in dark mode to 1.69 for better accessibility.Login V2
Deprecations 1
- Replace allowUsernamePassword with allowLocalAuthentication (#11413)`allowUsernamePassword` is deprecated and replaced by `allowLocalAuthentication`. The login UI now hides the username form if local authentication is disabled.Login V2 Console
Maintenance & Chores 3
- Improved Telemetry Instrumentation (#11159)Unified telemetry and instrumentation using context-aware structured logging and OpenTelemetry exporters.Observability