Skip to content

Commit 0d81b7d

Browse files
authored
Release 1.12.0 (#8758)
1 parent 66604b5 commit 0d81b7d

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-logging/#history
66

7+
## 1.12.0
8+
9+
07-24-2019 16:47 PDT
10+
11+
12+
### Implementation Changes
13+
- Set the 'timestamp' on log records created by handler. ([#8227](https://github.com/googleapis/google-cloud-python/pull/8227))
14+
- Clarify worker thread implementation. ([#8228](https://github.com/googleapis/google-cloud-python/pull/8228))
15+
16+
### New Features
17+
- Add path-construction helpers to GAPIC clients (via synth). ([#8631](https://github.com/googleapis/google-cloud-python/pull/8631))
18+
- Add 'client_options' support, update list method docstrings (via synth). ([#8535](https://github.com/googleapis/google-cloud-python/pull/8535))
19+
20+
### Dependencies
21+
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
22+
23+
### Documentation
24+
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
25+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
26+
27+
### Internal / Testing Changes
28+
- Re-add "generated" markers (via synth). ([#8538](https://github.com/googleapis/google-cloud-python/pull/8538))
29+
- Add nox session 'docs' to remaining manual clients. ([#8478](https://github.com/googleapis/google-cloud-python/pull/8478))
30+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
31+
- Fix tests broken in PR [#8227](https://github.com/googleapis/google-cloud-python/pull/8227). ([#8273](https://github.com/googleapis/google-cloud-python/pull/8273))
32+
- Add empty lines. ([#8064](https://github.com/googleapis/google-cloud-python/pull/8064))
33+
- Use alabaster theme everwhere. ([#8021](https://github.com/googleapis/google-cloud-python/pull/8021))
34+
735
## 1.11.0
836

937
05-16-2019 12:27 PDT

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-logging'
2424
description = 'Stackdriver Logging API client library'
25-
version = '1.11.0'
25+
version = '1.12.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)