Skip to content

chore(deps): bump github.com/auth0/go-auth0/v2 from 2.13.0 to 2.14.0#1563

Merged
ramya18101 merged 1 commit into
mainfrom
dependabot/go_modules/github.com/auth0/go-auth0/v2-2.14.0
Jun 26, 2026
Merged

chore(deps): bump github.com/auth0/go-auth0/v2 from 2.13.0 to 2.14.0#1563
ramya18101 merged 1 commit into
mainfrom
dependabot/go_modules/github.com/auth0/go-auth0/v2-2.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/auth0/go-auth0/v2 from 2.13.0 to 2.14.0.

Release notes

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

v2.14.0

Breaking Changes

  • Changed user date fields (CreatedAt, UpdatedAt, LastLogin, LastPasswordReset, MultifactorLastModified) on CreateUserResponseContent, GetUserResponseContent, UpdateUserResponseContent, and UserResponseSchema from *UserDateSchema to *time.Time, and removed the UserDateSchema type and UserDateSchemaVisitor interface #801 (fern-api[bot])
  • Changed identity UserID fields on UserIdentitySchema and DeleteUserIdentityResponseContentItem to the string-or-integer UserID union (from *string/string) #801 (fern-api[bot])
  • Changed UpdateClientRequestContent NativeSocialLogin to *NativeSocialLoginPatch and FedcmLogin to *FedCmLoginPatch #801 (fern-api[bot])

Added

  • feat: add phone provider protection API (Management.AttackProtection.PhoneProviderProtection) with Get and Patch methods and the PhoneProviderProtectionBackoffStrategyEnum #801 (fern-api[bot])
  • feat: add native social login configuration types (NativeSocialLoginPatch, NativeSocialLoginApplePatch, NativeSocialLoginFacebookPatch, NativeSocialLoginGooglePatch) and FedCM login configuration types (FedCmLoginPatch, FedCmLoginGooglePatch) #801 (fern-api[bot])
  • feat: add token vault privileged access types (ClientTokenVaultPrivilegedAccessWithCredentialID, ClientTokenVaultPrivilegedAccessWithPublicKey, TokenVaultPrivilegedAccessIPAllowlistEntry) #801 (fern-api[bot])
  • feat: add CrossAppAccessRequestingApp field and type to CreateConnectionResponseContent and GetConnectionResponseContent #801 (fern-api[bot])
  • feat: add PhoneVerified, Multifactor, MultifactorLastModified, LastIP, LastLogin, and LastPasswordReset fields to user response types #801 (fern-api[bot])
  • feat: add auth_email_by_code value to EmailTemplateNameEnum #801 (fern-api[bot])

Fixed

  • fix: map HTTP 409 responses on self-service profiles to ConflictError #801 (fern-api[bot])
  • fix: preserve the raw JSON payload on EventStreamSubscribeEventsResponseContent so unknown union members round-trip through marshal/unmarshal and validation #801 (fern-api[bot])

v2.14.0-beta.0

Beta

  • feat: add Experimentation Management API (Management.Experimentation) grouping experiments, feature flags, and segments #795 (fern-api[bot])
  • feat: add experiments API (Management.Experimentation.Experiments) with List, Create, Get, Update, Delete, and UpdateStatus for A/B test experiments and their traffic allocations #795 (fern-api[bot])
  • feat: add feature flags API (Management.Experimentation.FeatureFlags) with full CRUD and UpdateStatus lifecycle transitions #795 (fern-api[bot])
  • feat: add feature flag variations API (Management.Experimentation.FeatureFlags.Variations) with full CRUD for parameter-override variations #795 (fern-api[bot])
  • feat: add segments API (Management.Experimentation.Segments) with full CRUD for rule-based audience targeting #795 (fern-api[bot])

Stable (from main)

  • feat: add NativeSocialLogin and FedcmLogin configuration fields to client application types, with patch variants (NativeSocialLoginApplePatch, NativeSocialLoginFacebookPatch, NativeSocialLoginGooglePatch, FedCmLoginPatch, FedCmLoginGooglePatch) #795 (fern-api[bot])
  • feat: add typed ConflictError (HTTP 409) decoding to the self-service profiles client #795 (fern-api[bot])
  • fix: preserve the raw JSON payload of unrecognized EventStreamSubscribeEventsResponseContent union variants so unknown event stream types no longer fail to unmarshal, marshal, or validate #795 (fern-api[bot])
Changelog

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

v2.14.0 (2026-06-24)

Full Changelog

