Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.0.0
v5.1.0
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [v5.1.0](https://github.com/auth0/node-auth0/tree/v5.1.0) (2025-11-06)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.0.0...v5.1.0)

**Added**

- feat: add Bot Detection and CAPTCHA attack protection endpoints [\#1235](https://github.com/auth0/node-auth0/pull/1235) ([fern-api[bot]](https://github.com/apps/fern-api))
- feat: Add organization discovery domains support [\#1225](https://github.com/auth0/node-auth0/pull/1225) ([fern-api[bot]](https://github.com/apps/fern-api))
- feat: add User Attribute Profiles, Connected Accounts, Sessions Update APIs and improvements [\#1222](https://github.com/auth0/node-auth0/pull/1222) ([fern-api[bot]](https://github.com/apps/fern-api))

**Fixed**

- fix: Consolidate type exports to resolve 'too many open files' error in serverless environments [\#1241](https://github.com/auth0/node-auth0/pull/1241) ([fern-api[bot]](https://github.com/apps/fern-api))
- fix: Fix header merging case-sensitivity issue [\#1238](https://github.com/auth0/node-auth0/pull/1238) ([fern-api[bot]](https://github.com/apps/fern-api))
- fix: Correct pagination `hasNextPage` logic and offset increment for Management API [\#1237](https://github.com/auth0/node-auth0/pull/1237) ([fern-api[bot]](https://github.com/apps/fern-api))
- Fix: id field in SignUpResponse [\#1190](https://github.com/auth0/node-auth0/pull/1190) ([tanya732](https://github.com/tanya732))

## [v5.0.0](https://github.com/auth0/node-auth0/tree/v5.0.0) (2025-09-15)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v4.29.0...v5.0.0)
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/hierarchy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #AF00DB;
--dark-hl-3: #C586C0;
--dark-hl-3: #CE92A4;
--light-hl-4: #001080;
--dark-hl-4: #9CDCFE;
--light-hl-5: #0000FF;
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

Loading
Loading