From 533a5989339684c138d64c0aade20530b58cbdcc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:16:23 +0000 Subject: [PATCH] chore(main): release 0.305.0 --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++ Compute/VERSION | 2 +- Core/VERSION | 2 +- Datastore/VERSION | 2 +- Datastore/src/DatastoreClient.php | 2 +- DocumentAi/VERSION | 2 +- composer.json | 8 +++--- 7 files changed, 56 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e869b0a30f7b..e020e0eab0d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,52 @@ # Changelog +## 0.305.0 + +
google/cloud-compute 2.2.0 + + + +### Features + +* [Compute] Update Compute Engine v1 API to revision 20250916 ([#1107](https://github.com/googleapis/google-cloud-php/issues/1107)) ([#8652](https://github.com/googleapis/google-cloud-php/issues/8652)) ([10c85c9](https://github.com/googleapis/google-cloud-php/commit/10c85c9d6da7677d2798983ab43b257f7269fbd2)) + +
+ +
google/cloud-core 1.67.0 + + + +### Features + +* Datastore V2 ([#8609](https://github.com/googleapis/google-cloud-php/issues/8609)) ([95b34bb](https://github.com/googleapis/google-cloud-php/commit/95b34bb7b69788d2776bcbf4fe280a3d221b125e)) + +
+ +
google/cloud-datastore 2.0.0-RC1 + + + +### Features + +* Datastore V2 ([#8609](https://github.com/googleapis/google-cloud-php/issues/8609)) ([95b34bb](https://github.com/googleapis/google-cloud-php/commit/95b34bb7b69788d2776bcbf4fe280a3d221b125e)) + + +### Documentation + +* **Datastore:** Add MIGRATING.md ([#8651](https://github.com/googleapis/google-cloud-php/issues/8651)) ([00cb3be](https://github.com/googleapis/google-cloud-php/commit/00cb3be56f725f8fb08530dfa65bf0be08079dd7)) + +
+ +
google/cloud-document-ai 2.5.0 + + + +### Features + +* [DocumentAi] Added new messages `EntityValidationOutput` and `EntitiesRevision` ([#8649](https://github.com/googleapis/google-cloud-php/issues/8649)) ([6952d41](https://github.com/googleapis/google-cloud-php/commit/6952d416ee5f6fa3f54956690e38bf278faca81b)) + +
+ ## 0.304.0
google/cloud-access-approval 2.1.1 diff --git a/Compute/VERSION b/Compute/VERSION index 3e3c2f1e5edb..ccbccc3dc626 100644 --- a/Compute/VERSION +++ b/Compute/VERSION @@ -1 +1 @@ -2.1.1 +2.2.0 diff --git a/Core/VERSION b/Core/VERSION index b6148bc0a759..65ee0959841f 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.66.0 +1.67.0 diff --git a/Datastore/VERSION b/Datastore/VERSION index 00e952d041c9..54ef5dd137b3 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.34.2 +2.0.0-RC1 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index 2b93f4a798d5..a4f493591fb1 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -97,7 +97,7 @@ class DatastoreClient use ClientOptionsTrait; use EmulatorTrait; - const VERSION = '1.34.2'; + const VERSION = '2.0.0-RC1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/DocumentAi/VERSION b/DocumentAi/VERSION index 005119baaa06..437459cd94c9 100644 --- a/DocumentAi/VERSION +++ b/DocumentAi/VERSION @@ -1 +1 @@ -2.4.1 +2.5.0 diff --git a/composer.json b/composer.json index 6dbdad3a6bed..0bb9248da4a3 100644 --- a/composer.json +++ b/composer.json @@ -130,14 +130,14 @@ "google/cloud-cloudcontrolspartner": "0.5.1", "google/cloud-commerce-consumer-procurement": "1.3.1", "google/cloud-common-protos": "0.8.3", - "google/cloud-compute": "2.1.1", + "google/cloud-compute": "2.2.0", "google/cloud-confidentialcomputing": "1.6.1", "google/cloud-config": "1.6.1", "google/cloud-configdelivery": "0.3.1", "google/cloud-contact-center-insights": "2.4.1", "google/cloud-container": "2.6.1", "google/cloud-container-analysis": "1.2.1", - "google/cloud-core": "1.66.0", + "google/cloud-core": "1.67.0", "google/cloud-data-catalog": "2.4.1", "google/cloud-data-fusion": "1.1.1", "google/cloud-datacatalog-lineage": "1.2.1", @@ -147,7 +147,7 @@ "google/cloud-dataplex": "1.9.1", "google/cloud-dataproc": "2.8.1", "google/cloud-dataproc-metastore": "1.2.1", - "google/cloud-datastore": "1.34.2", + "google/cloud-datastore": "2.0.0-RC1", "google/cloud-datastore-admin": "1.1.1", "google/cloud-datastream": "2.5.1", "google/cloud-deploy": "1.6.1", @@ -158,7 +158,7 @@ "google/cloud-discoveryengine": "1.9.1", "google/cloud-dlp": "2.8.1", "google/cloud-dms": "2.1.1", - "google/cloud-document-ai": "2.4.1", + "google/cloud-document-ai": "2.5.0", "google/cloud-domains": "1.1.1", "google/cloud-edgenetwork": "1.3.1", "google/cloud-error-reporting": "0.25.1",