-
Notifications
You must be signed in to change notification settings - Fork 250
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
Fixed requests contrib to raise original exceptions #771
Fixed requests contrib to raise original exceptions #771
Conversation
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755)) | ||
- Added `http code` to `grpc code` status code mapping on `utils` | ||
([#746](https://github.com/census-instrumentation/opencensus-python/pull/746)) | ||
- Updated `requests` module | ||
([#771](https://github.com/census-instrumentation/opencensus-python/pull/771)) |
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.
Do we need to update the CHANGELOG for the core sdk?
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.
Is just for tracking for the next release, so we don’t forget to update some module. I remember someone suggested this recently, but I can’t remember in which PR. It does not need to go into the release changelog (in my opinion), but this way we know what needs to be updated !
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.
I see. As long as we are consistent, I feel like it should be fine. So far it seems like we only update the changelog if there are changes in the actual package but your argument for it being a "release reminder" is valid :).
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.
LGTM.
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.
@songy23 Sure, we'll take care of it. |
Updates requests contrib to raise original exceptions, and updated tests.
Thanks @isra17 for noticing!