Skip to content

Commit bce4386

Browse files
authored
Release error_reporting-0.31.0 (#8019)
1 parent 26cfac5 commit bce4386

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

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

7+
## 0.31.0
8+
9+
05-17-2019 08:23 PDT
10+
11+
### Implementation Changes
12+
- Add routing header to method metadata (via synth). ([#7594](https://github.com/googleapis/google-cloud-python/pull/7594))
13+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
14+
15+
### New Features
16+
- Add `client_info` support to Client. ([#7903](https://github.com/googleapis/google-cloud-python/pull/7903))
17+
18+
### Dependencies
19+
- Pin `google-cloud-logging >= 1.11.0`. ([#8015](https://github.com/googleapis/google-cloud-python/pull/8015))
20+
21+
### Documentation
22+
- Update client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
23+
24+
### Internal / Testing Changes
25+
- Add nox session `docs` (via synth). ([#7770](https://github.com/googleapis/google-cloud-python/pull/7770))
26+
- Fix docstring replace in synth ([#7458](https://github.com/googleapis/google-cloud-python/pull/7458))
27+
- Copy lintified proto files (via synth). ([#7447](https://github.com/googleapis/google-cloud-python/pull/7447))
28+
- Add clarifying comment to blacken nox target (via synth). ([#7391](https://github.com/googleapis/google-cloud-python/pull/7391))
29+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
30+
- Update copyright headers. ([#7144](https://github.com/googleapis/google-cloud-python/pull/7144))
31+
- Protoc-generated serialization update. ([#7082](https://github.com/googleapis/google-cloud-python/pull/7082))
32+
- Pick up stub docstring fix in GAPIC generator. ([#6970](https://github.com/googleapis/google-cloud-python/pull/6970))
33+
- Fix formatting ([#7002](https://github.com/googleapis/google-cloud-python/pull/7002))
34+
735
## 0.30.1
836

937
12-17-2018 18:17 PST

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-error-reporting'
2424
description = 'Stackdriver Error Reporting API client library'
25-
version = '0.30.1'
25+
version = '0.31.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)