Skip to content

Bump github.com/auth0/go-auth0/v2 from 2.10.0 to 2.12.0 in /01-Login-Quickstart#106

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/01-Login-Quickstart/github.com/auth0/go-auth0/v2-2.12.0
Open

Bump github.com/auth0/go-auth0/v2 from 2.10.0 to 2.12.0 in /01-Login-Quickstart#106
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/01-Login-Quickstart/github.com/auth0/go-auth0/v2-2.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps github.com/auth0/go-auth0/v2 from 2.10.0 to 2.12.0.

Release notes

Sourced from github.com/auth0/go-auth0/v2's releases.

v2.12.0

Added

  • feat: add tenant country_codes setting for phone identifier filtering with allow/deny modes #785 (fern-api[bot])
  • feat: add Stream.LastRetryMs() accessor exposing the most recent SSE retry: interval #785 (fern-api[bot])
  • feat: add organization groups API (Management.Organizations.Groups) for listing groups assigned to an organization #784 (fern-api[bot])
  • feat: add organization group roles API (Management.Organizations.Groups.Roles) for assigning, listing, and unassigning roles on a group #784 (fern-api[bot])
  • feat: add organization member effective roles API (Management.Organizations.Members.EffectiveRoles) with group source drill-down #784 (fern-api[bot])
  • feat: add user effective roles API (Management.Users.EffectiveRoles) with group source drill-down #784 (fern-api[bot])
  • feat: add user effective permissions API (Management.Users.EffectivePermissions) with role source drill-down #784 (fern-api[bot])
  • feat: add tenant role groups API (Management.Roles.Groups) for assigning, listing, and unassigning groups on a role #784 (fern-api[bot])
  • feat: add groups roles API (Management.Groups.Roles) for assigning, listing, and unassigning roles on a group #783 (fern-api[bot])
  • feat: add rate limit policies API (Management.RateLimitPolicies) with full CRUD support #783 (fern-api[bot])
  • feat: stream endpoints (Management.Events.Subscribe) now auto-reconnect by default on mid-stream disconnects, preserving Last-Event-ID and honoring server-sent retry: directives, with a 5-attempt budget and a 30s backoff ceiling #783 (developerkunal)
  • feat: add option.WithMaxStreamReconnectAttempts to tune the reconnect budget and option.WithoutStreamReconnection to opt out of auto-reconnect #783 (developerkunal)
  • feat: add option.WithoutRetries to disable HTTP-level retries on a request #783 (developerkunal)
  • feat: add MultifactorLastModified field on User response types #783 (fern-api[bot])
  • feat: add FedCmLogin and FedCmLoginGoogle types #783 (fern-api[bot])

v2.11.0

Added

  • feat: add passkey-related fields (aaguid, credential_device_type, credential_backed_up, identity_user_id, user_agent, user_handle, transports) to user authentication method types #770 (fern-api[bot])
  • feat: add CredentialDeviceTypeEnum with single_device and multi_device values #770 (fern-api[bot])
  • feat: add allow_online_access_with_ephemeral_sessions field to resource server types #770 (fern-api[bot])
  • feat: add audience field to RevokeRefreshTokensRequestContent for audience-scoped revocation #770 (fern-api[bot])
  • feat: add LoginWithCustomTokenExchange method for Custom Token Exchange (RFC 8693) #766 (JohnRoesler)

Fixed

  • fix: preserve request body in debug output for POST, PATCH, and PUT methods #751 (bkiran6398)
Changelog

Sourced from github.com/auth0/go-auth0/v2's changelog.

v2.12.0 (2026-05-28)

Full Changelog

Added

  • feat: add tenant country_codes setting for phone identifier filtering with allow/deny modes #785 (fern-api[bot])
  • feat: add Stream.LastRetryMs() accessor exposing the most recent SSE retry: interval #785 (fern-api[bot])
  • feat: add organization groups API (Management.Organizations.Groups) for listing groups assigned to an organization #784 (fern-api[bot])
  • feat: add organization group roles API (Management.Organizations.Groups.Roles) for assigning, listing, and unassigning roles on a group #784 (fern-api[bot])
  • feat: add organization member effective roles API (Management.Organizations.Members.EffectiveRoles) with group source drill-down #784 (fern-api[bot])
  • feat: add user effective roles API (Management.Users.EffectiveRoles) with group source drill-down #784 (fern-api[bot])
  • feat: add user effective permissions API (Management.Users.EffectivePermissions) with role source drill-down #784 (fern-api[bot])
  • feat: add tenant role groups API (Management.Roles.Groups) for assigning, listing, and unassigning groups on a role #784 (fern-api[bot])
  • feat: add groups roles API (Management.Groups.Roles) for assigning, listing, and unassigning roles on a group #783 (fern-api[bot])
  • feat: add rate limit policies API (Management.RateLimitPolicies) with full CRUD support #783 (fern-api[bot])
  • feat: stream endpoints (Management.Events.Subscribe) now auto-reconnect by default on mid-stream disconnects, preserving Last-Event-ID and honoring server-sent retry: directives, with a 5-attempt budget and a 30s backoff ceiling #783 (developerkunal)
  • feat: add option.WithMaxStreamReconnectAttempts to tune the reconnect budget and option.WithoutStreamReconnection to opt out of auto-reconnect #783 (developerkunal)
  • feat: add option.WithoutRetries to disable HTTP-level retries on a request #783 (developerkunal)
  • feat: add MultifactorLastModified field on User response types #783 (fern-api[bot])
  • feat: add FedCmLogin and FedCmLoginGoogle types #783 (fern-api[bot])

v2.11.0 (2026-05-14)

Full Changelog

Added

  • feat: add passkey-related fields (aaguid, credential_device_type, credential_backed_up, identity_user_id, user_agent, user_handle, transports) to user authentication method types #770 (fern-api[bot])
  • feat: add CredentialDeviceTypeEnum with single_device and multi_device values #770 (fern-api[bot])
  • feat: add allow_online_access_with_ephemeral_sessions field to resource server types #770 (fern-api[bot])
  • feat: add audience field to RevokeRefreshTokensRequestContent for audience-scoped revocation #770 (fern-api[bot])
  • feat: add LoginWithCustomTokenExchange method for Custom Token Exchange (RFC 8693) #766 (JohnRoesler)

Fixed

  • fix: preserve request body in debug output for POST, PATCH, and PUT methods #751 (bkiran6398)
Commits
  • 6083c0f Release v2.12.0 (#786)
  • 2864cc8 feat: add tenant country codes setting, stream LastRetryMs accessor, and mark...
  • 9f83425 feat: add organization groups, user/member effective roles, and role-groups A...
  • d6cf99c feat: add groups/roles and rate limit policies APIs, streaming reconnection o...
  • 37ce67c chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#781)
  • 2c7d1a7 chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#776)
  • 3d37735 Release v2.11.0 (#774)
  • 2db0086 feat(authentication): add Custom Token Exchange support (RFC 8693) (#766)
  • a39ccc3 Preserve request body in debug output for all methods (#751)
  • 63b3f29 feat: add passkey fields, ephemeral session support, and audience-scoped toke...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/auth0/go-auth0/v2](https://github.com/auth0/go-auth0) from 2.10.0 to 2.12.0.
- [Release notes](https://github.com/auth0/go-auth0/releases)
- [Changelog](https://github.com/auth0/go-auth0/blob/main/CHANGELOG.md)
- [Commits](auth0/go-auth0@v2.10.0...v2.12.0)

---
updated-dependencies:
- dependency-name: github.com/auth0/go-auth0/v2
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants