Back to all versions
4.7.0
from 4.6.6 2025-11-14 minor
This release includes dependency updates, login improvements, and API migrations from v2beta to v2. No breaking changes are introduced, but several deprecations are announced for removal in v5.
Features 2
- Organization discovery for login without org context (#10996)Added organization discovery logic that triggers after a global user search returns no results. When users access login without org context and enter a login name with domain suffix (e.g., user@company.com), the system now performs organization discovery based on the domain instead of returning 'user not found'. Requires organizations to have allowDomainDiscovery enabled and unique primary domains.login authentication
Bug Fixes 2
- Updated SAML and all other dependencies (#11067) mediumUpdated SAML library and all other direct dependencies to latest versions to include fixes and solve requested features. Addresses SAML issues #103 and #104.dependencies saml
- Organization discovery for login without org context (#10996) mediumFixed issue where users accessing login without organization context and entering a login name with domain suffix would receive 'user not found' error instead of performing organization discovery. System now extracts domain suffix and queries for organizations with matching primary domain.login authentication
Deprecations 2
Maintenance & Chores 1
- Moved remaining organization v2beta service endpoints to v2 version as part of the effort to simplify API structure and versions. The v2beta service and all endpoints are now deprecated and will be removed in v5. Comments improved and moved from swagger annotations to proto files.api organization
Contributors 2
Upgrade Warnings
- • v2beta organization endpoints are deprecated and will be removed in v5
- • org_id parameter is deprecated and will be removed in v5
- • All v2beta API endpoints across services are being deprecated as part of broader migration to v2