From 42dbc9844268aebef2e29dc474ec38dcc067dba7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:10:21 +0000 Subject: [PATCH] chore(main): release 0.278.0 --- AppsMeet/VERSION | 2 +- CHANGELOG.md | 73 +++++++++++++++++++++++++++++++ Dataproc/VERSION | 2 +- Dlp/VERSION | 2 +- Dms/VERSION | 2 +- Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- Spanner/VERSION | 2 +- Spanner/src/SpannerClient.php | 2 +- SqlAdmin/VERSION | 2 +- composer.json | 14 +++--- 11 files changed, 89 insertions(+), 16 deletions(-) diff --git a/AppsMeet/VERSION b/AppsMeet/VERSION index 0d91a54c7d43..1d0ba9ea182b 100644 --- a/AppsMeet/VERSION +++ b/AppsMeet/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b088da4ac07..4d9bb0a4e83d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,78 @@ # Changelog +## 0.278.0 + +
google/apps-meet 0.4.0 + + + +### Features + +* [AppsMeet] Add `ConnectActiveConference` method to `SpacesService` ([#8110](https://github.com/googleapis/google-cloud-php/issues/8110)) ([00c94d1](https://github.com/googleapis/google-cloud-php/commit/00c94d11c77d5d126912e17a2409d030d46ae7f0)) + +
+ +
google/cloud-dataproc 2.3.0 + + + +### Features + +* [Dataproc] Added support for the AuthenticationConfig field to Dataproc serverless workload configurations, allowing specification of the user workload identity as either the end user or a service account ([#8107](https://github.com/googleapis/google-cloud-php/issues/8107)) ([753979e](https://github.com/googleapis/google-cloud-php/commit/753979e2e86716f39e3b3029836815ce6578df24)) + +
+ +
google/cloud-dlp 2.3.0 + + + +### Features + +* Discovery of Vertex AI datasets ([#8099](https://github.com/googleapis/google-cloud-php/issues/8099)) ([932b7eb](https://github.com/googleapis/google-cloud-php/commit/932b7ebd71d970701462b0fe11a80ede173ca9cd)) + + +### Documentation + +* Documentation revisions for data profiles ([932b7eb](https://github.com/googleapis/google-cloud-php/commit/932b7ebd71d970701462b0fe11a80ede173ca9cd)) + +
+ +
google/cloud-dms 2.0.5 + + + +### Documentation + +* [Dms] fix broken link in comment for field `OperationMetadata.requested_cancellation` ([#8109](https://github.com/googleapis/google-cloud-php/issues/8109)) ([ff9bc52](https://github.com/googleapis/google-cloud-php/commit/ff9bc5244ad8377c0eb37e9fcc901a4de48162b4)) + +
+ +
google/cloud-firestore 1.48.1 + + + +
+ +
google/cloud-spanner 1.96.0 + + + +### Features + +* [Spanner] add a last field in the PartialResultSet ([#8112](https://github.com/googleapis/google-cloud-php/issues/8112)) ([964eb96](https://github.com/googleapis/google-cloud-php/commit/964eb963e1204a6b0c412eb2c11f5784945f80e9)) + +
+ +
google/cloud-sql-admin 1.2.4 + + + +### Bug Fixes + +* [SqlAdmin] use `json_name` annotations where needed ([#8111](https://github.com/googleapis/google-cloud-php/issues/8111)) ([25c027b](https://github.com/googleapis/google-cloud-php/commit/25c027b34c401a093aadfd1294a23203b992b125)) + +
+ ## 0.277.0
google/apps-chat 0.9.0 diff --git a/Dataproc/VERSION b/Dataproc/VERSION index 585940699b5b..276cbf9e2858 100644 --- a/Dataproc/VERSION +++ b/Dataproc/VERSION @@ -1 +1 @@ -2.2.3 +2.3.0 diff --git a/Dlp/VERSION b/Dlp/VERSION index 585940699b5b..276cbf9e2858 100644 --- a/Dlp/VERSION +++ b/Dlp/VERSION @@ -1 +1 @@ -2.2.3 +2.3.0 diff --git a/Dms/VERSION b/Dms/VERSION index 2165f8f9b6a8..e01025862f79 100644 --- a/Dms/VERSION +++ b/Dms/VERSION @@ -1 +1 @@ -2.0.4 +2.0.5 diff --git a/Firestore/VERSION b/Firestore/VERSION index 9db5ea12f522..5525f03fa61b 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.48.0 +1.48.1 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index d5a76fb41aad..0878f445d796 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.48.0'; + const VERSION = '1.48.1'; const DEFAULT_DATABASE = '(default)'; diff --git a/Spanner/VERSION b/Spanner/VERSION index 55f6ae93382d..9141007a5582 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.95.0 +1.96.0 diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index 79b231b66d77..8961fdcd3647 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -117,7 +117,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.95.0'; + const VERSION = '1.96.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/SqlAdmin/VERSION b/SqlAdmin/VERSION index 0495c4a88cae..e8ea05db8142 100644 --- a/SqlAdmin/VERSION +++ b/SqlAdmin/VERSION @@ -1 +1 @@ -1.2.3 +1.2.4 diff --git a/composer.json b/composer.json index 084fd433d472..650e433a13ea 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,7 @@ "google/analytics-data": "0.22.2", "google/apps-chat": "0.9.0", "google/apps-events-subscriptions": "0.2.0", - "google/apps-meet": "0.3.0", + "google/apps-meet": "0.4.0", "google/cloud-access-approval": "2.0.4", "google/cloud-advisorynotifications": "1.1.0", "google/cloud-ai-platform": "1.18.0", @@ -129,7 +129,7 @@ "google/cloud-dataform": "0.5.1", "google/cloud-datalabeling": "0.6.1", "google/cloud-dataplex": "1.3.0", - "google/cloud-dataproc": "2.2.3", + "google/cloud-dataproc": "2.3.0", "google/cloud-dataproc-metastore": "1.0.3", "google/cloud-datastore": "1.32.3", "google/cloud-datastore-admin": "1.0.3", @@ -140,8 +140,8 @@ "google/cloud-dialogflow": "2.0.1", "google/cloud-dialogflow-cx": "0.6.0", "google/cloud-discoveryengine": "1.4.0", - "google/cloud-dlp": "2.2.3", - "google/cloud-dms": "2.0.4", + "google/cloud-dlp": "2.3.0", + "google/cloud-dms": "2.0.5", "google/cloud-document-ai": "2.1.3", "google/cloud-domains": "1.0.3", "google/cloud-edgenetwork": "1.2.0", @@ -150,7 +150,7 @@ "google/cloud-eventarc": "2.1.4", "google/cloud-eventarc-publishing": "1.1.3", "google/cloud-filestore": "2.0.4", - "google/cloud-firestore": "1.48.0", + "google/cloud-firestore": "1.48.1", "google/cloud-functions": "2.0.3", "google/cloud-gke-backup": "1.0.3", "google/cloud-gke-connect-gateway": "1.0.1", @@ -218,9 +218,9 @@ "google/cloud-service-usage": "2.0.3", "google/cloud-servicehealth": "0.3.0", "google/cloud-shell": "2.0.4", - "google/cloud-spanner": "1.95.0", + "google/cloud-spanner": "1.96.0", "google/cloud-speech": "2.0.0", - "google/cloud-sql-admin": "1.2.3", + "google/cloud-sql-admin": "1.2.4", "google/cloud-storage": "1.46.0", "google/cloud-storage-control": "1.1.0", "google/cloud-storage-transfer": "2.1.1",