Skip to content

Commit d27093d

Browse files
authored
Release trace-0.21.0 (#8011)
1 parent b1a9e54 commit d27093d

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

trace/CHANGELOG.md

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

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

7+
## 0.21.0
8+
9+
05-16-2019 12:58 PDT
10+
11+
12+
### Implementation Changes
13+
- Add routing header to method metadata (via synth). ([#7602](https://github.com/googleapis/google-cloud-python/pull/7602))
14+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
15+
16+
### New Features
17+
- Add `client_info` support to clients. ([#7899](https://github.com/googleapis/google-cloud-python/pull/7899))
18+
19+
### Dependencies
20+
- Pin `google-cloud-core >= 1.0.0, < 2.0dev`. ([#7993](https://github.com/googleapis/google-cloud-python/pull/7993))
21+
22+
### Documentation
23+
- Update docstring for `page_size` (via synth). ([#7688](https://github.com/googleapis/google-cloud-python/pull/7688))
24+
- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
25+
- Pick up stub docstring fix in GAPIC generator. ([#6985](https://github.com/googleapis/google-cloud-python/pull/6985))
26+
27+
### Internal / Testing Changes
28+
- Add nox session `docs`, reorder methods (via synth). ([#7783](https://github.com/googleapis/google-cloud-python/pull/7783)) and ([#7784](https://github.com/googleapis/google-cloud-python/pull/7784))
29+
- Copy lintified proto files (via synth). ([#7455](https://github.com/googleapis/google-cloud-python/pull/7455))
30+
- Add clarifying comment to blacken nox target. ([#7406](https://github.com/googleapis/google-cloud-python/pull/7406))
31+
- Remove unused message exports (via synth). ([#7278](https://github.com/googleapis/google-cloud-python/pull/7278))
32+
- Copy proto files alongside protoc versions ([#7254](https://github.com/googleapis/google-cloud-python/pull/7254))
33+
- Trivial gapic-generator change. ([#7236](https://github.com/googleapis/google-cloud-python/pull/7236))
34+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
35+
- Update copyright headers (via synth). ([#7161](https://github.com/googleapis/google-cloud-python/pull/7161))
36+
- Protoc-generated serialization update. ([#7098](https://github.com/googleapis/google-cloud-python/pull/7098))
37+
738
## 0.20.2
839

940
12-17-2018 17:06 PST

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.20.2'
25+
version = '0.21.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)