Skip to content

Commit 5cdc075

Browse files
Release v2.0.0 (#66)
1 parent a4f44d8 commit 5cdc075

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
2.0.0

CHANGELOG.md

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

3+
## [v2.0.0](https://github.com/auth0/myorganization-js/tree/v2.0.0) (2026-08-26)
4+
5+
[Full Changelog](https://github.com/auth0/myorganization-js/compare/v1.1.1...v2.0.0)
6+
7+
**Breaking**
8+
9+
- Member management moved to the beta channel (`@auth0/myorganization-js@beta`) and is removed from the stable package: `organization.members` (`list`, `get`), `organization.members.roles` (`list`, `assign`, `unassign`), `organization.invitations` (`list`, `create`, `get`, `delete`), `organization.memberships` (`deleteMemberships`), and `organization.roles` (`list`), along with their types [\#58](https://github.com/auth0/myorganization-js/pull/58)
10+
- Renamed `organization.domains.identityProviders.get(domain_id)` to `organization.domains.identityProviders.list(domain_id)`, now returning `ListDomainIdentityProvidersResponseContent` [\#58](https://github.com/auth0/myorganization-js/pull/58)
11+
- Identity provider response `options` and `attributes` are now optional on the affected `Idp*Response` types, so they may be `undefined` [\#58](https://github.com/auth0/myorganization-js/pull/58)
12+
- Corrected the SAML and ADFS identity provider request types: on `IdpSamlpOptionsRequest` the certificate field is renamed from `cert` to `signingCert` on both variants, and `metadataUrl` + `signSAMLRequest` (metadata variant) and `signInEndpoint` + `signingCert` + `signSAMLRequest` (manual variant) are now required; on `IdpAdfsOptionsRequest` the `fedMetadataXml` variant now requires `fedMetadataXml` [\#58](https://github.com/auth0/myorganization-js/pull/58)
13+
14+
**Added**
15+
16+
- `organization.identityProviders.list()` now accepts an optional request object for filtering; existing no-argument calls continue to work [\#58](https://github.com/auth0/myorganization-js/pull/58)
17+
- New OAuth scopes `read:my_org:user_stores` and `delete:my_org:organizations` [\#58](https://github.com/auth0/myorganization-js/pull/58)
18+
- Cross-app access and third-party client access support on identity providers, including the `use_for_third_party_client_access` and `cross_app_access_resource_app` fields [\#58](https://github.com/auth0/myorganization-js/pull/58)
19+
20+
See the [migration guide](https://github.com/auth0/myorganization-js/blob/main/MIGRATION.md) for upgrade steps.
21+
322
## [v1.1.1](https://github.com/auth0/myorganization-js/tree/v1.1.1) (2026-08-27)
423

524
[Full Changelog](https://github.com/auth0/myorganization-js/compare/v1.1.0...v1.1.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/myorganization-js",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"private": false,
55
"repository": {
66
"type": "git",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "1.1.1";
1+
export const SDK_VERSION = "2.0.0";

0 commit comments

Comments
 (0)