|
1 | 1 | # Change Log |
2 | 2 |
|
| 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 | + |
3 | 37 | ## [1.0.0b0](https://github.com/auth0/myorganization-python/tree/1.0.0b0) (2026-04-09) |
4 | 38 |
|
5 | 39 | `v1.0.0b0` is the first release of the **Auth0 My Organization Python SDK** — a Fern-generated SDK for the Auth0 My Organization API. |
|
0 commit comments