-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ensure get_parse_node does not fail when response body is empty #28
Ensure get_parse_node does not fail when response body is empty #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @louim
Any chance you can
- bump the patch version https://github.com/microsoft/kiota-http-ruby/blob/main/lib%2Fmicrosoft_kiota_faraday%2Fversion.rb
- add an entry in the changelog
Similar to #27 before we merge this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Can you bump the version and add an entry to the changelog as last time please?
Done! Would it be possible to approve to to run the Ruby workflows? My workflow runs needs admin approval |
ddc2915
to
5b1bd32
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the changes
Guard against empty response body causing an error when finding the parse node.
I added some specs.
closes #26