Skip to content

Commit 104463d

Browse files
authored
Release 0.20.0 (#6850)
1 parent d68d73d commit 104463d

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

packages/google-cloud-trace/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@
44

55
[1]: https://pypi.org/project/google-cloud-trace/#history
66

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+
744
## 0.19.0
845

946
### Dependencies

packages/google-cloud-trace/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-trace'
2424
description = 'Stackdriver Trace API client library'
25-
version = '0.19.0'
25+
version = '0.20.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)