diff --git a/AdsDataManager/VERSION b/AdsDataManager/VERSION index d917d3e26adc..0ea3a944b399 100644 --- a/AdsDataManager/VERSION +++ b/AdsDataManager/VERSION @@ -1 +1 @@ -0.1.2 +0.2.0 diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION index ba0a719118ce..a63cb35e6f0b 100644 --- a/AiPlatform/VERSION +++ b/AiPlatform/VERSION @@ -1 +1 @@ -1.51.0 +1.52.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e52b762c4f5..1509709bc31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,83 @@ # Changelog +## 0.321.0 + +
googleads/data-manager 0.2.0 + + + +### Features + +* [AdsDataManager] add `UserListService` for creating and managing user lists ([#8941](https://github.com/googleapis/google-cloud-php/issues/8941)) ([ce7b28f](https://github.com/googleapis/google-cloud-php/commit/ce7b28f1693815e8e3755bb39a2648fd05bc1d52)) + +
+ +
google/cloud-ai-platform 1.52.0 + + + +### Features + +* [AiPlatform] Add image_spec to Reasoning Engine public protos ([#8944](https://github.com/googleapis/google-cloud-php/issues/8944)) ([a1565d2](https://github.com/googleapis/google-cloud-php/commit/a1565d26c8b6ba31718f1d4a6922769372698851)) +* Add transcription fields to Session Service ([a1565d2](https://github.com/googleapis/google-cloud-php/commit/a1565d26c8b6ba31718f1d4a6922769372698851)) + +
+ +
google/cloud-datastore 2.0.4 + + + +### Bug Fixes + +* **Datastore:** Return type casing ([#8950](https://github.com/googleapis/google-cloud-php/issues/8950)) ([d1954f3](https://github.com/googleapis/google-cloud-php/commit/d1954f327b0827450b9d4d2f8b9268b2151e8ac8)) + +
+ +
google/cloud-network-management 2.9.0 + + + +### Features + +* [NetworkManagement] Add API fields related to GKE Pods and Network Policies ([#8945](https://github.com/googleapis/google-cloud-php/issues/8945)) ([d166056](https://github.com/googleapis/google-cloud-php/commit/d166056ebd97a62b1394f11ad301ecf6a29434c0)) + +
+ +
google/cloud-spanner 2.5.1 + + + +### Bug Fixes + +* **Spanner:** Ensure tag is passed to BeginTransactionRequest ([#8935](https://github.com/googleapis/google-cloud-php/issues/8935)) ([10ee79e](https://github.com/googleapis/google-cloud-php/commit/10ee79ee459ea99ca1df3bea2087c40631514776)) +* **Spanner:** Null array offset in value mapper ([#8949](https://github.com/googleapis/google-cloud-php/issues/8949)) ([2bf8629](https://github.com/googleapis/google-cloud-php/commit/2bf86294e11e67563aacde4fa6025fefe31f6a8c)) + +
+ +
google/cloud-storagebatchoperations 0.5.0 + + + +### Features + +* [StorageBatchOperations] add new transformation `update_object_custom_context` ([#8948](https://github.com/googleapis/google-cloud-php/issues/8948)) ([4f1f0fa](https://github.com/googleapis/google-cloud-php/commit/4f1f0fa371a6ecbe4e65014dc3508b5f83d8c735)) + +
+ +
google/cloud-vectorsearch 0.2.0 + + + +### ⚠ BREAKING CHANGES + +* [VectorSearch] Removed obsolete field `vertex` from message `.google.cloud.vectorsearch.v1.Ranker` ([#8955](https://github.com/googleapis/google-cloud-php/issues/8955)) + +### Bug Fixes + +* [VectorSearch] Removed obsolete field `vertex` from message `.google.cloud.vectorsearch.v1.Ranker` ([#8955](https://github.com/googleapis/google-cloud-php/issues/8955)) ([f4b69d1](https://github.com/googleapis/google-cloud-php/commit/f4b69d1a4ca317e57a8852627e4046eb3005cecd)) + +
+ ## 0.320.0
google/cloud-ai-platform 1.51.0 diff --git a/Datastore/VERSION b/Datastore/VERSION index 50ffc5aa7f69..2165f8f9b6a8 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -2.0.3 +2.0.4 diff --git a/NetworkManagement/VERSION b/NetworkManagement/VERSION index 834f26295383..c8e38b614057 100644 --- a/NetworkManagement/VERSION +++ b/NetworkManagement/VERSION @@ -1 +1 @@ -2.8.0 +2.9.0 diff --git a/Spanner/VERSION b/Spanner/VERSION index 437459cd94c9..73462a5a1344 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -2.5.0 +2.5.1 diff --git a/StorageBatchOperations/VERSION b/StorageBatchOperations/VERSION index 1d0ba9ea182b..8f0916f768f0 100644 --- a/StorageBatchOperations/VERSION +++ b/StorageBatchOperations/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0 diff --git a/VectorSearch/VERSION b/VectorSearch/VERSION index 6e8bf73aa550..0ea3a944b399 100644 --- a/VectorSearch/VERSION +++ b/VectorSearch/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 diff --git a/composer.json b/composer.json index 66be664e7466..e075d565e186 100644 --- a/composer.json +++ b/composer.json @@ -91,7 +91,7 @@ "google/apps-meet": "0.5.3", "google/cloud-access-approval": "2.1.2", "google/cloud-advisorynotifications": "1.2.3", - "google/cloud-ai-platform": "1.51.0", + "google/cloud-ai-platform": "1.52.0", "google/cloud-alloydb": "1.6.3", "google/cloud-api-gateway": "2.1.2", "google/cloud-api-keys": "1.1.1", @@ -154,7 +154,7 @@ "google/cloud-dataplex": "1.11.0", "google/cloud-dataproc": "2.9.0", "google/cloud-dataproc-metastore": "1.2.2", - "google/cloud-datastore": "2.0.3", + "google/cloud-datastore": "2.0.4", "google/cloud-datastore-admin": "1.1.1", "google/cloud-datastream": "2.5.2", "google/cloud-deploy": "1.6.2", @@ -208,7 +208,7 @@ "google/cloud-monitoring": "2.2.1", "google/cloud-netapp": "1.10.1", "google/cloud-network-connectivity": "2.5.2", - "google/cloud-network-management": "2.8.0", + "google/cloud-network-management": "2.9.0", "google/cloud-network-security": "1.2.2", "google/cloud-networkservices": "0.8.1", "google/cloud-notebooks": "1.1.2", @@ -251,13 +251,13 @@ "google/cloud-service-usage": "2.1.2", "google/cloud-servicehealth": "0.4.3", "google/cloud-shell": "2.1.2", - "google/cloud-spanner": "2.5.0", + "google/cloud-spanner": "2.5.1", "google/cloud-speech": "2.4.0", "google/cloud-sql-admin": "1.7.0", "google/cloud-storage": "1.49.2", "google/cloud-storage-control": "1.7.0", "google/cloud-storage-transfer": "2.3.2", - "google/cloud-storagebatchoperations": "0.4.0", + "google/cloud-storagebatchoperations": "0.5.0", "google/cloud-storageinsights": "1.3.3", "google/cloud-support": "1.4.2", "google/cloud-talent": "2.2.1", @@ -267,7 +267,7 @@ "google/cloud-tpu": "2.2.2", "google/cloud-trace": "1.9.5", "google/cloud-translate": "2.1.2", - "google/cloud-vectorsearch": "0.1.0", + "google/cloud-vectorsearch": "0.2.0", "google/cloud-video-live-stream": "1.3.2", "google/cloud-video-stitcher": "1.1.2", "google/cloud-video-transcoder": "1.3.2", @@ -304,7 +304,7 @@ "google/shopping-merchant-reports": "1.1.3", "google/shopping-merchant-reviews": "0.5.3", "googleads/ad-manager": "0.6.1", - "googleads/data-manager": "0.1.2", + "googleads/data-manager": "0.2.0", "googleads/marketingplatform-admin": "0.4.1" }, "suggest": {