v12.116.43
·
1524 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Security
- Restricted access to admin check functions to service role only, removing public execute permissions
- Hardened platform admin resolution path to prevent unauthorized access
- Enforced minimum privilege guidance for PostgreSQL functions
- Scoped SSO enforcement lookups to prevent unauthorized domain access
Fixed
- Resolved login redirect issues
- Corrected spelling mistakes in user-facing text
- Fixed migrations issues related to
is_adminfunction - Synchronized organization user deletion with RBAC bindings
- Corrected SSO enforcement domain lookup logic
- Fixed platform admin checks to properly await before navigation
- Resolved CLI issues affecting command execution
Changed
- Split
is_adminfunction into separate platform and organization admin checks - Migrated platform admin validation to role-based system using
admin_userssecret - Updated frontend and types to use
is_platform_adminfor admin route authorization - Reorganized admin function permissions and RLS policies into split migrations
🔗 Full Changelog: v12.116.42...v12.116.43