Skip to content

Release v12.0.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@shilpabijam shilpabijam released this 30 Mar 17:13
· 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