diff --git a/AdsAdManager/VERSION b/AdsAdManager/VERSION index b6160487433..faef31a4357 100644 --- a/AdsAdManager/VERSION +++ b/AdsAdManager/VERSION @@ -1 +1 @@ -0.6.2 +0.7.0 diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION index bb120e876c6..4d5fde5bd16 100644 --- a/AiPlatform/VERSION +++ b/AiPlatform/VERSION @@ -1 +1 @@ -1.59.0 +1.60.0 diff --git a/AppsChat/VERSION b/AppsChat/VERSION index 1cf0537c343..5a03fb737b3 100644 --- a/AppsChat/VERSION +++ b/AppsChat/VERSION @@ -1 +1 @@ -0.19.0 +0.20.0 diff --git a/BigQuery/VERSION b/BigQuery/VERSION index 39fc130ef85..bf50e910e62 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.36.0 +1.37.0 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index d98add60cfe..c8713355fb5 100644 --- a/BigQuery/src/BigQueryClient.php +++ b/BigQuery/src/BigQueryClient.php @@ -54,7 +54,7 @@ class BigQueryClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '1.36.0'; + const VERSION = '1.37.0'; const MAX_DELAY_MICROSECONDS = 32000000; const SERVICE_NAME = 'bigquery'; diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7a724a6fe..42e6932bd99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,132 @@ # Changelog +## 0.329.0 + +
googleads/ad-manager 0.7.0 + + + +### Features + +* [AdsAdManager] added new API dimension: CREATIVE_SSL_COMPLIANCE_OVERRIDE ([#9171](https://github.com/googleapis/google-cloud-php/issues/9171)) ([0ab7c80](https://github.com/googleapis/google-cloud-php/commit/0ab7c80b476cad558493f35ce7743538bbe6c76d)) + +
+ +
google/cloud-ai-platform 1.60.0 + + + +### Features + +* [AiPlatform] Release ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine v1 API ([#9172](https://github.com/googleapis/google-cloud-php/issues/9172)) ([de348c6](https://github.com/googleapis/google-cloud-php/commit/de348c624d1e3f2ad0dab0027590eac7600cfa25)) + +
+ +
google/apps-chat 0.20.0 + + + +### Features + +* [AppsChat] Support force notify and silent notification option for CreateMessage ([#9176](https://github.com/googleapis/google-cloud-php/issues/9176)) ([d2977c9](https://github.com/googleapis/google-cloud-php/commit/d2977c910ae6428c37732fc40b653b86c2f76a5c)) + +
+ +
google/cloud-bigquery 1.37.0 + + + +### Features + +* **BigQuery:** Add documentation and constants for the view option on table resources ([#9170](https://github.com/googleapis/google-cloud-php/issues/9170)) ([19c2147](https://github.com/googleapis/google-cloud-php/commit/19c21471b0748d6fc991aaef548ba8995e704cdd)) + +
+ +
google/cloud-core 1.72.1 + + + +### Bug Fixes + +* **Core:** Remove obsolete ADC keyfile check ([#9155](https://github.com/googleapis/google-cloud-php/issues/9155)) ([b6404c5](https://github.com/googleapis/google-cloud-php/commit/b6404c5cbbf02bcd5c9479e3d13335198ada8f07)) + +
+ +
google/cloud-datacatalog-lineage 1.4.0 + + + +### Features + +* [DataCatalogLineage] A new method SearchLineageStreaming is added ([#9175](https://github.com/googleapis/google-cloud-php/issues/9175)) ([5fe1150](https://github.com/googleapis/google-cloud-php/commit/5fe1150c16358a27e47256b1646ba479311502d9)) +* Added support for column level lineage information to be passed and returned from the Lineage service ([5fe1150](https://github.com/googleapis/google-cloud-php/commit/5fe1150c16358a27e47256b1646ba479311502d9)) +* SearchLinks can now accept multiple source and target entity references as search criteria ([5fe1150](https://github.com/googleapis/google-cloud-php/commit/5fe1150c16358a27e47256b1646ba479311502d9)) + + +### Documentation + +* Documentation for SearchLineageStreaming API was added ([5fe1150](https://github.com/googleapis/google-cloud-php/commit/5fe1150c16358a27e47256b1646ba479311502d9)) + +
+ +
google/cloud-dataproc 2.11.0 + + + +### Features + +* [Dataproc] add support for Cloud Resource Manager tags for Dataproc Serverless workloads ([#9167](https://github.com/googleapis/google-cloud-php/issues/9167)) ([7854a1d](https://github.com/googleapis/google-cloud-php/commit/7854a1d103be1606d6b9cf30b7f16b97d1d5e609)) + +
+ +
google/cloud-language 1.2.1 + + + +
+ +
google/cloud-logging 2.1.0 + + + +### Features + +* **docs:** Publish interface refdocs along with the classes they implement ([#9124](https://github.com/googleapis/google-cloud-php/issues/9124)) ([346404a](https://github.com/googleapis/google-cloud-php/commit/346404ae06d1c6f9c5d24a869356ad4c7f8ebd26)) + +
+ +
google/cloud-spanner 2.8.0 + + + +### Features + +* **spanner:** [Spanner] add cache updates API ([#9166](https://github.com/googleapis/google-cloud-php/issues/9166)) ([225b13d](https://github.com/googleapis/google-cloud-php/commit/225b13d2e23bc5d1d2798efed86fdfb6adce63a9)) + +
+ +
google/cloud-speech 2.5.1 + + + +
+ +
google/cloud-storage 2.1.0 + + + +### Features + +* **storage:** Support fopen modes x and xb ([#9159](https://github.com/googleapis/google-cloud-php/issues/9159)) ([563c2f9](https://github.com/googleapis/google-cloud-php/commit/563c2f917b76eecd5752ad2ee65c57f54386c6e3)) + +
+ +
google/cloud-vision 2.2.1 + + + +
+ ## 0.328.0
google/cloud-ai-platform 1.59.0 diff --git a/Core/VERSION b/Core/VERSION index 0834888f558..22d6771a47d 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.72.0 +1.72.1 diff --git a/DataCatalogLineage/VERSION b/DataCatalogLineage/VERSION index f0bb29e7638..88c5fb891dc 100644 --- a/DataCatalogLineage/VERSION +++ b/DataCatalogLineage/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/Dataproc/VERSION b/Dataproc/VERSION index 10c2c0c3d62..46b81d815a2 100644 --- a/Dataproc/VERSION +++ b/Dataproc/VERSION @@ -1 +1 @@ -2.10.0 +2.11.0 diff --git a/Language/VERSION b/Language/VERSION index 26aaba0e866..6085e946503 100644 --- a/Language/VERSION +++ b/Language/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/Logging/VERSION b/Logging/VERSION index 227cea21564..7ec1d6db408 100644 --- a/Logging/VERSION +++ b/Logging/VERSION @@ -1 +1 @@ -2.0.0 +2.1.0 diff --git a/Spanner/VERSION b/Spanner/VERSION index 24ba9a38de6..834f2629538 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -2.7.0 +2.8.0 diff --git a/Speech/VERSION b/Speech/VERSION index 437459cd94c..73462a5a134 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -2.5.0 +2.5.1 diff --git a/Storage/VERSION b/Storage/VERSION index 227cea21564..7ec1d6db408 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -2.0.0 +2.1.0 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 8d870ec8376..95f15ba85ab 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '2.0.0'; + const VERSION = '2.1.0'; 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/Vision/VERSION b/Vision/VERSION index ccbccc3dc62..c043eea7767 100644 --- a/Vision/VERSION +++ b/Vision/VERSION @@ -1 +1 @@ -2.2.0 +2.2.1 diff --git a/composer.json b/composer.json index 067d84535e8..d2f058e5018 100644 --- a/composer.json +++ b/composer.json @@ -86,12 +86,12 @@ "google/access-context-manager": "1.1.3", "google/analytics-admin": "0.32.0", "google/analytics-data": "0.24.0", - "google/apps-chat": "0.19.0", + "google/apps-chat": "0.20.0", "google/apps-events-subscriptions": "0.4.4", "google/apps-meet": "0.5.4", "google/cloud-access-approval": "2.1.3", "google/cloud-advisorynotifications": "1.2.4", - "google/cloud-ai-platform": "1.59.0", + "google/cloud-ai-platform": "1.60.0", "google/cloud-alloydb": "1.7.1", "google/cloud-api-gateway": "2.1.3", "google/cloud-api-keys": "1.1.2", @@ -115,7 +115,7 @@ "google/cloud-beyondcorp-appgateways": "1.1.3", "google/cloud-beyondcorp-clientconnectorservices": "1.1.3", "google/cloud-beyondcorp-clientgateways": "1.1.3", - "google/cloud-bigquery": "1.36.0", + "google/cloud-bigquery": "1.37.0", "google/cloud-bigquery-analyticshub": "1.5.1", "google/cloud-bigquery-connection": "2.1.3", "google/cloud-bigquery-data-exchange": "0.6.3", @@ -144,16 +144,16 @@ "google/cloud-contact-center-insights": "2.4.2", "google/cloud-container": "2.8.1", "google/cloud-container-analysis": "1.2.2", - "google/cloud-core": "1.72.0", + "google/cloud-core": "1.72.1", "google/cloud-data-catalog": "2.4.2", "google/cloud-data-fusion": "1.1.2", "google/cloud-databasecenter": "0.6.0", - "google/cloud-datacatalog-lineage": "1.3.0", + "google/cloud-datacatalog-lineage": "1.4.0", "google/cloud-dataflow": "0.10.0", "google/cloud-dataform": "0.11.0", "google/cloud-datalabeling": "0.7.2", "google/cloud-dataplex": "1.13.0", - "google/cloud-dataproc": "2.10.0", + "google/cloud-dataproc": "2.11.0", "google/cloud-dataproc-metastore": "1.2.3", "google/cloud-datastore": "2.0.6", "google/cloud-datastore-admin": "1.1.2", @@ -191,11 +191,11 @@ "google/cloud-ids": "1.2.0", "google/cloud-kms": "2.9.0", "google/cloud-kms-inventory": "1.4.0", - "google/cloud-language": "1.2.0", + "google/cloud-language": "1.2.1", "google/cloud-licensemanager": "0.3.0", "google/cloud-life-sciences": "0.9.0", "google/cloud-locationfinder": "0.2.0", - "google/cloud-logging": "2.0.0", + "google/cloud-logging": "2.1.0", "google/cloud-lustre": "0.4.0", "google/cloud-maintenance": "0.4.0", "google/cloud-managed-identities": "2.2.0", @@ -252,10 +252,10 @@ "google/cloud-service-usage": "2.2.0", "google/cloud-servicehealth": "0.5.0", "google/cloud-shell": "2.2.0", - "google/cloud-spanner": "2.7.0", - "google/cloud-speech": "2.5.0", + "google/cloud-spanner": "2.8.0", + "google/cloud-speech": "2.5.1", "google/cloud-sql-admin": "1.8.0", - "google/cloud-storage": "2.0.0", + "google/cloud-storage": "2.1.0", "google/cloud-storage-control": "1.8.0", "google/cloud-storage-transfer": "2.4.0", "google/cloud-storagebatchoperations": "0.7.0", @@ -273,7 +273,7 @@ "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.0", + "google/cloud-vision": "2.2.1", "google/cloud-visionai": "0.3.0", "google/cloud-vm-migration": "1.4.0", "google/cloud-vmware-engine": "1.3.0", @@ -305,7 +305,7 @@ "google/shopping-merchant-quota": "1.3.0", "google/shopping-merchant-reports": "1.3.0", "google/shopping-merchant-reviews": "0.6.1", - "googleads/ad-manager": "0.6.2", + "googleads/ad-manager": "0.7.0", "googleads/data-manager": "0.4.0", "googleads/marketingplatform-admin": "0.4.2" },