|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-trace/#history |
6 | 6 |
|
| 7 | +## 0.20.0 |
| 8 | + |
| 9 | +12-05-2018 13:16 PST |
| 10 | + |
| 11 | + |
| 12 | +### Implementation Changes |
| 13 | +- Use moved iam.policy now at google.api_core.iam.policy ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) |
| 14 | +- Pick up fixes to GAPIC generator. ([#6577](https://github.com/googleapis/google-cloud-python/pull/6577)) |
| 15 | +- Fix client_info bug, update docstrings and timeouts. ([#6424](https://github.com/googleapis/google-cloud-python/pull/6424)) |
| 16 | +- Pass credentials into TraceServiceClient ([#5596](https://github.com/googleapis/google-cloud-python/pull/5596)) |
| 17 | +- Avoid overwriting '__module__' of messages from shared modules. ([#5364](https://github.com/googleapis/google-cloud-python/pull/5364)) |
| 18 | + |
| 19 | +### New Features |
| 20 | +- Add 'synth.py'. ([#6083](https://github.com/googleapis/google-cloud-python/pull/6083)) |
| 21 | + |
| 22 | +### Dependencies |
| 23 | +- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) |
| 24 | + |
| 25 | +### Documentation |
| 26 | +- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) |
| 27 | +- Add static HTML redirect page for 'trace/starting.html'. ([#6142](https://github.com/googleapis/google-cloud-python/pull/6142)) |
| 28 | +- Prep docs for repo split. ([#6024](https://github.com/googleapis/google-cloud-python/pull/6024)) |
| 29 | +- Replace links to '/stable/' with '/latest/'. ([#5901](https://github.com/googleapis/google-cloud-python/pull/5901)) |
| 30 | + |
| 31 | +### Internal / Testing Changes |
| 32 | +- Updates to noxfile and other templates. Start Blackening. ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)), |
| 33 | + ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)), |
| 34 | + ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)), |
| 35 | + ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666)), |
| 36 | + ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) |
| 37 | +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) |
| 38 | +- Add kokoro for trace, remove trace from CircleCI ([#6112](https://github.com/googleapis/google-cloud-python/pull/6112)) |
| 39 | +- Use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865)) |
| 40 | +- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295)) |
| 41 | +- Fix bad trove classifier |
| 42 | +- Move unit test from gax to gapic ([#4988](https://github.com/googleapis/google-cloud-python/pull/4988)) |
| 43 | + |
7 | 44 | ## 0.19.0 |
8 | 45 |
|
9 | 46 | ### Dependencies |
|
0 commit comments