Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 12:01
d4614ec

v7.0.0 (2026-09-08)

Full Changelog

Important: v7.0.0 introduces breaking changes. Please review the v7 Migration Guide for detailed upgrade instructions.

⚠️ BREAKING CHANGES

  • Removed AuthenticationClient and all sub-clients (database, oauth, passwordless, backchannel, tokenExchange). Migrate to @auth0/auth0-auth-js.
  • Removed UserInfoClient. Use authClient.getUserInfo() from @auth0/auth0-auth-js.
  • Removed public ResponseError, FetchError, and JSONApiResponse exports.

Changed

  • Management client now acquires client-credentials tokens natively, without the removed shared BaseAPI runtime. ([BREAKING] feat!: remove Authentication layer #1390 (tusharpandey13))