diff --git a/AppsChat/VERSION b/AppsChat/VERSION index 6f4eebdf6f6..ac39a106c48 100644 --- a/AppsChat/VERSION +++ b/AppsChat/VERSION @@ -1 +1 @@ -0.8.1 +0.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ef0bf024d..6833d6fa4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,69 @@ # Changelog +## 0.277.0 + +
google/apps-chat 0.9.0 + + + +### Features + +* Add DeletionType.SPACE_MEMBER. This is returned when a message sent by an app is deleted by a human in a space ([#8098](https://github.com/googleapis/google-cloud-php/issues/8098)) ([120378c](https://github.com/googleapis/google-cloud-php/commit/120378c181d57330ad84cb9d923a9f4d9f96a1f1)) + +
+ +
google/cloud-compute 1.26.0 + + + +### Features + +* Update Compute Engine API to revision 20250211 ([#8097](https://github.com/googleapis/google-cloud-php/issues/8097)) ([9d6ba53](https://github.com/googleapis/google-cloud-php/commit/9d6ba532bb711ed18a2a1407b16b5970251dfdf8)) + +
+ +
google/cloud-confidentialcomputing 1.4.0 + + + +### Features + +* A new field `attester` is added to message `.google.cloud.confidentialcomputing.v1.VerifyAttestationRequest` ([#8102](https://github.com/googleapis/google-cloud-php/issues/8102)) ([93fc023](https://github.com/googleapis/google-cloud-php/commit/93fc023b59af80506beacf3c155cbd0adf46025e)) + + +### Documentation + +* Fixed a typo in `VerifyAttestationRequest` comment ([93fc023](https://github.com/googleapis/google-cloud-php/commit/93fc023b59af80506beacf3c155cbd0adf46025e)) + +
+ +
google/cloud-core 1.62.1 + + + +### Bug Fixes + +* Avoid modify TZ of DateTime ([#8101](https://github.com/googleapis/google-cloud-php/issues/8101)) ([8e1a9b4](https://github.com/googleapis/google-cloud-php/commit/8e1a9b4e838524e8685060f576ee0a5297e6b9d9)) + +
+ +
google/cloud-kms 2.2.0 + + + +### Features + +* Add a PublicKeyFormat enum to allow specifying the format the public is going to be exported in ([ad5b20e](https://github.com/googleapis/google-cloud-php/commit/ad5b20ea0ae76095bada9e52482dc491416679f1)) +* Support PQC asymmetric signing algorithms ML_DSA_65 and SLH_DSA_SHA2_128s ([#8096](https://github.com/googleapis/google-cloud-php/issues/8096)) ([ad5b20e](https://github.com/googleapis/google-cloud-php/commit/ad5b20ea0ae76095bada9e52482dc491416679f1)) + +
+ +
google/cloud-language 1.0.0 + + + +
+ ## 0.276.0
google/cloud-ai-platform 1.18.0 diff --git a/Compute/VERSION b/Compute/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/Compute/VERSION +++ b/Compute/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/ConfidentialComputing/VERSION b/ConfidentialComputing/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/ConfidentialComputing/VERSION +++ b/ConfidentialComputing/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/Core/VERSION b/Core/VERSION index 76d05362056..b77a81dcb12 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.62.0 +1.62.1 diff --git a/Kms/VERSION b/Kms/VERSION index 399088bf465..ccbccc3dc62 100644 --- a/Kms/VERSION +++ b/Kms/VERSION @@ -1 +1 @@ -2.1.6 +2.2.0 diff --git a/Language/VERSION b/Language/VERSION index 0aeaf413312..3eefcb9dd5b 100644 --- a/Language/VERSION +++ b/Language/VERSION @@ -1 +1 @@ -0.34.3 +1.0.0 diff --git a/composer.json b/composer.json index 0efd8644a84..5e94f79beed 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "google/access-context-manager": "1.0.3", "google/analytics-admin": "0.26.0", "google/analytics-data": "0.22.2", - "google/apps-chat": "0.8.1", + "google/apps-chat": "0.9.0", "google/apps-events-subscriptions": "0.2.0", "google/apps-meet": "0.3.0", "google/cloud-access-approval": "2.0.4", @@ -115,13 +115,13 @@ "google/cloud-cloudcontrolspartner": "0.4.0", "google/cloud-commerce-consumer-procurement": "1.2.0", "google/cloud-common-protos": "0.7.0", - "google/cloud-compute": "1.25.0", - "google/cloud-confidentialcomputing": "1.3.0", + "google/cloud-compute": "1.26.0", + "google/cloud-confidentialcomputing": "1.4.0", "google/cloud-config": "1.3.0", "google/cloud-contact-center-insights": "2.3.1", "google/cloud-container": "2.3.3", "google/cloud-container-analysis": "1.0.4", - "google/cloud-core": "1.62.0", + "google/cloud-core": "1.62.1", "google/cloud-data-catalog": "2.2.3", "google/cloud-data-fusion": "1.0.3", "google/cloud-datacatalog-lineage": "1.1.0", @@ -161,9 +161,9 @@ "google/cloud-iam-credentials": "2.0.3", "google/cloud-iap": "2.0.3", "google/cloud-ids": "1.0.3", - "google/cloud-kms": "2.1.6", + "google/cloud-kms": "2.2.0", "google/cloud-kms-inventory": "1.1.0", - "google/cloud-language": "0.34.3", + "google/cloud-language": "1.0.0", "google/cloud-life-sciences": "0.7.1", "google/cloud-logging": "1.32.1", "google/cloud-managed-identities": "2.0.4",