From 9fd81465dcf37a97961e6cc04c3562481eae74a9 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 15 Aug 2019 09:34:33 -0700 Subject: [PATCH 01/10] Release videointelligence 1.11.0 (#9018) --- videointelligence/CHANGELOG.md | 11 +++++++++++ videointelligence/setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/videointelligence/CHANGELOG.md b/videointelligence/CHANGELOG.md index c85418d1746e8..daaafbfb41dd7 100644 --- a/videointelligence/CHANGELOG.md +++ b/videointelligence/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://pypi.org/project/google-cloud-videointelligence/#history +## 1.11.0 + +08-12-2019 14:00 PDT + +### New Features +- Add segment / shot presence label annotations fields (via synth). ([#8987](https://github.com/googleapis/google-cloud-python/pull/8987)) +- Add V1 video segment / feature fields; remove send/recv msg size limit (via synth). ([#8975](https://github.com/googleapis/google-cloud-python/pull/8975)) + +### Documentation +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 1.10.0 07-24-2019 17:52 PDT diff --git a/videointelligence/setup.py b/videointelligence/setup.py index 4c73c284fe01e..ebd6cabf2c1a1 100644 --- a/videointelligence/setup.py +++ b/videointelligence/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-videointelligence" description = "Google Cloud Video Intelligence API client library" -version = "1.10.0" +version = "1.11.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From c0e12e69c424eb98d65504d6a64bd6d47f63af84 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 15 Aug 2019 09:34:48 -0700 Subject: [PATCH 02/10] Release vision 0.39.0 (#9017) * Release 0.39.0 * Fix typo. --- vision/CHANGELOG.md | 13 +++++++++++++ vision/setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/vision/CHANGELOG.md b/vision/CHANGELOG.md index a4c4b0cf3b10d..fe4ee32e382c7 100644 --- a/vision/CHANGELOG.md +++ b/vision/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://pypi.org/project/google-cloud-vision/#history +## 0.39.0 + +08-12-2019 13:57 PDT + +### Implementation Changes +- Remove send/recv msg size limit (via synth). ([#8976](https://github.com/googleapis/google-cloud-python/pull/8976)) + +### New Features +- Add 'parent' argument to annotation requests; add 'ProductSearchClient.purge_products' method; add 'object_annotations' field to product search results (via synth). ([#8988](https://github.com/googleapis/google-cloud-python/pull/8988)) + +### Documentation +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 0.38.1 07-24-2019 17:54 PDT diff --git a/vision/setup.py b/vision/setup.py index 973f4274b1174..6173acb0c5339 100644 --- a/vision/setup.py +++ b/vision/setup.py @@ -19,7 +19,7 @@ name = "google-cloud-vision" description = "Cloud Vision API API client library" -version = "0.38.1" +version = "0.39.0" release_status = "Development Status :: 4 - Beta" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", From af00c1d55fe645a578a316b108e9b8b33f0097f0 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 15 Aug 2019 09:35:03 -0700 Subject: [PATCH 03/10] Release monitoring 0.33.0 (#9016) * Release 0.33.0 * Adjust changelog grouping. --- monitoring/CHANGELOG.md | 11 +++++++++++ monitoring/setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/monitoring/CHANGELOG.md b/monitoring/CHANGELOG.md index 96065b41e2239..4381307d822c1 100644 --- a/monitoring/CHANGELOG.md +++ b/monitoring/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://pypi.org/project/google-cloud-monitoring/#history +## 0.33.0 + +08-12-2019 13:54 PDT + +### New Features +- Add notification channel verification; remove send/recv msg size limit (via synth). ([#8980](https://github.com/googleapis/google-cloud-python/pull/8980)) + +### Documentation +- Normalize docs. ([#8994](https://github.com/googleapis/google-cloud-python/pull/8994)) +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 0.32.0 07-24-2019 16:52 PDT diff --git a/monitoring/setup.py b/monitoring/setup.py index da8ae1d6cfb42..33b8b97f4f636 100644 --- a/monitoring/setup.py +++ b/monitoring/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-monitoring' description = 'Stackdriver Monitoring API client library' -version = '0.32.0' +version = '0.33.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 127324b808cfee573808b88b58f550393889b892 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 15 Aug 2019 09:35:14 -0700 Subject: [PATCH 04/10] Release containeranalysis 0.3.0 (#9015) * Release 0.3.0 * Adjust changelog grouping. --- containeranalysis/CHANGELOG.md | 15 +++++++++++++++ containeranalysis/setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/containeranalysis/CHANGELOG.md b/containeranalysis/CHANGELOG.md index bec12c22ebdea..70798d534fa93 100644 --- a/containeranalysis/CHANGELOG.md +++ b/containeranalysis/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.3.0 + +08-12-2019 13:53 PDT + +### Implementation Changes +- Remove send/recv msg size limit (via synth). ([#8948](https://github.com/googleapis/google-cloud-python/pull/8948)) + +### Dependencies +- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709)) + +### Documentation +- Normalize docs. ([#8994](https://github.com/googleapis/google-cloud-python/pull/8994)) +- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705)) +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 0.2.0 07-12-2019 16:56 PDT diff --git a/containeranalysis/setup.py b/containeranalysis/setup.py index 1eb5a8494b67d..d92c135af22cd 100644 --- a/containeranalysis/setup.py +++ b/containeranalysis/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-containeranalysis" description = "Container Analysis API API client library" -version = "0.2.0" +version = "0.3.0" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", From 6da15b562f41440506ab86f01f05c5e41f03f16d Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 15 Aug 2019 09:35:27 -0700 Subject: [PATCH 05/10] Release scheduler 1.2.1 (#9014) --- scheduler/CHANGELOG.md | 11 +++++++++++ scheduler/setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 2fad960d28eef..45610feca865a 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://pypi.org/project/google-cloud-scheduler/#history +## 1.2.1 + +08-12-2019 13:53 PDT + +### Implementation Changes +- Remove send/recv msg size limit (via synth). ([#8966](https://github.com/googleapis/google-cloud-python/pull/8966)) + +### Documentation +- Fix links to googleapis.dev ([#8998](https://github.com/googleapis/google-cloud-python/pull/8998)) +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 1.2.0 07-24-2019 17:27 PDT diff --git a/scheduler/setup.py b/scheduler/setup.py index b08fc2c96463e..ca8f804d556a8 100644 --- a/scheduler/setup.py +++ b/scheduler/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-scheduler" description = "Cloud Scheduler API API client library" -version = "1.2.0" +version = "1.2.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 1a7ff2b574f93f44e4fd43311b804bbef5e3a626 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 15 Aug 2019 09:35:41 -0700 Subject: [PATCH 06/10] Release trace 0.22.1 (#9013) --- trace/CHANGELOG.md | 12 ++++++++++++ trace/setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/trace/CHANGELOG.md b/trace/CHANGELOG.md index 2678923cf7a7e..4c1344b4b03c5 100644 --- a/trace/CHANGELOG.md +++ b/trace/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-trace/#history +## 0.22.1 + +08-12-2019 13:51 PDT + +### Implementation Changes +- Remove send/recv msg size limit (via synth). ([#8973](https://github.com/googleapis/google-cloud-python/pull/8973)) + +### Documentation +- Fix links to googleapis.dev ([#8998](https://github.com/googleapis/google-cloud-python/pull/8998)) +- Fix pip / usage examples in README.rst. ([#8833](https://github.com/googleapis/google-cloud-python/pull/8833)) +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 0.22.0 07-24-2019 17:50 PDT diff --git a/trace/setup.py b/trace/setup.py index 51b814f5e36ab..d9c84832df9b4 100644 --- a/trace/setup.py +++ b/trace/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-trace' description = 'Stackdriver Trace API client library' -version = '0.22.0' +version = '0.22.1' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 9ce7952729f41c24cfcb539f10a50791bbeb376e Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 15 Aug 2019 09:35:54 -0700 Subject: [PATCH 07/10] Release tasks 1.2.1 (#9012) * Release 1.2.1 * Adjust changelog grouping. --- tasks/CHANGELOG.md | 11 +++++++++++ tasks/setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/tasks/CHANGELOG.md b/tasks/CHANGELOG.md index 36bc2fef20f73..a910fc21f8988 100644 --- a/tasks/CHANGELOG.md +++ b/tasks/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://pypi.org/project/google-cloud-tasks/#history +## 1.2.1 + +08-12-2019 13:50 PDT + +### Implementation Changes +- Remove send/recv msg size limit (via synth). ([#8971](https://github.com/googleapis/google-cloud-python/pull/8971)) + +### Documentation +- Fix links to googleapis.dev ([#8998](https://github.com/googleapis/google-cloud-python/pull/8998)) +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 1.2.0 07-24-2019 17:41 PDT diff --git a/tasks/setup.py b/tasks/setup.py index e36e80146b411..3b7afc41b7372 100644 --- a/tasks/setup.py +++ b/tasks/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-tasks" description = "Cloud Tasks API API client library" -version = "1.2.0" +version = "1.2.1" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", From e0e2aec82789aa5fb8be25a3dc18614505ac9240 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 15 Aug 2019 09:36:04 -0700 Subject: [PATCH 08/10] Release kms 1.2.1 (#9011) * Release 1.2.1 * Adjust changelog grouping. --- kms/CHANGELOG.md | 12 ++++++++++++ kms/setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/kms/CHANGELOG.md b/kms/CHANGELOG.md index fb4f96e9492ea..8cc5c1ee2e8c2 100644 --- a/kms/CHANGELOG.md +++ b/kms/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-kms/#history +## 1.2.1 + +08-12-2019 13:44 PDT + + +### Implementation Changes +- Remove send/recv msg size limit (via synth). ([#8959](https://github.com/googleapis/google-cloud-python/pull/8959)) + +### Documentation +- Fix links to googleapis.dev ([#8998](https://github.com/googleapis/google-cloud-python/pull/8998)) +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 1.2.0 07-24-2019 16:42 PDT diff --git a/kms/setup.py b/kms/setup.py index afb973f4fa756..895f665f70395 100644 --- a/kms/setup.py +++ b/kms/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-kms" description = "Cloud Key Management Service (KMS) API API client library" -version = "1.2.0" +version = "1.2.1" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", From 5a063e1124014d88e98468bc8f1196dab7592ea1 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 15 Aug 2019 09:36:18 -0700 Subject: [PATCH 09/10] Release asset 0.4.1 (#9010) --- asset/CHANGELOG.md | 7 +++++++ asset/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/asset/CHANGELOG.md b/asset/CHANGELOG.md index 53755500019aa..049d0f2c30174 100644 --- a/asset/CHANGELOG.md +++ b/asset/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-asset/#history +## 0.4.1 + +08-12-2019 13:44 PDT + +### Documentation +- Fix links to googleapis.dev ([#8998](https://github.com/googleapis/google-cloud-python/pull/8998)) + ## 0.4.0 08-01-2019 14:24 PDT diff --git a/asset/setup.py b/asset/setup.py index ea25320658c9a..a70843c8e1de0 100644 --- a/asset/setup.py +++ b/asset/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-asset" description = "Cloud Asset API API client library" -version = "0.4.0" +version = "0.4.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 5c08cfd0407702a4bd893947e2c0e45e58e5e68a Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:49:19 -0700 Subject: [PATCH 10/10] Fix synth replace to add TablesClient. (#9033) --- automl/synth.metadata | 6 +++--- automl/synth.py | 38 ++++++++++++++++++++++---------------- 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/automl/synth.metadata b/automl/synth.metadata index ffd64559fb4ac..86203594b3f49 100644 --- a/automl/synth.metadata +++ b/automl/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2019-08-10T12:12:23.946735Z", + "updateTime": "2019-08-15T16:50:20.093543Z", "sources": [ { "generator": { @@ -12,8 +12,8 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "2a2c5518f64010c4e458afc818e57ed24fecdf6d", - "internalRef": "262646243" + "sha": "3406d1e899f1f41123b3fa9210ad4bef25c9a720", + "internalRef": "263234709" } }, { diff --git a/automl/synth.py b/automl/synth.py index ab93031fc583a..aad3d09483fc5 100644 --- a/automl/synth.py +++ b/automl/synth.py @@ -33,27 +33,33 @@ s.move(library / f"tests/unit/gapic/{version}") s.move(library / f"docs/gapic/{version}") - s.replace( - f"google/cloud/automl_{version}/__init__.py", - f"from google.cloud.automl_v1beta1.gapic import prediction_service_client", - f"from google.cloud.automl_v1beta1.gapic import prediction_service_client" - f"from google.cloud.automl_v1beta1.tables import tables_client" - f"\n\n" - f"class TablesClient(tables_client.TablesClient):" - f" __doc__ = tables_client.TablesClient.__doc__" - ) - - s.replace( - f"google/cloud/automl_{version}/__init__.py", - f"__all__ = (\"enums\", \"types\", \"AutoMlClient\", \"PredictionServiceClient\")", - f"__all__ = (\"enums\", \"types\", \"AutoMlClient\", \"PredictionServiceClient\", \"TablesClient\")" - ) - s.move(library / f"docs/conf.py") # Use the highest version library to generate import alias. s.move(library / "google/cloud/automl.py") +# Add tables client to v1beta1 +s.replace( + f"google/cloud/automl_v1beta1/__init__.py", + f"from google.cloud.automl_v1beta1.gapic import prediction_service_client", + f"from google.cloud.automl_v1beta1.gapic import prediction_service_client\n" + f"from google.cloud.automl_v1beta1.tables import tables_client" + f"\n\n" + f"class TablesClient(tables_client.TablesClient):" + f" __doc__ = tables_client.TablesClient.__doc__" +) + +s.replace( + f"google/cloud/automl_v1beta1/__init__.py", + f"""__all__ = \( + 'enums', + 'types', + 'AutoMlClient', + 'PredictionServiceClient', +\)""", + f"__all__ = (\"enums\", \"types\", \"AutoMlClient\", \"PredictionServiceClient\", \"TablesClient\")" +) + # Fixup issues in generated code s.replace( "**/gapic/*_client.py",