From 50dc9c1ea499917e72595166882d3f74a3ee0c8c Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 7 Aug 2026 08:06:07 +0000
Subject: [PATCH] chore(main): release 0.340.0
---
.release-please-manifest.json | 2 +-
AdsAdManager/VERSION | 2 +-
AdsDataManager/VERSION | 2 +-
BigQuery/VERSION | 2 +-
BigQuery/src/BigQueryClient.php | 2 +-
CHANGELOG.md | 160 ++++++++++++++++++++++++++++++++
Core/VERSION | 2 +-
Dataform/VERSION | 2 +-
Datastore/VERSION | 2 +-
Firestore/VERSION | 2 +-
Grafeas/VERSION | 2 +-
Language/VERSION | 2 +-
Logging/VERSION | 2 +-
NetworkServices/VERSION | 2 +-
PubSub/VERSION | 2 +-
Spanner/VERSION | 2 +-
Speech/VERSION | 2 +-
Storage/VERSION | 2 +-
Storage/src/StorageClient.php | 2 +-
Support/VERSION | 2 +-
Trace/VERSION | 2 +-
Translate/VERSION | 2 +-
Vision/VERSION | 2 +-
composer.json | 38 ++++----
24 files changed, 201 insertions(+), 41 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 705b0cb272da..045a06e9d0be 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.339.0"
+ ".": "0.340.0"
}
\ No newline at end of file
diff --git a/AdsAdManager/VERSION b/AdsAdManager/VERSION
index a3df0a6959e1..ac39a106c485 100644
--- a/AdsAdManager/VERSION
+++ b/AdsAdManager/VERSION
@@ -1 +1 @@
-0.8.0
+0.9.0
diff --git a/AdsDataManager/VERSION b/AdsDataManager/VERSION
index a918a2aa18d5..faef31a4357c 100644
--- a/AdsDataManager/VERSION
+++ b/AdsDataManager/VERSION
@@ -1 +1 @@
-0.6.0
+0.7.0
diff --git a/BigQuery/VERSION b/BigQuery/VERSION
index 5edffce6d570..0c11aad2f9c6 100644
--- a/BigQuery/VERSION
+++ b/BigQuery/VERSION
@@ -1 +1 @@
-1.39.0
+1.39.1
diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php
index 19d4dcd1ba19..58ed72b34f22 100644
--- a/BigQuery/src/BigQueryClient.php
+++ b/BigQuery/src/BigQueryClient.php
@@ -54,7 +54,7 @@ class BigQueryClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}
- const VERSION = '1.39.0';
+ const VERSION = '1.39.1';
const MAX_DELAY_MICROSECONDS = 32000000;
const SERVICE_NAME = 'bigquery';
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be25aaf14965..c804ca663cb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,165 @@
# Changelog
+## 0.340.0
+
+googleads/ad-manager 0.9.0
+
+
+
+### Features
+
+* [AdsAdManager] Added additional LineItem fields ([#9386](https://github.com/googleapis/google-cloud-php/issues/9386)) ([16c7f18](https://github.com/googleapis/google-cloud-php/commit/16c7f18c43e45833c12e3f91421c49e2a7a5b580))
+
+
+
+googleads/data-manager 0.7.0
+
+
+
+### Features
+
+* [AdsDataManager] add google_user_id_data and partner_provided_id_data to AudienceMember ([#9421](https://github.com/googleapis/google-cloud-php/issues/9421)) ([7d2a9ce](https://github.com/googleapis/google-cloud-php/commit/7d2a9ceb1f21e47d8ee50bdbc42517e2604f0a55))
+
+
+
+google/cloud-bigquery 1.39.1
+
+
+
+
+
+google/cloud-core 1.73.1
+
+
+
+
+
+google/cloud-dataform 0.13.0
+
+
+
+### Features
+
+* [Dataform] add workflow trigger configuration support ([#9423](https://github.com/googleapis/google-cloud-php/issues/9423)) ([7bf222b](https://github.com/googleapis/google-cloud-php/commit/7bf222bc597082812b6d723fb1819664942cf94b))
+
+
+
+google/cloud-datastore 2.2.1
+
+
+
+
+
+google/cloud-firestore 2.2.0
+
+
+
+### Features
+
+* [Firestore] add RequestOptions and request_options to Firestore v1 protos ([#9422](https://github.com/googleapis/google-cloud-php/issues/9422)) ([8676435](https://github.com/googleapis/google-cloud-php/commit/8676435f5ce25bccb33394cdae346ac1b0e5ffeb))
+
+
+
+google/grafeas 1.8.0
+
+
+
+### Features
+
+* [Grafeas] A new field `attack_requirements` is added to message `.grafeas.v1.CVSS` ([#9396](https://github.com/googleapis/google-cloud-php/issues/9396)) ([103cdd1](https://github.com/googleapis/google-cloud-php/commit/103cdd1e31dc6910f2b5f0e22b5328e3befbe29c))
+
+
+
+google/cloud-language 1.2.2
+
+
+
+
+
+google/cloud-logging 2.1.1
+
+
+
+
+
+google/cloud-networkservices 0.11.0
+
+
+
+### Features
+
+* [NetworkServices] deprecate client_tls_policy field from Endpoint Policy proto ([#9399](https://github.com/googleapis/google-cloud-php/issues/9399)) ([ef1f7f9](https://github.com/googleapis/google-cloud-php/commit/ef1f7f96dcaec451ef566d018c6d88db0fcc4887))
+
+
+
+google/cloud-pubsub 2.19.5
+
+
+
+
+
+google/cloud-spanner 2.10.4
+
+
+
+### Bug Fixes
+
+* **Spanner:** ensure active transaction is rolled back on exception ([#9416](https://github.com/googleapis/google-cloud-php/issues/9416)) ([7912a78](https://github.com/googleapis/google-cloud-php/commit/7912a78c4522fe17c90964a1627d52fff90af375))
+
+
+
+google/cloud-speech 2.5.3
+
+
+
+
+
+google/cloud-storage 2.5.1
+
+
+
+
+
+google/cloud-support 1.8.0
+
+
+
+### Features
+
+* [Support] A new method `ExpungeSupportEventSubscription` is added to service `SupportEventSubscriptionService` ([#9397](https://github.com/googleapis/google-cloud-php/issues/9397)) ([dbf8232](https://github.com/googleapis/google-cloud-php/commit/dbf8232a0e62a9f06e542880835bda58a515ebab))
+* A new message `ExpungeSupportEventSubscriptionRequest` is added ([dbf8232](https://github.com/googleapis/google-cloud-php/commit/dbf8232a0e62a9f06e542880835bda58a515ebab))
+
+
+### Bug Fixes
+
+* align HTTP paths with enforced matching ([dbf8232](https://github.com/googleapis/google-cloud-php/commit/dbf8232a0e62a9f06e542880835bda58a515ebab))
+* align HTTP paths with enforced matching ([dbf8232](https://github.com/googleapis/google-cloud-php/commit/dbf8232a0e62a9f06e542880835bda58a515ebab))
+
+
+### Documentation
+
+* A comment for method `ListSupportEventSubscriptions` in service `SupportEventSubscriptionService` is changed ([dbf8232](https://github.com/googleapis/google-cloud-php/commit/dbf8232a0e62a9f06e542880835bda58a515ebab))
+
+
+
+google/cloud-trace 2.0.1
+
+
+
+
+
+google/cloud-translate 2.3.2
+
+
+
+
+
+google/cloud-vision 2.2.2
+
+
+
+
+
## 0.339.0
google/apps-chat 0.24.0
diff --git a/Core/VERSION b/Core/VERSION
index 5e3a42566267..d3de22ef2f47 100644
--- a/Core/VERSION
+++ b/Core/VERSION
@@ -1 +1 @@
-1.73.0
+1.73.1
diff --git a/Dataform/VERSION b/Dataform/VERSION
index ac454c6a1fc3..54d1a4f2a4a7 100644
--- a/Dataform/VERSION
+++ b/Dataform/VERSION
@@ -1 +1 @@
-0.12.0
+0.13.0
diff --git a/Datastore/VERSION b/Datastore/VERSION
index ccbccc3dc626..c043eea7767e 100644
--- a/Datastore/VERSION
+++ b/Datastore/VERSION
@@ -1 +1 @@
-2.2.0
+2.2.1
diff --git a/Firestore/VERSION b/Firestore/VERSION
index 7ec1d6db4087..ccbccc3dc626 100644
--- a/Firestore/VERSION
+++ b/Firestore/VERSION
@@ -1 +1 @@
-2.1.0
+2.2.0
diff --git a/Grafeas/VERSION b/Grafeas/VERSION
index bd8bf882d061..27f9cd322bb9 100644
--- a/Grafeas/VERSION
+++ b/Grafeas/VERSION
@@ -1 +1 @@
-1.7.0
+1.8.0
diff --git a/Language/VERSION b/Language/VERSION
index 6085e946503a..23aa8390630c 100644
--- a/Language/VERSION
+++ b/Language/VERSION
@@ -1 +1 @@
-1.2.1
+1.2.2
diff --git a/Logging/VERSION b/Logging/VERSION
index 7ec1d6db4087..3e3c2f1e5edb 100644
--- a/Logging/VERSION
+++ b/Logging/VERSION
@@ -1 +1 @@
-2.1.0
+2.1.1
diff --git a/NetworkServices/VERSION b/NetworkServices/VERSION
index 78bc1abd14f2..d9df1bbc0c7b 100644
--- a/NetworkServices/VERSION
+++ b/NetworkServices/VERSION
@@ -1 +1 @@
-0.10.0
+0.11.0
diff --git a/PubSub/VERSION b/PubSub/VERSION
index 87ca3a54e58b..21be78bdbcb9 100644
--- a/PubSub/VERSION
+++ b/PubSub/VERSION
@@ -1 +1 @@
-2.19.4
+2.19.5
diff --git a/Spanner/VERSION b/Spanner/VERSION
index 5f4f65c85961..b52282a1b4e0 100644
--- a/Spanner/VERSION
+++ b/Spanner/VERSION
@@ -1 +1 @@
-2.10.3
+2.10.4
diff --git a/Speech/VERSION b/Speech/VERSION
index f225a78adf05..aedc15bb0c6e 100644
--- a/Speech/VERSION
+++ b/Speech/VERSION
@@ -1 +1 @@
-2.5.2
+2.5.3
diff --git a/Storage/VERSION b/Storage/VERSION
index 437459cd94c9..73462a5a1344 100644
--- a/Storage/VERSION
+++ b/Storage/VERSION
@@ -1 +1 @@
-2.5.0
+2.5.1
diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php
index d3548bff39c6..77af7455ccc6 100644
--- a/Storage/src/StorageClient.php
+++ b/Storage/src/StorageClient.php
@@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;
- const VERSION = '2.5.0';
+ const VERSION = '2.5.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/Support/VERSION b/Support/VERSION
index bd8bf882d061..27f9cd322bb9 100644
--- a/Support/VERSION
+++ b/Support/VERSION
@@ -1 +1 @@
-1.7.0
+1.8.0
diff --git a/Trace/VERSION b/Trace/VERSION
index 227cea215648..38f77a65b301 100644
--- a/Trace/VERSION
+++ b/Trace/VERSION
@@ -1 +1 @@
-2.0.0
+2.0.1
diff --git a/Translate/VERSION b/Translate/VERSION
index 2bf1c1ccf363..f90b1afc082f 100644
--- a/Translate/VERSION
+++ b/Translate/VERSION
@@ -1 +1 @@
-2.3.1
+2.3.2
diff --git a/Vision/VERSION b/Vision/VERSION
index c043eea7767e..b1b25a5ffae4 100644
--- a/Vision/VERSION
+++ b/Vision/VERSION
@@ -1 +1 @@
-2.2.1
+2.2.2
diff --git a/composer.json b/composer.json
index e28e0e4c2968..d6c2f35ce622 100644
--- a/composer.json
+++ b/composer.json
@@ -119,7 +119,7 @@
"google/cloud-beyondcorp-appgateways": "1.1.4",
"google/cloud-beyondcorp-clientconnectorservices": "1.1.4",
"google/cloud-beyondcorp-clientgateways": "1.1.4",
- "google/cloud-bigquery": "1.39.0",
+ "google/cloud-bigquery": "1.39.1",
"google/cloud-bigquery-analyticshub": "1.5.1",
"google/cloud-bigquery-connection": "2.1.3",
"google/cloud-bigquery-data-exchange": "0.6.3",
@@ -148,18 +148,18 @@
"google/cloud-contact-center-insights": "2.4.2",
"google/cloud-container": "2.10.0",
"google/cloud-container-analysis": "1.2.2",
- "google/cloud-core": "1.73.0",
+ "google/cloud-core": "1.73.1",
"google/cloud-data-catalog": "2.4.2",
"google/cloud-data-fusion": "1.1.2",
"google/cloud-databasecenter": "0.7.0",
"google/cloud-datacatalog-lineage": "1.4.0",
"google/cloud-dataflow": "0.10.0",
- "google/cloud-dataform": "0.12.0",
+ "google/cloud-dataform": "0.13.0",
"google/cloud-datalabeling": "0.7.2",
"google/cloud-dataplex": "1.14.1",
"google/cloud-dataproc": "4.0.0",
"google/cloud-dataproc-metastore": "1.2.4",
- "google/cloud-datastore": "2.2.0",
+ "google/cloud-datastore": "2.2.1",
"google/cloud-datastore-admin": "1.1.2",
"google/cloud-datastream": "2.5.3",
"google/cloud-deploy": "1.6.4",
@@ -179,7 +179,7 @@
"google/cloud-eventarc-publishing": "1.2.2",
"google/cloud-filestore": "2.2.3",
"google/cloud-financialservices": "0.2.4",
- "google/cloud-firestore": "2.1.0",
+ "google/cloud-firestore": "2.2.0",
"google/cloud-functions": "2.1.4",
"google/cloud-geminidataanalytics": "0.11.1",
"google/cloud-gke-backup": "1.3.4",
@@ -195,11 +195,11 @@
"google/cloud-ids": "1.2.0",
"google/cloud-kms": "2.11.0",
"google/cloud-kms-inventory": "1.4.0",
- "google/cloud-language": "1.2.1",
+ "google/cloud-language": "1.2.2",
"google/cloud-licensemanager": "0.3.0",
"google/cloud-life-sciences": "0.9.0",
"google/cloud-locationfinder": "0.2.0",
- "google/cloud-logging": "2.1.0",
+ "google/cloud-logging": "2.1.1",
"google/cloud-lustre": "0.4.0",
"google/cloud-maintenance": "0.4.0",
"google/cloud-managed-identities": "2.2.0",
@@ -215,7 +215,7 @@
"google/cloud-network-connectivity": "2.5.4",
"google/cloud-network-management": "2.10.0",
"google/cloud-network-security": "1.4.2",
- "google/cloud-networkservices": "0.10.0",
+ "google/cloud-networkservices": "0.11.0",
"google/cloud-notebooks": "1.1.4",
"google/cloud-optimization": "1.1.3",
"google/cloud-oracledatabase": "0.9.0",
@@ -231,7 +231,7 @@
"google/cloud-private-catalog": "0.6.3",
"google/cloud-privilegedaccessmanager": "0.4.4",
"google/cloud-profiler": "2.1.2",
- "google/cloud-pubsub": "2.19.4",
+ "google/cloud-pubsub": "2.19.5",
"google/cloud-quotas": "1.6.0",
"google/cloud-rapidmigrationassessment": "1.2.4",
"google/cloud-recaptcha-enterprise": "2.3.1",
@@ -256,28 +256,28 @@
"google/cloud-service-usage": "2.2.0",
"google/cloud-servicehealth": "0.5.0",
"google/cloud-shell": "2.2.0",
- "google/cloud-spanner": "2.10.3",
- "google/cloud-speech": "2.5.2",
+ "google/cloud-spanner": "2.10.4",
+ "google/cloud-speech": "2.5.3",
"google/cloud-sql-admin": "1.11.0",
- "google/cloud-storage": "2.5.0",
+ "google/cloud-storage": "2.5.1",
"google/cloud-storage-control": "1.10.0",
"google/cloud-storage-transfer": "2.4.0",
"google/cloud-storagebatchoperations": "0.7.0",
"google/cloud-storageinsights": "1.4.0",
- "google/cloud-support": "1.7.0",
+ "google/cloud-support": "1.8.0",
"google/cloud-talent": "2.3.0",
"google/cloud-tasks": "2.2.0",
"google/cloud-telcoautomation": "1.3.0",
"google/cloud-text-to-speech": "2.8.0",
"google/cloud-tpu": "2.3.0",
- "google/cloud-trace": "2.0.0",
- "google/cloud-translate": "2.3.1",
+ "google/cloud-trace": "2.0.1",
+ "google/cloud-translate": "2.3.2",
"google/cloud-vectorsearch": "0.5.0",
"google/cloud-video-live-stream": "1.4.0",
"google/cloud-video-stitcher": "1.2.0",
"google/cloud-video-transcoder": "1.4.0",
"google/cloud-videointelligence": "2.2.0",
- "google/cloud-vision": "2.2.1",
+ "google/cloud-vision": "2.2.2",
"google/cloud-visionai": "0.3.0",
"google/cloud-vm-migration": "1.4.0",
"google/cloud-vmware-engine": "1.3.1",
@@ -290,7 +290,7 @@
"google/gax": "1.47.0",
"google/developers-knowledge": "0.0.0",
"google/geo-common-protos": "0.2.4",
- "google/grafeas": "1.7.0",
+ "google/grafeas": "1.8.0",
"google/longrunning": "0.7.1",
"google/maps-fleetengine": "0.5.3",
"google/maps-fleetengine-delivery": "0.5.3",
@@ -310,8 +310,8 @@
"google/shopping-merchant-quota": "1.3.0",
"google/shopping-merchant-reports": "1.3.1",
"google/shopping-merchant-reviews": "0.6.2",
- "googleads/ad-manager": "0.8.0",
- "googleads/data-manager": "0.6.0",
+ "googleads/ad-manager": "0.9.0",
+ "googleads/data-manager": "0.7.0",
"googleads/marketingplatform-admin": "0.4.2",
"google/developer-knowledge": "0.2.1"
},