Release v12.0.0-beta1
Pre-release
Pre-release
·
42 commits
to master
since this release
Non-Breaking Changes
Features
- Multi-cell : Added support for tenant/region scoped hostnames to invoke tenant and system based api and auth domain endpoints :
- New config settings in Context to create SDK Client-> tenantScoped bool, region
- To enable tenantScoped(multi-cell), initialize context with tenantScoped to True
- New config settings to enable tenantScoped in the Auth Manager during initialization, for ex: ClientAuthManager(host, client_id, client_secret, scope, tenant_scoped=true, region=“regionName”)
- Enabling tenantScoped setting in the auth client will only generate tenant scoped tokens