Skip to content

Release v7.0.0 - #1402

Open
tusharpandey13 wants to merge 10 commits into
masterfrom
release/v7.0.0
Open

Release v7.0.0#1402
tusharpandey13 wants to merge 10 commits into
masterfrom
release/v7.0.0

Conversation

@tusharpandey13

@tusharpandey13 tusharpandey13 commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

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))

Removes AuthenticationClient and UserInfoClient (broken out in #1390).
Adds v7 migration guide, bumps SDK_VERSION, and updates agent/copilot
instruction files for the Management-API-only SDK.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tusharpandey13
tusharpandey13 requested a review from a team as a code owner September 8, 2026 11:03
@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.67%. Comparing base (42fd927) to head (105f4ec).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1402   +/-   ##
=======================================
  Coverage   89.67%   89.67%           
=======================================
  Files         433      433           
  Lines       20911    20911           
  Branches    10245    10245           
=======================================
  Hits        18751    18751           
  Misses       2160     2160           
Flag Coverage Δ
alltests 89.67% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/management/version.ts 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

tusharpandey13 and others added 5 commits September 8, 2026 16:40
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v6.5.0 is a parallel maintenance release off the v6 branch, not in
v7's ancestry. Compare against v6.4.0 (the mainline predecessor) so the
link is valid regardless of v6.5.0 release timing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
README.md and v7_MIGRATION_GUIDE.md are owned by the docs PRs #1395
and #1396. Keep the release PR to version bumps, CHANGELOG, and the
AI-instruction files only.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Piyush-85
Piyush-85 previously approved these changes Sep 8, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants