From b034146ab2ba6effd56c3353c30c3c6edd8360ff Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Mon, 10 Dec 2018 12:58:46 -0800 Subject: [PATCH 1/3] Release 1.9.0 --- logging/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ logging/setup.py | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/logging/CHANGELOG.md b/logging/CHANGELOG.md index b72a4fbe87bc..846d86239eca 100644 --- a/logging/CHANGELOG.md +++ b/logging/CHANGELOG.md @@ -4,6 +4,34 @@ [1]: https://pypi.org/project/google-cloud-logging/#history +## 1.9.0 + +12-10-2018 12:55 PST + + +### Implementation Changes +- Use moved iam.policy now at google.api_core.iam.policy ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) +- Pick up fixes to GAPIC generator. ([#6631](https://github.com/googleapis/google-cloud-python/pull/6631)) +- Fix client_info bug, update docstrings via synth. ([#6435](https://github.com/googleapis/google-cloud-python/pull/6435)) +- Revert "Allow turning on JSON Detection in StackDriver" ([#6352](https://github.com/googleapis/google-cloud-python/pull/6352)) +- Allow turning on JSON Detection in StackDriver ([#6293](https://github.com/googleapis/google-cloud-python/pull/6293)) + +### New Features +- Add support for additional 'LogEntry' fields ([#6229](https://github.com/googleapis/google-cloud-python/pull/6229)) + +### Dependencies +- Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835)) +- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) + + +### Internal / Testing Changes +- Change the url to the canonical one ([#6843](https://github.com/googleapis/google-cloud-python/pull/6843)) +- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)) +- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)) +- Blackening Continued... ([#6667](https://github.com/googleapis/google-cloud-python/pull/6667)) +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) +- Logging: add 'synth.py'. ([#6081](https://github.com/googleapis/google-cloud-python/pull/6081)) + ## 1.8.0 10-17-2018 14:23 PDT diff --git a/logging/setup.py b/logging/setup.py index d880ec9e2f4b..d6f43390ac19 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.8.0' +version = '1.9.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 0184e481ee3f0e7a4ad5aee2bffd413c66f0229a Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Mon, 10 Dec 2018 12:59:36 -0800 Subject: [PATCH 2/3] Update CHANGELOG.md --- logging/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/logging/CHANGELOG.md b/logging/CHANGELOG.md index 846d86239eca..1d47d8227b56 100644 --- a/logging/CHANGELOG.md +++ b/logging/CHANGELOG.md @@ -10,9 +10,9 @@ ### Implementation Changes -- Use moved iam.policy now at google.api_core.iam.policy ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) +- Use moved `iam.policy` now at `google.api_core.iam.policy` ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) - Pick up fixes to GAPIC generator. ([#6631](https://github.com/googleapis/google-cloud-python/pull/6631)) -- Fix client_info bug, update docstrings via synth. ([#6435](https://github.com/googleapis/google-cloud-python/pull/6435)) +- Fix `client_info` bug, update docstrings via synth. ([#6435](https://github.com/googleapis/google-cloud-python/pull/6435)) - Revert "Allow turning on JSON Detection in StackDriver" ([#6352](https://github.com/googleapis/google-cloud-python/pull/6352)) - Allow turning on JSON Detection in StackDriver ([#6293](https://github.com/googleapis/google-cloud-python/pull/6293)) @@ -21,7 +21,7 @@ ### Dependencies - Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835)) -- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) +- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) ### Internal / Testing Changes From c0ad46f18cbe77195e15d347360dcfdecb1a9d2c Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 10 Dec 2018 13:45:12 -0800 Subject: [PATCH 3/3] Update logging/CHANGELOG.md Co-Authored-By: crwilcox --- logging/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/CHANGELOG.md b/logging/CHANGELOG.md index 1d47d8227b56..d319b3a08ca4 100644 --- a/logging/CHANGELOG.md +++ b/logging/CHANGELOG.md @@ -10,7 +10,7 @@ ### Implementation Changes -- Use moved `iam.policy` now at `google.api_core.iam.policy` ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) +- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) - Pick up fixes to GAPIC generator. ([#6631](https://github.com/googleapis/google-cloud-python/pull/6631)) - Fix `client_info` bug, update docstrings via synth. ([#6435](https://github.com/googleapis/google-cloud-python/pull/6435)) - Revert "Allow turning on JSON Detection in StackDriver" ([#6352](https://github.com/googleapis/google-cloud-python/pull/6352))