v2.4.16
·
111 commits
to main
since this release
What's Changed
- update mcp module version by @Avinash-Kamath in #113
- remove requirements.txt as its unused by @Avinash-Kamath in #114
- Appended expiry time to response obj from authenticate_with_code() by @jranaskit in #116
- Add WebAuthn client by @dhaneshbs in #115
- Add domain type for create and list domain apis by @AashishMehtoliya01 in #117
New Contributors
- @AashishMehtoliya01 made their first contribution in #117
Domain API Changes - Release Notes
Enhanced Domain Management
Domain Type Support
- Added support for domain types to distinguish between different domain configurations:
ALLOWED_EMAIL_DOMAIN: Trusted domains used to suggest organizations in the organization switcher during sign-in/sign-upORGANIZATION_DOMAIN: SSO discovery domains used to route users to the correct SSO provider and enforce SSOUNSPECIFIED: Default type for backward compatibility
API Enhancements
create_domain()
- Added optional
domain_typeparameter (accepts string orDomainTypeenum) - When not specified, defaults to
ORGANIZATION_DOMAINfor backward compatibility - Supports flexible input: strings like
"ALLOWED_EMAIL_DOMAIN"or enum values
list_domains()
- Added optional
domain_typeparameter for filtering domains by type - When not specified, returns all domains regardless of type
- Enables targeted queries for specific domain configurations
Full Changelog: v2.4.14...2.4.16