Back to all versions
4.12.0
2025-02-12
Contains Breaking Changes
minor Breaking Changes 1
- Revert renaming of Management Console feature flag (#11706) breakingReverted the rename of the feature flag 'Console' to 'Management Console'. This is a breaking change for users who had already transitioned to the new key 'KeyManagementConsoleUseV2UserApi'.Console API
Features 9
- Redirect configuration for multi-domain setups (#11527)Enhanced security for Server Actions and fallback logic for redirects in complex multi-domain environments via SERVER_ACTION_ALLOWED_ORIGINS.Login V2
Bug Fixes 14
- Revert renaming of Management Console feature flag (#11706) breakingReverted the rename of the feature flag 'Console' to 'Management Console'. This is a breaking change for users who had already transitioned to the new key 'KeyManagementConsoleUseV2UserApi'.Console API
- Fix instance error translations in API (#11708)Merged IAM and Instance translation sections to resolve duplicate key errors in the API.I18n API
- List all supported frameworks in Management Console (#11716)Console
- Check primary auth methods during user discovery (#11689)Users with only secondary authentication methods (like TOTP) no longer receive a 'user not found' error and are instead prompted for verification or setup.Login V2
- Resolve nil-pointer panics and flakiness in tests (#11695)Testing