From 9d8c59c9861c4fa3ca5dcb058fe03d72fcebba78 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <busunkim@google.com> Date: Mon, 23 Sep 2019 13:02:50 -0400 Subject: [PATCH 1/2] Release 1.13.0 --- logging/CHANGELOG.md | 18 ++++++++++++++++++ logging/setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/logging/CHANGELOG.md b/logging/CHANGELOG.md index f7ad1b7451ed..763d9ca310e4 100644 --- a/logging/CHANGELOG.md +++ b/logging/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://pypi.org/project/google-cloud-logging/#history +## 1.13.0 + +09-23-2019 10:00 PDT + +### Implementation Changes +- ContainerEngineHandler: don't swallow stream ([#9166](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9166)) + +### New Features +- Add LoggingV2Servicer, LogSinks, logging_metrics, and log_entry. Add LogSeverity and HttpRequest types (via synth). ([#9262](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9262)) +- Add client_options to logging v1 ([#9046](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9046)) + +### Documentation +- Remove compatability badges from READMEs. ([#9035](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9035)) + +### Internal / Testing Changes +- Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. ([#9085](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9085)) +- Delete custom synth removing gRPC send/recv msg size limits. ([#8939](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8939)) + ## 1.12.1 08-01-2019 09:45 PDT diff --git a/logging/setup.py b/logging/setup.py index 6d3da8a110f9..8e88a95058de 100644 --- a/logging/setup.py +++ b/logging/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-logging' description = 'Stackdriver Logging API client library' -version = '1.12.1' +version = '1.13.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 547f53d8b06bc96eab74927efc8e4eee92d512b6 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 23 Sep 2019 13:14:01 -0700 Subject: [PATCH 2/2] Update logging/CHANGELOG.md Co-Authored-By: Tres Seaver <tseaver@palladion.com> --- logging/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/CHANGELOG.md b/logging/CHANGELOG.md index 763d9ca310e4..2fab1ee705dd 100644 --- a/logging/CHANGELOG.md +++ b/logging/CHANGELOG.md @@ -9,7 +9,7 @@ 09-23-2019 10:00 PDT ### Implementation Changes -- ContainerEngineHandler: don't swallow stream ([#9166](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9166)) +- Pass 'stream' argument to super in 'ContainerEngineHandler.__init__'. ([#9166](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9166)) ### New Features - Add LoggingV2Servicer, LogSinks, logging_metrics, and log_entry. Add LogSeverity and HttpRequest types (via synth). ([#9262](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9262))