-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Preparing release 0.17.0 of trace #4538
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
Conversation
dhermes
left a comment
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.
Please also update docs/trace/releases.rst
I'll be happy to push a tag for you once this is merged, though you can do this too if you have GitHub privileges for creating a tag (the tag would be trace-0.17.0)
trace/CHANGELOG.md
Outdated
|
|
||
| - Default to use Stackdriver Trace V2 API if calling `from google.cloud import trace`. | ||
| Using V1 API needs to be explicitly specified in the import.(#4437) | ||
| - Comparing `datetime.datetime`-s in trace unit tests. (#4323) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| PyPI: https://pypi.org/project/google-cloud-trace/0.16.0/ | ||
|
|
||
| ## 0.17.0 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@dhermes Thanks for your review, I have updated the releases.rst and addressed the comments. I just checked that I can create the tag after this is merged. |
dhermes
left a comment
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
|
@dhermes I don't have the account to push packages to Pypi, will need your help. Thx! |
|
@liyanhui1228 The build will do that. |
|
@dhermes Great! |
@dhermes I need to bump the version number from 0.16.0 to 0.17.0 to avoid breaking the OpenCensus package which is depending on
google-cloud-trace>=0.16.0, <0.17dev. Could you do a release for the trace package? Thanks a lot!