Skip to content

Releases: descope/python-sdk

1.7.13

07 Dec 18:44
e5e5602

Choose a tag to compare

This release adds support for customizing the client base URL, improves user retrieval capabilities, and includes a fix for management token validation.

πŸš€ New Features & Enhancements

  • Custom Base URL – Added a base_url parameter to DescopeClient for flexible endpoint configuration (#691)
  • Load Users by ID – Added the ability to retrieve users directly by their unique ID (#698)

πŸ›  Fixes & Maintenance

  • Management Token Validation – Fixed validation logic for management tokens to ensure proper verification (#703)

πŸ”— Full Changelog: Compare 1.7.12...1.7.13

1.7.12

05 Nov 15:21
9c145b6

Choose a tag to compare

This release introduces an internal HTTP client abstraction for management key handling, adds audience override support, and includes new tenant session settings functions.

πŸš€ New Features & Enhancements

  • HTTP Client Abstraction – Introduced a new HTTPClient to encapsulate and manage the different management key requirements across SDK operations (#633)
  • Audience Override Support – Added automatic audience override when the provided value includes a Project ID (#674)
  • Tenant Session Settings – Added functions for managing tenant session settings (#684)

πŸ”— Full Changelog: Compare 1.7.11...1.7.12

1.7.11

30 Sep 12:16
247981f

Choose a tag to compare

This release adds support for batch user patch operations.

πŸš€ New Features & Enhancements

  • Batch User Patch – Support for patching multiple users in a single operation (#659)

Full Changelog: 1.7.10...1.7.11

1.7.10

17 Sep 17:16
acb7b26

Choose a tag to compare

This release introduces support for using the Descope FGA Cache Proxy from the Python SDK

πŸš€ New Features & Enhancements

  • Descope FGA Cache Support: Response times of repeated FGA check calls, especially in high volume scenarios, can be reduced to sub-millisecond scales by re-directing the calls to a Descope FGA Cache Proxy running in the same backend cluster as your application. After setting up the proxy server via the Descope provided Docker image, set the fga_cache_url parameter to be equal to the proxy URL to enable its use in the SDK (#656)

πŸ›  Fixes & Maintenance

  • Various dependency & CI tools version updates

Full Changelog: 1.7.9...1.7.10

1.7.9

20 Aug 21:51
10eee9b

Choose a tag to compare

This release adds a way to search users that must have multiple roles in a tenant as well as fixing jwt expiry error message.

πŸš€ New Features & Enhancements

  • Allow searching for users with all roles in a tenant in #637

πŸ›  Fixes & Maintenance

  • Adjust jwt expiry error messages in #634

Full Changelog: 1.7.8...1.7.9

1.7.8

12 Aug 17:47
bef0cb4

Choose a tag to compare

This release introduces support for authentication management keys and outbound apps support.

πŸš€ New Features & Enhancements

  • Auth Management Key – Added capability to use management key for Auth requests (#624)
  • Outbound Apps Support – Added support for managing outbound apps (#621)

πŸ”— Full Changelog: Compare 1.7.7...1.7.8

1.7.7

23 Jul 18:03
a526f22

Choose a tag to compare

This release introduces support for Python 3.13, embedded link signup, default role assignment, and enhancements to user and tenant search functionality.

πŸš€ New Features & Enhancements

  • Embedded Link Signup – Added support for user signup via embedded links (#585)
  • Default Role on Sign-Up – Allow setting a default role when creating new users (#588)
  • Python 3.13 Support – Added compatibility with Python 3.13 (#599)
  • Tenant Role Search Enhancements – Added tenant_role_ids and tenant_role_names parameters to user search results (#612)

πŸ›  Fixes & Maintenance

  • Test User Support – Added support for managing test users through the User Management functions (#609)

πŸ”— Full Changelog: Compare 1.7.6...1.7.7

1.7.6

29 May 06:41
8ba826c

Choose a tag to compare

This release includes a minor fix to the impersonation flow.

πŸ› οΈ Fixes

  • Stop Impersonation Path Fix – Corrected the API path used to stop an impersonation session to ensure proper request routing (#581)

πŸ”— Full Changelog: Compare 1.7.5...1.7.6

1.7.5

13 May 09:25
dd50c63

Choose a tag to compare

This release includes improvements to user invitation status, SSO enforcement settings, tenant management, FGA resource handling, and more.

πŸš€ New Features & Enhancements

  • Expand Role Search Options – Add the ability to include project roles in role search (#550)
  • Invite Users with Specific Status – Support inviting users with a predefined user status (#556)
  • Custom Refresh Token Duration – Allow setting a custom refresh token duration during authentication (#559)
  • Tenant API Enhancements – Introduced the ability to Enforce SSO or Disable a tenant using the enforce_sso and disabled fields in the tenant management API (#538)
  • Save/Load FGA Resource Details – Added management APIs to persist FGA resource configurations (#562)
  • Stop Impersonation API – Introduced an endpoint to explicitly stop an active impersonation session (#565)
  • Add Template ID and Provider ID to Update User – Extended the update user request to support specifying a template and provider ID (#549)

πŸ”— Full Changelog: Compare 1.7.4...1.7.5

1.7.4

09 Apr 10:43
02deb2f

Choose a tag to compare

This release includes enhancements to SSO role management, user management APIs, anonymous user support, and more.

πŸš€ New Features & Enhancements

  • Update JWT Refresh Duration Default Param – Set default parameter handling for JWT refresh duration (#492)
  • Anonymous Users Support – Added support for creating and managing anonymous users (#494)
  • Search Users by User IDs – Added capability to search for users using user IDs (#498)
  • Return User Response in Update/Patch User – The update_user and patch_user methods now return the updated user object (#500)
  • Default SSO Roles Support – Added support for configuring default roles for SSO users (#539)

πŸ”— Full Changelog: Compare 1.7.3...1.7.4