🚀 Announcing Beta: Auth0 Go SDK v2.0.0 for Management API v2 #605
developerkunal
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We’re excited to announce the beta release
auth0/go-auth0
v2.0.0, a major rewrite of the Go SDK generated directly from Auth0’s OpenAPI specifications.This release improves type safety, package organisation, and future maintainability, but it introduces breaking changes.
What Changed
management/client
,management/user
, etc.)option.RequestOption
for configurationmgmt.Users
,mgmt.Clients
, etc.)Example
v1
v2
Migration
github.com/auth0/go-auth0/v2
management.New()
withclient.New()
User
→Users
,Client
→Clients
)See the MIGRATION_GUIDE.md for full details.
Install
This is a beta release. There may still be changes before GA. Please try it out and share your feedback in this discussion or by opening an issue.
Beta Was this translation helpful? Give feedback.
All reactions