Update dependency auth0 to v7 - #69
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.1.1→^7.0.0Release Notes
auth0/node-auth0 (auth0)
v7.1.0Compare Source
Full Changelog
Removed the top-level
client.organizationTemplatesresource (list(),create(),get(),update(),listOrganizations()), a Limited EA feature that was exposed before it was ready; removed associatedOauthScopevaluesCreateOrganizationTemplatesandUpdateOrganizationTemplates; removed typesListOrganizationTemplatesPaginatedResponseContent,OrganizationTemplateAssignedOrganization,ListTemplateOrganizationsPaginatedResponseContent,OrganizationTemplatesClient#1404 (fern-api[bot])Renamed and removed beta
-mcpvalues onConnectionStrategyEnumandConnectionIdentityProviderEnum: dropped the-mcpsuffix onasana,atlassian,gitlab, andslack; removeddocusign,figma,gusto,heroku,intercom,pagerduty,supabase,vercel, andxero;notion,cloudflare,hubspot,linear, andsentrystill use the-mcpsuffix #1404 (fern-api[bot])Added
feat: add
guardian.get()/guardian.set()for Guardian settings (GET/PUT /api/v2/guardian/settings), along with theGetGuardianSettingsResponseContent,SetGuardianSettingsResponseContent, andSetGuardianSettingsRequestContenttypes; properties:display_remember_me_checkbox,remember_me_default_value,mfa_session_inactivity_timeout,mfa_session_overall_timeout#1404 (fern-api[bot])feat: add
guardian.factors.email.get()/guardian.factors.email.set()for email MFA factor settings (GET/PUT /api/v2/guardian/factors/email/settings), along with theGetEmailFactorSettingsResponseContent,SetEmailFactorSettingsResponseContent, andSetEmailFactorSettingsRequestContenttypes; properties:otp_length,otp_expiration_time#1404 (fern-api[bot])feat: add
guardian.factors.phone.get()/guardian.factors.phone.set()for phone MFA factor settings (GET/PUT /api/v2/guardian/factors/phone/settings), along with theGetPhoneFactorSettingsResponseContent,SetPhoneFactorSettingsResponseContent, andSetPhoneFactorSettingsRequestContenttypes; properties:otp_length,otp_expiration_time#1404 (fern-api[bot])feat: add
client.experimentation.experiments.advanceRamp(id, request)for the Experimentation API (POST /api/v2/experimentation/experiments/{id}/advance-ramp), along with theAdvanceRampResponseContentandAdvanceRampRequestContenttypes; addUpdateExperimentation: "update:experimentation"toOauthScope#1404 (fern-api[bot])feat: add
organizations.search(request)for the cursor-paginated search endpoint (GET /api/v2/organizations/search) with SCIM/Lucene filter syntax, along with theSearchOrganizationsRequestParameters,SearchOrganization,SearchOrganizationsPaginatedResponseContent,OrganizationSortFieldEnum, andSearchParserEnumtypes #1404 (fern-api[bot])feat: add
resourceServers.search(request)for the cursor-paginated search endpoint (GET /api/v2/resource-servers/search) with SCIM/Lucene filter syntax, along with theSearchResourceServersRequestParameters,ResourceServerSearchResponse,SearchResourceServersResponseContent, andResourceServerSortFieldEnumtypes #1404 (fern-api[bot])feat: add the
AnonymousSessionstype (withCreateAnonymousSessionsandUpdateAnonymousSessions) toClient,CreateClientRequestContent,UpdateClientRequestContent, and all client response types viaanonymous_sessions.active#1404 (fern-api[bot])feat: add
TenantSettingsSessionsAnonymousto tenant settings (sessions.anonymous.lifetime_in_minutes,sessions.anonymous.activate_cookie) #1404 (fern-api[bot])feat: add
subject_type_authorization.anonymous_user.policy(deny_all|require_client_grant) andtoken_lifetime_for_anonymous_access_tokensto resource server types, along withResourceServerSubjectTypeAuthorizationAnonymousUserandResourceServerSubjectTypeAuthorizationAnonymousUserPolicyEnum#1404 (fern-api[bot])feat: add
GatewayTimeoutErrortype and map HTTP504responses to it; surfaced inorganizations.search()andresourceServers.search()#1404 (fern-api[bot])v7.0.0Compare Source
Full Changelog
Removed the top-level
client.organizationTemplatesresource (list(),create(),get(),update(),listOrganizations()), a Limited EA feature that was exposed before it was ready; removed associatedOauthScopevaluesCreateOrganizationTemplatesandUpdateOrganizationTemplates; removed typesListOrganizationTemplatesPaginatedResponseContent,OrganizationTemplateAssignedOrganization,ListTemplateOrganizationsPaginatedResponseContent,OrganizationTemplatesClient#1404 (fern-api[bot])Renamed and removed beta
-mcpvalues onConnectionStrategyEnumandConnectionIdentityProviderEnum: dropped the-mcpsuffix onasana,atlassian,gitlab, andslack; removeddocusign,figma,gusto,heroku,intercom,pagerduty,supabase,vercel, andxero;notion,cloudflare,hubspot,linear, andsentrystill use the-mcpsuffix #1404 (fern-api[bot])Added
feat: add
guardian.get()/guardian.set()for Guardian settings (GET/PUT /api/v2/guardian/settings), along with theGetGuardianSettingsResponseContent,SetGuardianSettingsResponseContent, andSetGuardianSettingsRequestContenttypes; properties:display_remember_me_checkbox,remember_me_default_value,mfa_session_inactivity_timeout,mfa_session_overall_timeout#1404 (fern-api[bot])feat: add
guardian.factors.email.get()/guardian.factors.email.set()for email MFA factor settings (GET/PUT /api/v2/guardian/factors/email/settings), along with theGetEmailFactorSettingsResponseContent,SetEmailFactorSettingsResponseContent, andSetEmailFactorSettingsRequestContenttypes; properties:otp_length,otp_expiration_time#1404 (fern-api[bot])feat: add
guardian.factors.phone.get()/guardian.factors.phone.set()for phone MFA factor settings (GET/PUT /api/v2/guardian/factors/phone/settings), along with theGetPhoneFactorSettingsResponseContent,SetPhoneFactorSettingsResponseContent, andSetPhoneFactorSettingsRequestContenttypes; properties:otp_length,otp_expiration_time#1404 (fern-api[bot])feat: add
client.experimentation.experiments.advanceRamp(id, request)for the Experimentation API (POST /api/v2/experimentation/experiments/{id}/advance-ramp), along with theAdvanceRampResponseContentandAdvanceRampRequestContenttypes; addUpdateExperimentation: "update:experimentation"toOauthScope#1404 (fern-api[bot])feat: add
organizations.search(request)for the cursor-paginated search endpoint (GET /api/v2/organizations/search) with SCIM/Lucene filter syntax, along with theSearchOrganizationsRequestParameters,SearchOrganization,SearchOrganizationsPaginatedResponseContent,OrganizationSortFieldEnum, andSearchParserEnumtypes #1404 (fern-api[bot])feat: add
resourceServers.search(request)for the cursor-paginated search endpoint (GET /api/v2/resource-servers/search) with SCIM/Lucene filter syntax, along with theSearchResourceServersRequestParameters,ResourceServerSearchResponse,SearchResourceServersResponseContent, andResourceServerSortFieldEnumtypes #1404 (fern-api[bot])feat: add the
AnonymousSessionstype (withCreateAnonymousSessionsandUpdateAnonymousSessions) toClient,CreateClientRequestContent,UpdateClientRequestContent, and all client response types viaanonymous_sessions.active#1404 (fern-api[bot])feat: add
TenantSettingsSessionsAnonymousto tenant settings (sessions.anonymous.lifetime_in_minutes,sessions.anonymous.activate_cookie) #1404 (fern-api[bot])feat: add
subject_type_authorization.anonymous_user.policy(deny_all|require_client_grant) andtoken_lifetime_for_anonymous_access_tokensto resource server types, along withResourceServerSubjectTypeAuthorizationAnonymousUserandResourceServerSubjectTypeAuthorizationAnonymousUserPolicyEnum#1404 (fern-api[bot])feat: add
GatewayTimeoutErrortype and map HTTP504responses to it; surfaced inorganizations.search()andresourceServers.search()#1404 (fern-api[bot])v6.4.0Compare Source
Full Changelog
AuthenticationClientand all sub-clients (database,oauth,passwordless,backchannel,tokenExchange). Migrate to@auth0/auth0-auth-js.UserInfoClient. UseauthClient.getUserInfo()from@auth0/auth0-auth-js.ResponseError,FetchError, andJSONApiResponseexports.Changed
BaseAPIruntime. ([BREAKING] feat!: remove Authentication layer #1390 (tusharpandey13))v6.3.0Compare Source
Full Changelog
Added
v6.2.0Compare Source
Full Changelog
Added
v6.1.0Compare Source
Full Changelog
Added
v6.0.0Compare Source
Full Changelog
Added
v5.14.1Compare Source
Fixed
v5.14.0Compare Source
Full Changelog
ConnectionAttributeIdentifierhas been replaced with three identifier-specific types:EmailAttributeIdentifier,PhoneAttributeIdentifier, andUsernameAttributeIdentifier#1363 (fern-api[bot])PhoneProviderProtectionBackoffStrategyEnumvariantNone(value:"none") has been renamed toDefault(value:"default") to align with the updated API #1363 (fern-api[bot])client.users.federatedConnectionsTokensetssub-client, including itslist()anddelete()methods #1369 (fern-api[bot])federated_connections_access_tokensfield from all connection option types (create and update) #1369 (fern-api[bot])Added
Fixed
v5.13.0Compare Source
Full Changelog
Added
Fixed
v5.12.0Compare Source
Full Changelog
Added
Fixed
v5.11.0Compare Source
Full Changelog
Added
Fixed
v5.10.0Compare Source
Full Changelog
Added
v5.9.1Compare Source
Full Changelog
Added
v5.9.0Compare Source
Full Changelog
Security
v5.8.0Compare Source
Full Changelog
Added
v5.7.0Compare Source
Full Changelog
invitation_landing_client_idandallowed_rolesfields fromClientMyOrganizationPatchConfiguration,ClientMyOrganizationPostConfiguration, andClientMyOrganizationResponseConfiguration#1328 (fern-api[bot])Added
delegationproperty onClientSessionTransferConfigurationwithClientSessionTransferDelegationConfigurationinterface supportingallow_delegated_accessandenforce_device_bindingoptions #1328 (fern-api[bot])enabled_featuresproperty onCreateSelfServiceProfileSsoTicketRequestContentwithSelfServiceProfileSsoTicketEnabledFeaturesinterface supportingsso,domain_verification, andprovisioningtoggles #1328 (fern-api[bot])pending_domainsfield onSelfServiceProfileSsoTicketDomainAliasesConfig#1328 (fern-api[bot])Changed
default_forfield across Client Grant response types andCreateClientGrantRequestContent#1328 (fern-api[bot])v5.6.0Compare Source
Full Changelog
Added
v5.5.0Compare Source
Full Changelog
Added
v5.4.0Compare Source
Full Changelog
Added
v5.3.1Compare Source
Full Changelog
Added
v5.3.0Compare Source
Full Changelog
Added
v5.2.0Compare Source
Full Changelog
Added
v5.1.0Compare Source
Full Changelog
Added
updateApnsProvider(),updateFcmProvider(),updateFcmv1Provider()methods #1278 (developerkunal)token_exchangeconfiguration #1278 (developerkunal)use_for_organization_discoveryfield #1278 (developerkunal)domain_metadatafield #1278 (developerkunal)identityoption #1278 (developerkunal)Fixed
hasNextPage()infinite loop whenper_pageis not specified #1279 (developerkunal)Changed
setApnsProvider(),setFcmProvider(),setFcmv1Provider()now use PUT instead of PATCH #1278 (developerkunal)v5.0.0Compare Source
Full Changelog
Added
Fixed
hasNextPagelogic and offset increment for Management API #1237 (fern-api[bot])v4.37.1Compare Source
Security
v4.37.0Compare Source
Added
v4.36.0Compare Source
Added
v4.35.0Compare Source
Added
v4.34.0Compare Source
Added
v4.33.0Compare Source
Added
v4.32.0Compare Source
Added
v4.31.0Compare Source
Added
Fixed
v4.30.0Compare Source
Added
Fixed
v4.29.0Compare Source
Full Changelog
🎉 General Availability of v5.0.0
This release promotes the v5 beta to a stable release.
If you are upgrading from v4.x, please review the Migration Guide before upgrading.
Highlights
auth0/legacy^20.19.0 || ^22.12.0 || ^24.0.0v4.28.0Compare Source
Full Changelog
Added
v4.27.0Compare Source
Full Changelog
Added
v4.26.0Compare Source
Full Changelog
Added
v4.25.0Compare Source
Full Changelog
Added
getEnabledConnectionsmethod and related types toClientsManager#1122 (developerkunal)v4.24.0Compare Source
Full Changelog
Added
v4.23.1Compare Source
Full Changelog
Added
v4.23.0Compare Source
Full Changelog
Added
v4.22.0Compare Source
Full Changelog
Added
v4.21.0Compare Source
Full Changelog
Added
v4.20.0Compare Source
Full Changelog
Added
v4.19.0Compare Source
Full Changelog
Added
v4.18.0Compare Source
Full Changelog
Added
v4.17.0Compare Source
Full Changelog
Added
Removed
v4.16.0Compare Source
Full Changelog
Changed
Fixed
v4.15.0Compare Source
Full Changelog
Added
Changed
v4.14.0Compare Source
Full Changelog
Added
v4.13.0Compare Source
Full Changelog
getAllmethod of SelfServiceProfilesManager.v4.12.0Compare Source
Full Changelog
Added
v4.11.0Compare Source
Full Changelog
Fixed
v4.10.0Compare Source
Full Changelog
Added
v4.9.0Compare Source
Full Changelog
Added
v4.8.0Compare Source
Full Changelog
Added
Changed
v4.7.0Compare Source
Full Changelog
Added
v4.6.0[Compare Source](https://redirect
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.