Skip to content

Releases: auth0/node-auth0

v5.0.0-beta.0

08 Aug 18:42
b5a742e
Compare
Choose a tag to compare
v5.0.0-beta.0 Pre-release
Pre-release

Important: This is a beta release of the upcoming major version. It introduces breaking changes, particularly in the Management API client. Please refer to the v5 Migration Guide for detailed upgrade instructions.

💥 Breaking Changes

Node.js Version Support

  • The SDK now requires Node.js ^20.19.0, ^22.12.0, or ^24.0.0.
  • Support for earlier Node.js versions has been dropped.
  • Querying clients by organization-related attributes using the q parameter is no longer available in v5. A new search() method is coming soon. In the meantime, use the v4.x-compatible auth0/legacy legacy client to run those queries.

Management API Client Redesign

  • The Management API client has been fully restructured using Fern for code generation.
  • Methods are now organized into modular sub-clients, improving structure and maintainability.
  • Method names and signatures have changed, adopting consistent and predictable naming conventions.
  • These changes are not backward compatible with the v4.x client.

✨ Highlights

  • Full rewrite of the Management API client using Fern
  • Stronger TypeScript support with standardized error handling and improved developer ergonomics
  • Modular sub-client architecture for better discoverability and consistency
  • The Authentication API client remains fully compatible — no breaking changes
  • Introduced a v4.x-compatible legacy client available via auth0/legacy
  • Introduced modern package exports with support for both CommonJS and ESM
  • Updated minimum Node.js requirement as noted above

📘 Migration Guide: v5_MIGRATION_GUIDE.md
🔀 Compare Changes: Full Changelog

v4.28.0

04 Aug 07:56
757a04e
Compare
Choose a tag to compare

Added

v4.27.0

30 Jun 18:39
85ae9c6
Compare
Choose a tag to compare

Added

!! NOTE !! -
The compatible option has been deprecated and is no longer supported in CustomDomains API

v4.26.0

20 Jun 06:11
3d9204c
Compare
Choose a tag to compare

Added

v4.25.0

06 Jun 10:49
3610a87
Compare
Choose a tag to compare

Added

  • Added support for Enabled Client Connections, deprecated EnabledClients field in Connection CREATE/UPDATE Endpoints #1114 (tanya732)

v4.24.0

03 Jun 08:02
c6d4cb4
Compare
Choose a tag to compare

Added

v4.23.1

26 May 12:14
66d68e5
Compare
Choose a tag to compare

Added

  • Added support for ACUL Prompt Rendering Endpoint #1110 (tanya732)

v4.23.0

06 May 07:09
d03b8fc
Compare
Choose a tag to compare

Added

v4.22.0

16 Apr 06:25
9d5dcb8
Compare
Choose a tag to compare

Full Changelog

⚠️ BREAKING CHANGES

Please look at #1093 PR for changes
Updated response from Array to Array for /connections : 'GET' endpoint

v4.21.0

28 Mar 18:21
7f82bab
Compare
Choose a tag to compare

Added