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 sorting by creation date (#11045, #10772)
    Organizations can now be sorted by creation date in the v2 API
    api organization
  • 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) medium
    Updated 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) medium
    Fixed 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

  • Organization v2beta service endpoints (#11045, #10772)
    All organization v2beta service endpoints are deprecated in favor of v2 endpoints
    api organization
  • org_id parameter in AddOrganizationRequest (#11045, #10772)
    The custom org_id parameter has been deprecated in favor of the standard organization_id parameter
    api organization

Maintenance & Chores 1

  • Organization API moved from v2beta to v2 (#11045, #10772)
    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

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