🚀 Auth0.ManagementApi v8.0.0-beta.0 is here! #916
kailash-b
announced in
Announcements
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 are excited to announce the release of
Auth0.ManagementApiv8.0.0-beta.0.This is a major release that includes a completely redesigned, OpenAPI-generated SDK, automatic token management, and a host of other improvements.
✨ What's New
ManagementClientwrapper handles token acquisition and refresh automatically, so you no longer need to manage tokens manually..WithRawResponse()method.Optional<T>type to distinguish between undefined and explicitly null values.💥 Breaking Changes
This release contains breaking changes to client initialisation, request/response types, method signatures, and exception handling. All existing
v7Management API code will require updates to work withv8. The Authentication API (Auth0.AuthenticationApi) remains unchanged.📖 Migration Guide
We have a comprehensive migration guide to help you upgrade your application to
v8. The guide includes side-by-side examples and detailed mappings fromv7tov8.You can find the migration guide here: V8_MIGRATION_GUIDE.md
We hope you enjoy this new release! As always, we welcome your feedback. Please feel free to open an issue on our GitHub repository if you have any questions or suggestions.
Beta Was this translation helpful? Give feedback.
All reactions