-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unreported breaking change: --full-response headers' output format edited on v2.30.0 #485
Comments
thank you for reporting this discrepancy/ missing details in the changelog! |
These headers changed because the underlying package that makes http request was changed from the deprecated request to axios. This was done in order to support the extra Proxy features required and to resolve high severity security issues. Added a link to this issue in the changelog with a Breaking flag in the linked PR. |
Adding a Breaking note to the changelog #485
updated the changelog please re-open this if you have any further concerns. Again, thank you for contributing! :) |
@doiron would you mind updating the changelog on GitHub releases too? When I found the issue, I was looking there too. Thank you for your blazing-fast responses! |
Adding a Breaking note to the changelog #485
I'm submitting a...
A breaking change (commit fd20898) reshaped the computer-readable headers' output, but it hasn't been reported in changelogs.
Expected Behavior
Report in v2.30.0 changelog (better late than never)
Current Behavior
Jovo Framework is currently broken because the parsing function that decode te two command's output (1, 2) is still using the older headers format.
Related to jovotech/jovo-cli#357 jovotech/jovo-framework#1568 jovotech/jovo-framework#1575
CLI Snapshot
OLD Headers format until ask-cli 2.29.2:
NEW Headers format since ask-cli 2.30.0:
Steps to Reproduce (for bugs)
Run:
Compare the output with v2.29.2 output
Possible Solution
Fix not required, but reporting the breaking change in changelog would be awesome!
Your Environment and Context
The text was updated successfully, but these errors were encountered: