Skip to content

Releases: descope/python-sdk

descope: v2.0.0

06 May 13:57
aa56cb0

Choose a tag to compare

2.0.0 (2026-05-06)

⚠ BREAKING CHANGES

  • drop support for python 3.8 (#1371)
  • sdk: migrate from requests to httpx (#1123)

Features

  • drop support for python 3.8 (#1371) (5114a01)
  • roles-permissions: add id-based management methods and role_ids search (#1456) (3d3b0ac)

Bug Fixes

  • deps: pin pytest <9 on Python 3.9 to keep lock satisfiable (#1512) (e1666ca)
  • deps: update dependency httpx to ^0.28.0 (#1450) (4bd6275)

Reverts

  • "chore(deps): update dependency pytest to >=9,<10" (#1514) (0f3cc5f)

Code Refactoring

descope: v1.13.0

20 Apr 06:13
0d1b7e5

Choose a tag to compare

1.13.0 (2026-04-20)

Features

descope: v1.12.2

12 Apr 16:01
a61d5e7

Choose a tag to compare

1.12.2 (2026-04-12)

Bug Fixes

descope: v1.12.1

29 Mar 12:32
645fec9

Choose a tag to compare

1.12.1 (2026-03-29)

Bug Fixes

  • add locale to LoginOptions and fix password sign_in docstring (#798) (ad09985)

descope: v1.12.0

23 Mar 10:08
9c875c2

Choose a tag to compare

1.12.0 (2026-03-23)

Features

  • add batch operations for roles and permissions (#789) (ce3021f)
  • http: retry requests on transient error status codes (#792) (011fadf)
  • security: enable cookie secure flag, fix redos, add jwt decode warn (#781) (90af115)
  • sso-app: add default signature method (#787) (e79b0b8)

descope: v1.11.0

10 Mar 20:02
02d8796

Choose a tag to compare

1.11.0 (2026-03-10)

Features

  • add selectedTenant to AccessKeyLoginOptions for access key exchange (#768) (0f60183)
  • add update_default_roles method to Tenant management (#779) (c5d5d37)
  • authz: route who_can_access and what_can_target_access through FGA cache (#767) (b49d937)

descope: v1.10.1

18 Feb 12:45
b6915b8

Choose a tag to compare

1.10.1 (2026-02-18)

Bug Fixes

  • add loginHint and forceAuthn to saml start (1c197eb)
  • add loginHint and forceAuthn to saml start (#765) (1c197eb)

Documentation

descope: v1.10.0

19 Jan 12:28
6ca4fab

Choose a tag to compare

1.10.0 (2026-01-19)

Features

Bug Fixes

  • recalculate SSO Mappings (89a2a21)

descope: v1.9.1

15 Jan 16:38
d459d6e

Choose a tag to compare

1.9.1 (2026-01-15)

Bug Fixes

  • add enforcessolist and appids to tenant create and update (#734) (2039053)
  • add group priority support (#742) (262ad0f)

descope: v1.9.0

30 Dec 15:34
b738ee6

Choose a tag to compare

1.9.0 (2025-12-30)

Features

  • Add management flow operations, including sync and async runs and result functions (#727) (ba2a163)