From c72788e59281d4337911a474bd16d58e28a565fa Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 16:06:49 +0000 Subject: [PATCH] chore(main): release 0.197.0 --- Batch/VERSION | 2 +- Billing/VERSION | 2 +- CHANGELOG.md | 54 +++++++++++++++++++++++++++++++ Core/VERSION | 2 +- Datastore/VERSION | 2 +- Datastore/src/DatastoreClient.php | 2 +- Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- Spanner/VERSION | 2 +- Spanner/src/SpannerClient.php | 2 +- Speech/VERSION | 2 +- Speech/src/SpeechClient.php | 2 +- Trace/VERSION | 2 +- Trace/src/TraceClient.php | 2 +- composer.json | 16 ++++----- docs/manifest.json | 9 ++++++ src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 18 files changed, 86 insertions(+), 23 deletions(-) diff --git a/Batch/VERSION b/Batch/VERSION index 0d91a54c7d43..9e11b32fcaa9 100644 --- a/Batch/VERSION +++ b/Batch/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/Billing/VERSION b/Billing/VERSION index 4cda8f19edc7..8af85beb5159 100644 --- a/Billing/VERSION +++ b/Billing/VERSION @@ -1 +1 @@ -1.5.2 +1.5.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9545b78e43..95963f152699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,59 @@ # Changelog +## 0.197.0 + +
google/cloud-batch 0.3.1 + + + +
+ +
google/cloud-billing 1.5.3 + + + +
+ +
google/cloud-core 1.49.1 + + + +
+ +
google/cloud-datastore 1.18.1 + + + +
+ +
google/cloud-firestore 1.27.3 + + + +
+ +
google/cloud-spanner 1.56.0 + + + +### Features + +* [Spanner] update result_set to return undeclared parameters in ExecuteSql API ([#5528](https://github.com/googleapis/google-cloud-php/issues/5528)) ([3516ed6](https://github.com/googleapis/google-cloud-php/commit/3516ed6007375aef8b0f7681ec3784009eda1444)) + +
+ +
google/cloud-speech 1.9.1 + + + +
+ +
google/cloud-trace 1.5.1 + + + +
+ ## 0.196.0
google/cloud-access-approval 1.0.2 diff --git a/Core/VERSION b/Core/VERSION index 7f3a46a841e5..29306a90b941 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.49.0 +1.49.1 diff --git a/Datastore/VERSION b/Datastore/VERSION index 84cc529467b0..ec6d649be650 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.18.0 +1.18.1 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index 98923d3a7b59..02b1e5c055e5 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -90,7 +90,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.18.0'; + const VERSION = '1.18.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Firestore/VERSION b/Firestore/VERSION index 457f0385465c..3bae5204be9e 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.27.2 +1.27.3 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index f2fbe89bec4a..f2d17f97ef9f 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.27.2'; + const VERSION = '1.27.3'; const DEFAULT_DATABASE = '(default)'; diff --git a/Spanner/VERSION b/Spanner/VERSION index 094d6ad00ce7..3ebf789f5a8d 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.55.0 +1.56.0 diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index 8a58b2d9a300..a56c66447a13 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -93,7 +93,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.55.0'; + const VERSION = '1.56.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/Speech/VERSION b/Speech/VERSION index f8e233b27332..9ab8337f3962 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -1.9.0 +1.9.1 diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index 360300ec33d9..5018587f338c 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '1.9.0'; + const VERSION = '1.9.1'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Trace/VERSION b/Trace/VERSION index bc80560fad66..26ca594609a9 100644 --- a/Trace/VERSION +++ b/Trace/VERSION @@ -1 +1 @@ -1.5.0 +1.5.1 diff --git a/Trace/src/TraceClient.php b/Trace/src/TraceClient.php index 22275619c05b..d5aefbb2a73d 100644 --- a/Trace/src/TraceClient.php +++ b/Trace/src/TraceClient.php @@ -40,7 +40,7 @@ class TraceClient { use ClientTrait; - const VERSION = '1.5.0'; + const VERSION = '1.5.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/composer.json b/composer.json index cf6cccb48728..8bf7e0c2d692 100644 --- a/composer.json +++ b/composer.json @@ -90,7 +90,7 @@ "google/cloud-assured-workloads": "0.7.3", "google/cloud-automl": "1.4.13", "google/cloud-bare-metal-solution": "0.2.5", - "google/cloud-batch": "0.3.0", + "google/cloud-batch": "0.3.1", "google/cloud-beyondcorp-appconnections": "0.1.3", "google/cloud-beyondcorp-appconnectors": "0.1.3", "google/cloud-beyondcorp-appgateways": "0.1.3", @@ -106,7 +106,7 @@ "google/cloud-bigquery-storage": "1.2.9", "google/cloud-bigquerydatatransfer": "1.4.0", "google/cloud-bigtable": "1.20.3", - "google/cloud-billing": "1.5.2", + "google/cloud-billing": "1.5.3", "google/cloud-billing-budgets": "1.0.2", "google/cloud-binary-authorization": "0.5.6", "google/cloud-build": "0.3.7", @@ -117,7 +117,7 @@ "google/cloud-contact-center-insights": "1.0.2", "google/cloud-container": "1.10.0", "google/cloud-container-analysis": "0.2.9", - "google/cloud-core": "1.49.0", + "google/cloud-core": "1.49.1", "google/cloud-data-catalog": "1.3.8", "google/cloud-data-fusion": "0.2.8", "google/cloud-dataflow": "0.3.7", @@ -126,7 +126,7 @@ "google/cloud-dataplex": "0.2.0", "google/cloud-dataproc": "3.3.0", "google/cloud-dataproc-metastore": "0.5.0", - "google/cloud-datastore": "1.18.0", + "google/cloud-datastore": "1.18.1", "google/cloud-datastore-admin": "0.5.5", "google/cloud-datastream": "1.0.2", "google/cloud-debugger": "1.4.13", @@ -141,7 +141,7 @@ "google/cloud-eventarc": "1.0.2", "google/cloud-eventarc-publishing": "0.3.2", "google/cloud-filestore": "1.0.2", - "google/cloud-firestore": "1.27.2", + "google/cloud-firestore": "1.27.3", "google/cloud-functions": "1.0.2", "google/cloud-game-servers": "1.0.2", "google/cloud-gke-backup": "0.1.4", @@ -193,8 +193,8 @@ "google/cloud-service-management": "1.0.2", "google/cloud-service-usage": "1.0.2", "google/cloud-shell": "1.0.2", - "google/cloud-spanner": "1.55.0", - "google/cloud-speech": "1.9.0", + "google/cloud-spanner": "1.56.0", + "google/cloud-speech": "1.9.1", "google/cloud-sql-admin": "0.2.8", "google/cloud-storage": "1.30.2", "google/cloud-storage-transfer": "1.0.2", @@ -202,7 +202,7 @@ "google/cloud-tasks": "1.11.8", "google/cloud-text-to-speech": "1.5.1", "google/cloud-tpu": "1.0.2", - "google/cloud-trace": "1.5.0", + "google/cloud-trace": "1.5.1", "google/cloud-translate": "1.12.11", "google/cloud-video-live-stream": "0.2.5", "google/cloud-video-stitcher": "0.3.3", diff --git a/docs/manifest.json b/docs/manifest.json index b191baca196c..640d6baab97c 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.197.0", "v0.196.0", "v0.195.0", "v0.194.0", @@ -474,6 +475,7 @@ "name": "google/cloud-batch", "defaultService": "batch/readme", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.2", "v0.2.1", @@ -919,6 +921,7 @@ "name": "google/cloud-billing", "defaultService": "billing/readme", "versions": [ + "v1.5.3", "v1.5.2", "v1.5.1", "v1.5.0", @@ -1230,6 +1233,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.49.1", "v1.49.0", "v1.48.1", "v1.48.0", @@ -1565,6 +1569,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.18.1", "v1.18.0", "v1.17.1", "v1.17.0", @@ -2148,6 +2153,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v1.27.3", "v1.27.2", "v1.27.1", "v1.27.0", @@ -3830,6 +3836,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.56.0", "v1.55.0", "v1.54.2", "v1.54.1", @@ -3959,6 +3966,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v1.9.1", "v1.9.0", "v1.8.0", "v1.7.0", @@ -4347,6 +4355,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v1.5.1", "v1.5.0", "v1.4.11", "v1.4.10", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 1b452f976f2d..a295d13dd240 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.196.0'; + const VERSION = '0.197.0'; } diff --git a/src/Version.php b/src/Version.php index 63304be1743e..abc08b0de7a0 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.196.0'; + const VERSION = '0.197.0'; }