From ce8da2f2304cc65de3a92fbc0acd721c057b47d8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:27:24 +0000 Subject: [PATCH] chore(main): release 0.233.0 (#6982) --- AnalyticsAdmin/VERSION | 2 +- AnalyticsData/VERSION | 2 +- Batch/VERSION | 2 +- BigQuery/VERSION | 2 +- BigQuery/src/BigQueryClient.php | 2 +- Bigtable/VERSION | 2 +- Bigtable/src/BigtableClient.php | 2 +- CHANGELOG.md | 269 ++++++++++++++++++++++++++++++ Config/VERSION | 2 +- ContactCenterInsights/VERSION | 2 +- Container/VERSION | 2 +- Core/VERSION | 2 +- Dataplex/VERSION | 2 +- Datastore/VERSION | 2 +- Datastore/src/DatastoreClient.php | 2 +- Debugger/VERSION | 2 +- Debugger/src/DebuggerClient.php | 2 +- EdgeNetwork/VERSION | 2 +- ErrorReporting/VERSION | 2 +- Filestore/VERSION | 2 +- Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- Functions/VERSION | 2 +- Language/VERSION | 2 +- Language/src/LanguageClient.php | 2 +- Logging/VERSION | 2 +- Logging/src/LoggingClient.php | 2 +- PubSub/VERSION | 2 +- PubSub/src/PubSubClient.php | 2 +- Spanner/VERSION | 2 +- Spanner/src/SpannerClient.php | 2 +- Speech/VERSION | 2 +- Speech/src/SpeechClient.php | 2 +- Storage/VERSION | 2 +- Storage/src/StorageClient.php | 2 +- Trace/VERSION | 2 +- Trace/src/TraceClient.php | 2 +- Translate/VERSION | 2 +- Vision/VERSION | 2 +- Vision/src/VisionClient.php | 2 +- VmwareEngine/VERSION | 2 +- composer.json | 54 +++--- 42 files changed, 336 insertions(+), 67 deletions(-) diff --git a/AnalyticsAdmin/VERSION b/AnalyticsAdmin/VERSION index 885415662ff8..215740905987 100644 --- a/AnalyticsAdmin/VERSION +++ b/AnalyticsAdmin/VERSION @@ -1 +1 @@ -0.21.0 +0.22.0 diff --git a/AnalyticsData/VERSION b/AnalyticsData/VERSION index a5510516948f..04a373efe6ba 100644 --- a/AnalyticsData/VERSION +++ b/AnalyticsData/VERSION @@ -1 +1 @@ -0.15.0 +0.16.0 diff --git a/Batch/VERSION b/Batch/VERSION index a5510516948f..04a373efe6ba 100644 --- a/Batch/VERSION +++ b/Batch/VERSION @@ -1 +1 @@ -0.15.0 +0.16.0 diff --git a/BigQuery/VERSION b/BigQuery/VERSION index 5e57fb89558c..83cf0d951b0c 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.29.0 +1.29.1 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index 485143f570f5..038913446761 100644 --- a/BigQuery/src/BigQueryClient.php +++ b/BigQuery/src/BigQueryClient.php @@ -50,7 +50,7 @@ class BigQueryClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '1.29.0'; + const VERSION = '1.29.1'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/Bigtable/VERSION b/Bigtable/VERSION index 034552a83eeb..7f3c3affd72c 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -1.30.0 +1.30.1 diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index 61c4b77db64f..d0f801d3ef87 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '1.30.0'; + const VERSION = '1.30.1'; /** * @var GapicClient diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c1333127b9..5cb9c7f73896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,274 @@ # Changelog +## 0.233.0 + +
google/analytics-admin 0.22.0 + + + +### Features + +* Add `GetCalculatedMetric`, `CreateCalculatedMetric`, `ListCalculatedMetrics`, `UpdateCalculatedMetric`, `DeleteCalculatedMetric` methods to the Admin API v1alpha ([#6999](https://github.com/googleapis/google-cloud-php/issues/6999)) ([88e97f3](https://github.com/googleapis/google-cloud-php/commit/88e97f31d791ada0f84ecfc23f6cf5476b4f37c7)) +* Add the `calculated_metric` field to the `ChangeHistoryResource.resource` oneof field ([88e97f3](https://github.com/googleapis/google-cloud-php/commit/88e97f31d791ada0f84ecfc23f6cf5476b4f37c7)) +* Add the `CALCULATED_METRIC` option to the `ChangeHistoryResourceType` enum ([88e97f3](https://github.com/googleapis/google-cloud-php/commit/88e97f31d791ada0f84ecfc23f6cf5476b4f37c7)) +* Add the `CalculatedMetric` resource ([88e97f3](https://github.com/googleapis/google-cloud-php/commit/88e97f31d791ada0f84ecfc23f6cf5476b4f37c7)) + +
+ +
google/analytics-data 0.16.0 + + + +### Features + +* Add the `webhook_notification` field to the `AudienceList` resource ([2120284](https://github.com/googleapis/google-cloud-php/commit/212028437940e71fbe6ae83277646780ac1e3273)) +* Add the `webhook_notification` field to the `RecurringAudienceList` resource ([2120284](https://github.com/googleapis/google-cloud-php/commit/212028437940e71fbe6ae83277646780ac1e3273)) +* Add the `WebhookNotification` type ([2120284](https://github.com/googleapis/google-cloud-php/commit/212028437940e71fbe6ae83277646780ac1e3273)) + + +### Documentation + +* Announce that `ListAudienceLists`, `GetAudienceList`, `QueryAudienceList`, `CreateAudienceList` methods are now available in the v1beta version of the Data API ([#6988](https://github.com/googleapis/google-cloud-php/issues/6988)) ([2120284](https://github.com/googleapis/google-cloud-php/commit/212028437940e71fbe6ae83277646780ac1e3273)) + +
+ +
google/cloud-batch 0.16.0 + + + +### Features + +* Add `run_as_non_root` field to allow user's runnable be executed as non root ([#6990](https://github.com/googleapis/google-cloud-php/issues/6990)) ([aa41bc6](https://github.com/googleapis/google-cloud-php/commit/aa41bc6fb8c02446fc27072e83ef7e8a4fce3732)) +* Add `tags` field in Job's AllocationPolicy field in v1 ([aa41bc6](https://github.com/googleapis/google-cloud-php/commit/aa41bc6fb8c02446fc27072e83ef7e8a4fce3732)) +* Add Batch Image Streaming support for v1 ([aa41bc6](https://github.com/googleapis/google-cloud-php/commit/aa41bc6fb8c02446fc27072e83ef7e8a4fce3732)) + + +### Documentation + +* Polish the field descriptions for enableImageStreaming and CloudLoggingOptions ([aa41bc6](https://github.com/googleapis/google-cloud-php/commit/aa41bc6fb8c02446fc27072e83ef7e8a4fce3732)) + +
+ +
google/cloud-bigquery 1.29.1 + + + +
+ +
google/cloud-bigtable 1.30.1 + + + +
+ +
google/cloud-config 0.3.1 + + + +
+ +
google/cloud-contact-center-insights 1.9.0 + + + +### Features + +* Add Conversation QualityMetadata ([#7000](https://github.com/googleapis/google-cloud-php/issues/7000)) ([2abac50](https://github.com/googleapis/google-cloud-php/commit/2abac501d29abb0aa03b825c546f8920b92204ac)) + + +### Documentation + +* Clarify usage of agent and customer channel fields in IngestConversationsRequest ([2abac50](https://github.com/googleapis/google-cloud-php/commit/2abac501d29abb0aa03b825c546f8920b92204ac)) + +
+ +
google/cloud-container 1.25.0 + + + +### Features + +* Add fields desired_in_transit_encryption_config and in_transit_encryption_config ([#6980](https://github.com/googleapis/google-cloud-php/issues/6980)) ([bc3d969](https://github.com/googleapis/google-cloud-php/commit/bc3d9696a047705d3fc28e30748a5092dc5d3896)) + + +### Documentation + +* Remove Not GA comments for GetOpenIDConfig and GetJSONWebKeys in v1alpha1/v1beta1/v1 ([bc3d969](https://github.com/googleapis/google-cloud-php/commit/bc3d9696a047705d3fc28e30748a5092dc5d3896)) + +
+ +
google/cloud-core 1.54.0 + + + +### Features + +* **Core:** Add RequestHandler and supporting classes ([#6871](https://github.com/googleapis/google-cloud-php/issues/6871)) ([9df29db](https://github.com/googleapis/google-cloud-php/commit/9df29db4dc4dbf811daaddeb07dc5b8f1628b322)) + +
+ +
google/cloud-dataplex 0.14.1 + + + +
+ +
google/cloud-datastore 1.27.0 + + + +### ⚠ BREAKING CHANGES + +* Remove QueryMode field from RunQueryRequest +* Remove ResultSetStats field from RunQueryResponse +* Remove QueryMode field from RunAggregationQueryRequest +* Remove ResultSetStats field from RunAggregationQueryResponse +* Remove types QueryMode, QueryPlan, ResultSetStats ([#7002](https://github.com/googleapis/google-cloud-php/issues/7002)) + +### Bug Fixes + +* Remove QueryMode field from RunAggregationQueryRequest ([0878a66](https://github.com/googleapis/google-cloud-php/commit/0878a6671cc91c2d8b068b4d4722acf0ee45b6bb)) +* Remove QueryMode field from RunQueryRequest ([0878a66](https://github.com/googleapis/google-cloud-php/commit/0878a6671cc91c2d8b068b4d4722acf0ee45b6bb)) +* Remove ResultSetStats field from RunAggregationQueryResponse ([0878a66](https://github.com/googleapis/google-cloud-php/commit/0878a6671cc91c2d8b068b4d4722acf0ee45b6bb)) +* Remove ResultSetStats field from RunQueryResponse ([0878a66](https://github.com/googleapis/google-cloud-php/commit/0878a6671cc91c2d8b068b4d4722acf0ee45b6bb)) +* Remove types QueryMode, QueryPlan, ResultSetStats ([#7002](https://github.com/googleapis/google-cloud-php/issues/7002)) ([0878a66](https://github.com/googleapis/google-cloud-php/commit/0878a6671cc91c2d8b068b4d4722acf0ee45b6bb)) + +
+ +
google/cloud-debugger 1.8.2 + + + +
+ +
google/cloud-edgenetwork 0.3.0 + + + +### Features + +* Add MACsec status for internal links ([#6985](https://github.com/googleapis/google-cloud-php/issues/6985)) ([fbe2667](https://github.com/googleapis/google-cloud-php/commit/fbe26677e94811c5251642e65439b9eda3866373)) + +
+ +
google/cloud-error-reporting 0.22.1 + + + +
+ +
google/cloud-filestore 1.5.2 + + + +
+ +
google/cloud-firestore 1.41.0 + + + +### ⚠ BREAKING CHANGES + +* Remove QueryMode field from RunQueryRequest +* Remove ResultSetStats field from RunQueryResponse +* Remove QueryMode field from RunAggregationQueryRequest +* Remove ResultSetStats field from RunAggregationQueryResponse +* Remove types QueryMode, QueryPlan, ResultSetStats ([#7003](https://github.com/googleapis/google-cloud-php/issues/7003)) + +### Bug Fixes + +* Remove QueryMode field from RunAggregationQueryRequest ([40a852c](https://github.com/googleapis/google-cloud-php/commit/40a852ca80cc99bdb206816f0b6ee8c38970429b)) +* Remove QueryMode field from RunQueryRequest ([40a852c](https://github.com/googleapis/google-cloud-php/commit/40a852ca80cc99bdb206816f0b6ee8c38970429b)) +* Remove ResultSetStats field from RunAggregationQueryResponse ([40a852c](https://github.com/googleapis/google-cloud-php/commit/40a852ca80cc99bdb206816f0b6ee8c38970429b)) +* Remove ResultSetStats field from RunQueryResponse ([40a852c](https://github.com/googleapis/google-cloud-php/commit/40a852ca80cc99bdb206816f0b6ee8c38970429b)) +* Remove types QueryMode, QueryPlan, ResultSetStats ([#7003](https://github.com/googleapis/google-cloud-php/issues/7003)) ([40a852c](https://github.com/googleapis/google-cloud-php/commit/40a852ca80cc99bdb206816f0b6ee8c38970429b)) + +
+ +
google/cloud-functions 1.6.0 + + + +### Features + +* Additional optional parameter `version_id` added to `GetFunctionRequest` ([db310c4](https://github.com/googleapis/google-cloud-php/commit/db310c41784dac84b5dec71ea7c6c3967c5eb65a)) +* Fields for automatic runtime updates ([db310c4](https://github.com/googleapis/google-cloud-php/commit/db310c41784dac84b5dec71ea7c6c3967c5eb65a)) +* Minor updates in comments throughout ([db310c4](https://github.com/googleapis/google-cloud-php/commit/db310c41784dac84b5dec71ea7c6c3967c5eb65a)) +* Reflects deprecation of `network` field ([db310c4](https://github.com/googleapis/google-cloud-php/commit/db310c41784dac84b5dec71ea7c6c3967c5eb65a)) +* Updated description for `docker_registry` to reflect transition to Artifact Registry ([#6989](https://github.com/googleapis/google-cloud-php/issues/6989)) ([db310c4](https://github.com/googleapis/google-cloud-php/commit/db310c41784dac84b5dec71ea7c6c3967c5eb65a)) + +
+ +
google/cloud-language 0.32.1 + + + +
+ +
google/cloud-logging 1.29.1 + + + +
+ +
google/cloud-pubsub 1.51.0 + + + +### Features + +* Add `ingestion_data_source_settings` field to `Topic` ([#6987](https://github.com/googleapis/google-cloud-php/issues/6987)) ([0dc0d9b](https://github.com/googleapis/google-cloud-php/commit/0dc0d9b5e54c5e8824cd063a1411bbac49955f91)) +* Add enforce_in_transit fields and optional annotations ([#6998](https://github.com/googleapis/google-cloud-php/issues/6998)) ([668d9a8](https://github.com/googleapis/google-cloud-php/commit/668d9a87eb8907dc7adf2dbe1fee8db891761bda)) + +
+ +
google/cloud-spanner 1.70.0 + + + +### Features + +* Add FLOAT32 enum to TypeCode ([#6997](https://github.com/googleapis/google-cloud-php/issues/6997)) ([6eff9a3](https://github.com/googleapis/google-cloud-php/commit/6eff9a33d0ad7672486e1aa921f67ba84b311156)) +* **spanner:** Add proto descriptors for proto and enum types in create/update/get database ddl requests ([#6991](https://github.com/googleapis/google-cloud-php/issues/6991)) ([79bcd91](https://github.com/googleapis/google-cloud-php/commit/79bcd918d0e8f06999082109bddf53edc3053ecd)) + +
+ +
google/cloud-speech 1.16.1 + + + +
+ +
google/cloud-storage 1.37.1 + + + +
+ +
google/cloud-trace 1.8.1 + + + +
+ +
google/cloud-translate 1.17.1 + + + +
+ +
google/cloud-vision 1.8.1 + + + +
+ +
google/cloud-vmware-engine 0.5.1 + + + +
+ ## 0.232.0
google/analytics-admin 0.21.0 diff --git a/Config/VERSION b/Config/VERSION index 0d91a54c7d43..9e11b32fcaa9 100644 --- a/Config/VERSION +++ b/Config/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/ContactCenterInsights/VERSION b/ContactCenterInsights/VERSION index 27f9cd322bb9..f8e233b27332 100644 --- a/ContactCenterInsights/VERSION +++ b/ContactCenterInsights/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/Container/VERSION b/Container/VERSION index 53cc1a6f9292..ad2191947f7b 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -1.24.0 +1.25.0 diff --git a/Core/VERSION b/Core/VERSION index 9adccc2f2f83..b7921ae87bcb 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.53.1 +1.54.0 diff --git a/Dataplex/VERSION b/Dataplex/VERSION index a803cc227fe6..930e3000bdc9 100644 --- a/Dataplex/VERSION +++ b/Dataplex/VERSION @@ -1 +1 @@ -0.14.0 +0.14.1 diff --git a/Datastore/VERSION b/Datastore/VERSION index 5ff8c4f5d2ad..5db08bf2dc57 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.26.0 +1.27.0 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index 318d723cc961..05c6c532f4fa 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -92,7 +92,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.26.0'; + const VERSION = '1.27.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Debugger/VERSION b/Debugger/VERSION index a8fdfda1c782..53adb84c8220 100644 --- a/Debugger/VERSION +++ b/Debugger/VERSION @@ -1 +1 @@ -1.8.1 +1.8.2 diff --git a/Debugger/src/DebuggerClient.php b/Debugger/src/DebuggerClient.php index c3be3392be85..179d1c62e63f 100644 --- a/Debugger/src/DebuggerClient.php +++ b/Debugger/src/DebuggerClient.php @@ -40,7 +40,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '1.8.1'; + const VERSION = '1.8.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly'; diff --git a/EdgeNetwork/VERSION b/EdgeNetwork/VERSION index 0ea3a944b399..0d91a54c7d43 100644 --- a/EdgeNetwork/VERSION +++ b/EdgeNetwork/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/ErrorReporting/VERSION b/ErrorReporting/VERSION index 215740905987..a723ece79bca 100644 --- a/ErrorReporting/VERSION +++ b/ErrorReporting/VERSION @@ -1 +1 @@ -0.22.0 +0.22.1 diff --git a/Filestore/VERSION b/Filestore/VERSION index 26ca594609a9..4cda8f19edc7 100644 --- a/Filestore/VERSION +++ b/Filestore/VERSION @@ -1 +1 @@ -1.5.1 +1.5.2 diff --git a/Firestore/VERSION b/Firestore/VERSION index 53a714f1ddf9..7d47e599800e 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.40.1 +1.41.0 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 5c7f03decd07..0d86abc9fdb9 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.40.1'; + const VERSION = '1.41.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/Functions/VERSION b/Functions/VERSION index bc80560fad66..dc1e644a1014 100644 --- a/Functions/VERSION +++ b/Functions/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/Language/VERSION b/Language/VERSION index 9eb2aa3f1095..fd9620c08c15 100644 --- a/Language/VERSION +++ b/Language/VERSION @@ -1 +1 @@ -0.32.0 +0.32.1 diff --git a/Language/src/LanguageClient.php b/Language/src/LanguageClient.php index 558e529a9e0a..5818152f6114 100644 --- a/Language/src/LanguageClient.php +++ b/Language/src/LanguageClient.php @@ -46,7 +46,7 @@ class LanguageClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '0.32.0'; + const VERSION = '0.32.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Logging/VERSION b/Logging/VERSION index 5e57fb89558c..83cf0d951b0c 100644 --- a/Logging/VERSION +++ b/Logging/VERSION @@ -1 +1 @@ -1.29.0 +1.29.1 diff --git a/Logging/src/LoggingClient.php b/Logging/src/LoggingClient.php index 99eae7d65ef9..b3ce4c130b60 100644 --- a/Logging/src/LoggingClient.php +++ b/Logging/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.29.0'; + const VERSION = '1.29.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read'; diff --git a/PubSub/VERSION b/PubSub/VERSION index 5a5c7211dc68..ba0a719118ce 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -1.50.0 +1.51.0 diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index cafd027e80ff..154b3200dda3 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -87,7 +87,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '1.50.0'; + const VERSION = '1.51.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/Spanner/VERSION b/Spanner/VERSION index 49349856550b..832e9afb6c13 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.69.0 +1.70.0 diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index 290a90afc9fc..4d8b465569e2 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -113,7 +113,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.69.0'; + const VERSION = '1.70.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 15b989e398fc..41c11ffb730c 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -1.16.0 +1.16.1 diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index fe61a928f6e7..12a1267eec36 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '1.16.0'; + const VERSION = '1.16.1'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Storage/VERSION b/Storage/VERSION index bf50e910e623..9cf86ad0ff4f 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.37.0 +1.37.1 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 2e8bd5d38a40..d02beeb9bd18 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.37.0'; + const VERSION = '1.37.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only'; diff --git a/Trace/VERSION b/Trace/VERSION index 27f9cd322bb9..a8fdfda1c782 100644 --- a/Trace/VERSION +++ b/Trace/VERSION @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/Trace/src/TraceClient.php b/Trace/src/TraceClient.php index 33b49f5feece..7e33e7f9fcc2 100644 --- a/Trace/src/TraceClient.php +++ b/Trace/src/TraceClient.php @@ -40,7 +40,7 @@ class TraceClient { use ClientTrait; - const VERSION = '1.8.0'; + const VERSION = '1.8.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Translate/VERSION b/Translate/VERSION index 092afa15df4d..511a76e6faf8 100644 --- a/Translate/VERSION +++ b/Translate/VERSION @@ -1 +1 @@ -1.17.0 +1.17.1 diff --git a/Vision/VERSION b/Vision/VERSION index 27f9cd322bb9..a8fdfda1c782 100644 --- a/Vision/VERSION +++ b/Vision/VERSION @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/Vision/src/VisionClient.php b/Vision/src/VisionClient.php index 5101697b5e65..8db583c7d1d2 100644 --- a/Vision/src/VisionClient.php +++ b/Vision/src/VisionClient.php @@ -50,7 +50,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '1.8.0'; + const VERSION = '1.8.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/VmwareEngine/VERSION b/VmwareEngine/VERSION index 8f0916f768f0..4b9fcbec101a 100644 --- a/VmwareEngine/VERSION +++ b/VmwareEngine/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/composer.json b/composer.json index f5f2cc2081db..7d72d3911e4e 100644 --- a/composer.json +++ b/composer.json @@ -71,8 +71,8 @@ }, "replace": { "google/access-context-manager": "0.5.0", - "google/analytics-admin": "0.21.0", - "google/analytics-data": "0.15.0", + "google/analytics-admin": "0.22.0", + "google/analytics-data": "0.16.0", "google/apps-meet": "0.1.0", "google/cloud-access-approval": "1.2.0", "google/cloud-advisorynotifications": "0.7.0", @@ -88,13 +88,13 @@ "google/cloud-assured-workloads": "0.11.0", "google/cloud-automl": "1.6.0", "google/cloud-bare-metal-solution": "0.6.0", - "google/cloud-batch": "0.15.0", + "google/cloud-batch": "0.16.0", "google/cloud-beyondcorp-appconnections": "0.4.0", "google/cloud-beyondcorp-appconnectors": "0.4.0", "google/cloud-beyondcorp-appgateways": "0.4.0", "google/cloud-beyondcorp-clientconnectorservices": "0.4.0", "google/cloud-beyondcorp-clientgateways": "0.4.0", - "google/cloud-bigquery": "1.29.0", + "google/cloud-bigquery": "1.29.1", "google/cloud-bigquery-analyticshub": "0.4.0", "google/cloud-bigquery-connection": "1.5.0", "google/cloud-bigquery-data-exchange": "0.4.0", @@ -103,7 +103,7 @@ "google/cloud-bigquery-reservation": "1.3.0", "google/cloud-bigquery-storage": "1.9.0", "google/cloud-bigquerydatatransfer": "1.7.0", - "google/cloud-bigtable": "1.30.0", + "google/cloud-bigtable": "1.30.1", "google/cloud-billing": "1.9.1", "google/cloud-billing-budgets": "1.4.0", "google/cloud-binary-authorization": "0.8.1", @@ -114,24 +114,24 @@ "google/cloud-common-protos": "0.5.0", "google/cloud-compute": "1.14.0", "google/cloud-confidentialcomputing": "0.7.0", - "google/cloud-config": "0.3.0", - "google/cloud-contact-center-insights": "1.8.0", - "google/cloud-container": "1.24.0", + "google/cloud-config": "0.3.1", + "google/cloud-contact-center-insights": "1.9.0", + "google/cloud-container": "1.25.0", "google/cloud-container-analysis": "0.5.1", - "google/cloud-core": "1.53.1", + "google/cloud-core": "1.54.0", "google/cloud-data-catalog": "1.9.1", "google/cloud-data-fusion": "0.6.0", "google/cloud-datacatalog-lineage": "0.5.0", "google/cloud-dataflow": "0.6.0", "google/cloud-dataform": "0.4.0", "google/cloud-datalabeling": "0.5.0", - "google/cloud-dataplex": "0.14.0", + "google/cloud-dataplex": "0.14.1", "google/cloud-dataproc": "3.12.0", "google/cloud-dataproc-metastore": "0.11.0", - "google/cloud-datastore": "1.26.0", + "google/cloud-datastore": "1.27.0", "google/cloud-datastore-admin": "0.8.0", "google/cloud-datastream": "1.5.0", - "google/cloud-debugger": "1.8.1", + "google/cloud-debugger": "1.8.2", "google/cloud-deploy": "0.17.0", "google/cloud-dialogflow": "1.11.0", "google/cloud-dialogflow-cx": "0.2.1", @@ -140,14 +140,14 @@ "google/cloud-dms": "1.5.0", "google/cloud-document-ai": "1.9.0", "google/cloud-domains": "0.5.0", - "google/cloud-edgenetwork": "0.2.0", - "google/cloud-error-reporting": "0.22.0", + "google/cloud-edgenetwork": "0.3.0", + "google/cloud-error-reporting": "0.22.1", "google/cloud-essential-contacts": "0.4.0", "google/cloud-eventarc": "1.3.0", "google/cloud-eventarc-publishing": "0.6.0", - "google/cloud-filestore": "1.5.1", - "google/cloud-firestore": "1.40.1", - "google/cloud-functions": "1.5.0", + "google/cloud-filestore": "1.5.2", + "google/cloud-firestore": "1.41.0", + "google/cloud-functions": "1.6.0", "google/cloud-game-servers": "1.2.3", "google/cloud-gke-backup": "0.6.0", "google/cloud-gke-connect-gateway": "0.4.0", @@ -161,9 +161,9 @@ "google/cloud-iot": "1.7.0", "google/cloud-kms": "1.21.0", "google/cloud-kms-inventory": "0.4.0", - "google/cloud-language": "0.32.0", + "google/cloud-language": "0.32.1", "google/cloud-life-sciences": "0.6.0", - "google/cloud-logging": "1.29.0", + "google/cloud-logging": "1.29.1", "google/cloud-managed-identities": "1.3.0", "google/cloud-media-translation": "0.4.0", "google/cloud-memcache": "1.3.0", @@ -184,7 +184,7 @@ "google/cloud-policytroubleshooter-iam": "0.2.1", "google/cloud-private-catalog": "0.4.0", "google/cloud-profiler": "1.3.0", - "google/cloud-pubsub": "1.50.0", + "google/cloud-pubsub": "1.51.0", "google/cloud-quotas": "0.1.0", "google/cloud-rapidmigrationassessment": "0.3.0", "google/cloud-recaptcha-enterprise": "1.8.1", @@ -209,10 +209,10 @@ "google/cloud-service-usage": "1.3.0", "google/cloud-servicehealth": "0.1.0", "google/cloud-shell": "1.3.0", - "google/cloud-spanner": "1.69.0", - "google/cloud-speech": "1.16.0", + "google/cloud-spanner": "1.70.0", + "google/cloud-speech": "1.16.1", "google/cloud-sql-admin": "0.12.1", - "google/cloud-storage": "1.37.0", + "google/cloud-storage": "1.37.1", "google/cloud-storage-transfer": "1.4.0", "google/cloud-storageinsights": "0.3.0", "google/cloud-support": "0.2.0", @@ -221,15 +221,15 @@ "google/cloud-telcoautomation": "0.2.0", "google/cloud-text-to-speech": "1.8.0", "google/cloud-tpu": "1.4.0", - "google/cloud-trace": "1.8.0", - "google/cloud-translate": "1.17.0", + "google/cloud-trace": "1.8.1", + "google/cloud-translate": "1.17.1", "google/cloud-video-live-stream": "0.7.0", "google/cloud-video-stitcher": "0.8.0", "google/cloud-video-transcoder": "0.10.0", "google/cloud-videointelligence": "1.15.0", - "google/cloud-vision": "1.8.0", + "google/cloud-vision": "1.8.1", "google/cloud-vm-migration": "0.6.0", - "google/cloud-vmware-engine": "0.5.0", + "google/cloud-vmware-engine": "0.5.1", "google/cloud-vpc-access": "1.3.0", "google/cloud-web-risk": "1.5.0", "google/cloud-web-security-scanner": "0.8.0",