From 06932aa3d90d85f33a81501aea3fb6e1f2c96425 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Wed, 5 Dec 2018 13:19:39 -0800 Subject: [PATCH] Release 0.20.0 --- trace/CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ trace/setup.py | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/trace/CHANGELOG.md b/trace/CHANGELOG.md index dae903bd1eca..a4c6dc83222a 100644 --- a/trace/CHANGELOG.md +++ b/trace/CHANGELOG.md @@ -4,6 +4,43 @@ [1]: https://pypi.org/project/google-cloud-trace/#history +## 0.20.0 + +12-05-2018 13:16 PST + + +### Implementation Changes +- Use moved iam.policy now at google.api_core.iam.policy ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) +- Pick up fixes to GAPIC generator. ([#6577](https://github.com/googleapis/google-cloud-python/pull/6577)) +- Fix client_info bug, update docstrings and timeouts. ([#6424](https://github.com/googleapis/google-cloud-python/pull/6424)) +- Pass credentials into TraceServiceClient ([#5596](https://github.com/googleapis/google-cloud-python/pull/5596)) +- Avoid overwriting '__module__' of messages from shared modules. ([#5364](https://github.com/googleapis/google-cloud-python/pull/5364)) + +### New Features +- Add 'synth.py'. ([#6083](https://github.com/googleapis/google-cloud-python/pull/6083)) + +### Dependencies +- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) + +### Documentation +- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) +- Add static HTML redirect page for 'trace/starting.html'. ([#6142](https://github.com/googleapis/google-cloud-python/pull/6142)) +- Prep docs for repo split. ([#6024](https://github.com/googleapis/google-cloud-python/pull/6024)) +- Replace links to '/stable/' with '/latest/'. ([#5901](https://github.com/googleapis/google-cloud-python/pull/5901)) + +### Internal / Testing Changes +- Updates to noxfile and other templates. Start Blackening. ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)), + ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)), + ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)), + ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666)), + ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) +- Add kokoro for trace, remove trace from CircleCI ([#6112](https://github.com/googleapis/google-cloud-python/pull/6112)) +- Use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865)) +- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295)) +- Fix bad trove classifier +- Move unit test from gax to gapic ([#4988](https://github.com/googleapis/google-cloud-python/pull/4988)) + ## 0.19.0 ### Dependencies diff --git a/trace/setup.py b/trace/setup.py index ba983d41b635..fefc6d19e238 100644 --- a/trace/setup.py +++ b/trace/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-trace' description = 'Stackdriver Trace API client library' -version = '0.19.0' +version = '0.20.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'