Skip to content

Releases: scalekit-inc/scalekit-sdk-python

v2.8.0

22 Apr 06:37
88c7982

Choose a tag to compare

What's Changed

Full Changelog: v2.7.3...v2.8.0

v2.7.3

16 Apr 06:30
d26092f

Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.7.3

v2.7.1

15 Apr 06:51
1419712

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.1

v2.6.0

10 Mar 21:57
0c758cb

Choose a tag to compare

  • Fix incorrect :returns: docstrings
  • feat: add delete_role_base for env-level role inheritance removal
  • fix: make page_size optional in list_organizations to match other SDKs
  • feat: add get_client_access_token to Python SDK
  • fix: generate_client_token returns token string, not full response dict
  • fix: correct role.py docstrings (role_id -> role_name) and fix tearDown error handling
  • fix: tolerate INVALID_ARGUMENT and NOT_FOUND in external_id tearDown cleanup

v2.5

27 Feb 10:46
8577337

Choose a tag to compare

Add Proxy Tool Calling - Beta.
API Tokens

v2.4.16

14 Jan 08:34
0890f8e

Choose a tag to compare

What's Changed

New Contributors

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-up
    • ORGANIZATION_DOMAIN: SSO discovery domains used to route users to the correct SSO provider and enforce SSO
    • UNSPECIFIED: Default type for backward compatibility

API Enhancements

create_domain()

  • Added optional domain_type parameter (accepts string or DomainType enum)
  • When not specified, defaults to ORGANIZATION_DOMAIN for backward compatibility
  • Supports flexible input: strings like "ALLOWED_EMAIL_DOMAIN" or enum values

list_domains()

  • Added optional domain_type parameter 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

v2.4.14

22 Dec 09:03
78ab243

Choose a tag to compare

What's Changed

  • Update pyjwt requirement from <2.10,>=2.8 to >=2.8,<2.11 in #48
  • Library Upgrades & minor performance improvements in #112

Full Changelog: v2.4.13...v2.4.14

v2.4.13

19 Nov 13:53
b90eadb

Choose a tag to compare

What's Changed

New sdk methods

  • Add upsert_user_management_settings sdk method to OrganizationClient by @dhaneshbs in #110

v2.4.12

13 Nov 14:02
a6ae7c5

Choose a tag to compare

What's Changed

  • Add AuthClient for updating login user details and generate proto files to support given_name and family_name in user object in #109

Full Changelog: v2.4.11...v2.4.12

v2.4.11

06 Nov 09:19
e3eeee9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.10...v2.4.11