Breaking Changes

  • Changed user date fields (CreatedAt, UpdatedAt, LastLogin, LastPasswordReset, MultifactorLastModified) on CreateUserResponseContent, GetUserResponseContent, UpdateUserResponseContent, and UserResponseSchema from *UserDateSchema to *time.Time, and removed the UserDateSchema type and UserDateSchemaVisitor interface #801 (fern-api[bot])
  • Changed identity UserID fields on UserIdentitySchema and DeleteUserIdentityResponseContentItem to the string-or-integer UserID union (from *string/string) #801 (fern-api[bot])
  • Changed UpdateClientRequestContent NativeSocialLogin to *NativeSocialLoginPatch and FedcmLogin to *FedCmLoginPatch #801 (fern-api[bot])

Added

  • feat: add phone provider protection API (Management.AttackProtection.PhoneProviderProtection) with Get and Patch methods and the PhoneProviderProtectionBackoffStrategyEnum #801 (fern-api[bot])
  • feat: add native social login configuration types (NativeSocialLoginPatch, NativeSocialLoginApplePatch, NativeSocialLoginFacebookPatch, NativeSocialLoginGooglePatch) and FedCM login configuration types (FedCmLoginPatch, FedCmLoginGooglePatch) #801 (fern-api[bot])
  • feat: add token vault privileged access types (ClientTokenVaultPrivilegedAccessWithCredentialID, ClientTokenVaultPrivilegedAccessWithPublicKey, TokenVaultPrivilegedAccessIPAllowlistEntry) #801 (fern-api[bot])
  • feat: add CrossAppAccessRequestingApp field and type to CreateConnectionResponseContent and GetConnectionResponseContent #801 (fern-api[bot])
  • feat: add PhoneVerified, Multifactor, MultifactorLastModified, LastIP, LastLogin, and LastPasswordReset fields to user response types #801 (fern-api[bot])
  • feat: add auth_email_by_code value to EmailTemplateNameEnum #801 (fern-api[bot])

Fixed

  • fix: map HTTP 409 responses on self-service profiles to ConflictError #801 (fern-api[bot])
  • fix: preserve the raw JSON payload on EventStreamSubscribeEventsResponseContent so unknown union members round-trip through marshal/unmarshal and validation #801 (fern-api[bot])
Commits
  • ea264e2 Release v2.14.0 (#802)
  • 4c30348 feat: add phone provider protection and native social login config (breaking:...
  • c210afd ci: add automated beta SDK release track (#792)
  • bc78755 chore(security): uses pinned versions of actions (#789)
  • 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.13.0 to 2.14.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.13.0...v2.14.0)

---
updated-dependencies:
- dependency-name: github.com/auth0/go-auth0/v2
  dependency-version: 2.14.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 Jun 25, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 25, 2026 07:52
@dependabot dependabot Bot added dependencies One or more dependencies are being bumped go Pull requests that update Go code labels Jun 25, 2026
@ramya18101 ramya18101 merged commit d651919 into main Jun 26, 2026
6 checks passed
@ramya18101 ramya18101 deleted the dependabot/go_modules/github.com/auth0/go-auth0/v2-2.14.0 branch June 26, 2026 08:07
developerkunal added a commit that referenced this pull request Jun 26, 2026
* chore(deps): bump github.com/auth0/go-auth0/v2 from 2.13.0 to 2.14.0 (#1563)

Bumps [github.com/auth0/go-auth0/v2](https://github.com/auth0/go-auth0) from 2.13.0 to 2.14.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.13.0...v2.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Chore: Updated CI workflows to trigger releases based on branches (#1565)

* Updated goreleaser condition for main and beta branches

* Chore: Updated CI for main branch and Added CI for Beta

* wf update

* chore: Add Sentry DSN so crash reporting works in all builds (#1564)

* Hardcode Sentry DSN so crash reporting works in all builds

The Sentry DSN was injected at build time via ldflags from a SENTRY_DSN
secret. That value has been empty in released binaries since around v1.10,
so crash reporting has effectively been disabled, and it cannot work at all
for from-source builds such as Homebrew Core.

A Sentry DSN is a public, write-only key that is safe to ship inside client
binaries, so this hardcodes it as the default. The build-time injection is
removed from the release pipeline so every build path (releases, Homebrew
Core, and plain go build) reports to Sentry consistently.

* Skip Sentry reporting for local/dev builds

Reporting now keys off buildinfo.Version instead of the Sentry DSN.
Local builds stamp the version as "dev" (and a plain go build leaves
it empty), so ReportException returns early for those and panics
re-panic with a real stack trace. Release and Homebrew Core builds
carry a real version and continue to report.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kunal Dawar <35455566+developerkunal@users.noreply.github.com>
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