Skip to content

chore(deps): bump github.com/auth0/go-auth0/v2 from 2.11.0 to 2.12.0#1535

Merged
ramya18101 merged 1 commit into
mainfrom
dependabot/go_modules/github.com/auth0/go-auth0/v2-2.12.0
May 29, 2026
Merged

chore(deps): bump github.com/auth0/go-auth0/v2 from 2.11.0 to 2.12.0#1535
ramya18101 merged 1 commit into
mainfrom
dependabot/go_modules/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 29, 2026

Bumps github.com/auth0/go-auth0/v2 from 2.11.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])
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])
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)
  • 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.11.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.11.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 One or more dependencies are being bumped go Pull requests that update Go code labels May 29, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 29, 2026 07:54
@dependabot dependabot Bot added dependencies One or more dependencies are being bumped go Pull requests that update Go code labels May 29, 2026
@ramya18101 ramya18101 merged commit 6b50b87 into main May 29, 2026
6 checks passed
@ramya18101 ramya18101 deleted the dependabot/go_modules/github.com/auth0/go-auth0/v2-2.12.0 branch May 29, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies One or more dependencies are being bumped go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant