Breaking Changes
- HOST role renamed to ADMIN — Update permission checks and role references in custom integrations
- Legacy session cookie authentication removed — Switch to token-based auth; deprecated Sessions/AccessTokens settings removed
- Migrated to connect-rpc — RPC communication layer changed; review API client implementations
Major Features
- **React Query v5 migrati...