Back to all versions
4.12.1
2024-11-20 patch
Security 1
- Secure server actions and prevent unexpected registration page invocationsImproved security for the registration process by preventing unauthorized server-rendered page invocations and securing server actions.Register Page
Bug Fixes 1
- Recover from request panics in middleware interceptors (#11713)Implements recovery mechanisms in middleware interceptors for HTTP, gRPC, and Connect protocols. This ensures that unexpected panics are gracefully handled, returning understandable errors to clients instead of disrupting service or killing processes. Specific handlers are included for OIDC (JSON), UI (error pages), and SCIM. Elevated alert-level logs are generated upon recovery.API Middleware gRPC HTTP/JSON/OIDC/SCIM/UI