Skip to content

Commit a5af910

Browse files
Merge pull request #18 from auth0/release/1.0.0
Release 1.0.0
2 parents 6049961 + 37571b8 commit a5af910

3 files changed

Lines changed: 36 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0b0
1+
1.0.0

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Change Log
22

3+
## [1.0.0](https://github.com/auth0/myorganization-python/tree/1.0.0) (2026-06-16)
4+
5+
`v1.0.0` is the first stable release of the **Auth0 My Organization Python SDK** — a Fern-generated SDK for the Auth0 My Organization API. The API surface is now stable.
6+
7+
**Added**
8+
- `MyOrganizationClient` and `AsyncMyOrganizationClient` high-level wrappers with domain-based URL derivation
9+
- `TokenProvider` and `AsyncTokenProvider` for automatic OAuth 2.0 client credentials token management with caching and auto-refresh
10+
- Organization Details API — get and update org display name and branding
11+
- Organization Domains API — list, create, get, delete, and verify custom domains with cursor-based pagination
12+
- Organization Identity Providers API — create, get, list, update, delete, and detach IDPs; refresh attribute mappings
13+
- Organization Members API — list and get organization members [\#13](https://github.com/auth0/myorganization-python/pull/13)
14+
- Organization Member Roles API — list, assign, and unassign roles for a member [\#13](https://github.com/auth0/myorganization-python/pull/13)
15+
- Organization Memberships API — remove members from the organization [\#13](https://github.com/auth0/myorganization-python/pull/13)
16+
- Organization Roles API — list roles available in the organization [\#13](https://github.com/auth0/myorganization-python/pull/13)
17+
- Organization Member Invitations API — list, create, get, and delete invitations [\#13](https://github.com/auth0/myorganization-python/pull/13)
18+
- Provisioning API — create, get, delete provisioning configs; refresh provisioning attribute mappings
19+
- SCIM Tokens API — list, create, and revoke SCIM tokens per IDP
20+
- Configuration API — retrieve API configuration
21+
- Raw HTTP response access via `.with_raw_response` for status codes, headers, and response data
22+
- Automatic retries with exponential backoff on 408, 429, and 5XX responses
23+
- Configurable timeouts, retries, and custom headers at client and per-request level
24+
25+
**Changed**
26+
- Dropped support for Python 3.9; the minimum supported version is now Python 3.10 [\#13](https://github.com/auth0/myorganization-python/pull/13)
27+
28+
### Installation
29+
30+
```sh
31+
poetry add myorganization-python==1.0.0
32+
```
33+
34+
### Requirements
35+
- Python >= 3.10
36+
337
## [1.0.0b0](https://github.com/auth0/myorganization-python/tree/1.0.0b0) (2026-04-09)
438

539
`v1.0.0b0` is the first release of the **Auth0 My Organization Python SDK** — a Fern-generated SDK for the Auth0 My Organization API.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44

55
[tool.poetry]
66
name = "myorganization-python"
7-
version = "1.0.0b0"
7+
version = "1.0.0"
88
description = "Auth0 My Organization Python SDK"
99
readme = "README.md"
1010
authors = ["Auth0 <support@auth0.com>"]

0 commit comments

Comments
 (0)