chg: msg.error.message now contains additional information#107
Merged
Conversation
Closed
Contributor
|
@krauskopf : Please get rid of 2 pending checks using build 18.x, 20.x and merge. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the 1.9.10 release by expanding the information surfaced via msg.error.message (now JSON-formatted details from ctrlX “Problem Details” responses), and updates accompanying documentation, versioning, and CI configuration.
Changes:
- Update
CtrlxProblemErrorto format richer error details and seterror.messageto the JSON-formatted representation. - Add
1.9.10release notes / changelog entries and bump npm package version. - Adjust CI Node.js test matrix and update copyright years.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds 1.9.10 changelog entry and updates copyright years |
| package.json | Bumps version to 1.9.10 |
| lib/CtrlxProblemError.js | Adds JSON/human-readable formatting helpers and sets message to JSON on parsed responses |
| doc/RELEASE_NOTES.md | Adds 1.9.10 release notes describing new error message behavior |
| .github/workflows/test.yml | Updates CI Node.js matrix to 22.x and 24.x |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
No description provided.