Skip to content

Releases: descope/python-sdk

descope: v2.4.0

17 May 04:58
a2974d8

Choose a tag to compare

2.4.0 (2026-05-16)

Features

  • add FGA mappings support to SSO tenant settings (#1539) (95bade5)

descope: v2.3.0

15 May 13:06
e0205bf

Choose a tag to compare

2.3.0 (2026-05-15)

Features

  • add license handshake and x-descope-license header (#1537) (0ab28eb)

descope: v2.2.0

13 May 15:15
f07e788

Choose a tag to compare

2.2.0 (2026-05-13)

Features

  • add email and sso_id parameters to generate_sso_configuration_link (#1534) (b56a35d)

descope: v2.1.0

13 May 13:34
4add818

Choose a tag to compare

2.1.0 (2026-05-13)

Features

  • add generate_sso_configuration_link method to Tenant management (#1530) (463ff32)

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)