Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR releases version 5.2.0 of the Auth0 Node.js SDK, containing new features, bug fixes, and breaking changes. The release includes support for new APIs (Directory Provisioning, Connection Profiles, Organization Express Configuration), enhanced Guardian push notification methods, and SDK logging capabilities.
Key changes:
- Added multiple new API endpoint support including Directory Provisioning, Connection Profiles, and Organization Express Configuration
- Changed Guardian Push Notification methods from PATCH to PUT operations
- Fixed infinite loop bug in
hasNextPage()whenper_pageis not specified - Added SDK logging support for better debugging
Reviewed changes
Copilot reviewed 38 out of 3399 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.version |
Version bump from 5.1.0 to 5.2.0 |
docs/ (multiple files) |
Generated documentation updates reflecting new version and API changes |
docs/classes/management.SDK.Actions.html |
Removed old Actions class documentation |
docs/classes/management.SDK.ActionsClient.html |
Added new ActionsClient class documentation |
docs/classes/management.SDK.Anomaly.html |
Removed old Anomaly class documentation |
docs/classes/management.SDK.AnomalyClient.html |
Added new AnomalyClient class documentation |
docs/classes/management.SDK.AttackProtection.html |
Updated documentation with version change |
docs/classes/management.ManagementError.html |
Updated error hierarchy ordering and documentation |
docs/assets/highlight.css |
Updated syntax highlighting color scheme |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1281 +/- ##
=======================================
Coverage 88.91% 88.91%
=======================================
Files 371 371
Lines 16896 16896
Branches 8371 8371
=======================================
Hits 15023 15023
Misses 1873 1873
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
kushalshit27
approved these changes
Dec 11, 2025
tusharpandey13
approved these changes
Dec 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
updateApnsProvider(),updateFcmProvider(),updateFcmv1Provider()methods #1278 (developerkunal)token_exchangeconfiguration #1278 (developerkunal)use_for_organization_discoveryfield #1278 (developerkunal)domain_metadatafield #1278 (developerkunal)identityoption #1278 (developerkunal)Fixed
hasNextPage()infinite loop whenper_pageis not specified #1279 (developerkunal)Changed
setApnsProvider(),setFcmProvider(),setFcmv1Provider()now use PUT instead of PATCH #1278 (developerkunal)