From 607d30b37c865c44a67f99a58d048011bb36bbba Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:04:00 +0000 Subject: [PATCH] chore(main): release 0.218.0 --- Batch/VERSION | 2 +- BigQuery/VERSION | 2 +- BigQuery/src/BigQueryClient.php | 2 +- CHANGELOG.md | 70 +++++++++++++++++++++++++++++++++ DiscoveryEngine/VERSION | 2 +- Kms/VERSION | 2 +- Recommender/VERSION | 2 +- composer.json | 10 ++--- 8 files changed, 81 insertions(+), 11 deletions(-) diff --git a/Batch/VERSION b/Batch/VERSION index af88ba824866..bc859cbd6d99 100644 --- a/Batch/VERSION +++ b/Batch/VERSION @@ -1 +1 @@ -0.11.1 +0.11.2 diff --git a/BigQuery/VERSION b/BigQuery/VERSION index dd43a143f021..c7c3f3333e15 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.26.1 +1.26.2 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index 579bab0abac9..2714b4ca55ae 100644 --- a/BigQuery/src/BigQueryClient.php +++ b/BigQuery/src/BigQueryClient.php @@ -50,7 +50,7 @@ class BigQueryClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '1.26.1'; + const VERSION = '1.26.2'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/CHANGELOG.md b/CHANGELOG.md index a2073fff0318..8a013f05eca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,75 @@ # Changelog +## 0.218.0 + +
google/cloud-batch 0.11.2 + + + +### Documentation + +* Update description on size_gb in disk field ([#6603](https://github.com/googleapis/google-cloud-php/issues/6603)) ([022b2ee](https://github.com/googleapis/google-cloud-php/commit/022b2ee6b6592c5d759cffde17ca410febd24857)) + +
+ +
google/cloud-bigquery 1.26.2 + + + +
+ +
google/cloud-discoveryengine 0.7.0 + + + +### Features + +* Added more options for search extractive content support ([3617d3d](https://github.com/googleapis/google-cloud-php/commit/3617d3d1c54d704e7d723c44abea5bcd5ee242fb)) +* Added more skip reasons and details for search summarization ([3617d3d](https://github.com/googleapis/google-cloud-php/commit/3617d3d1c54d704e7d723c44abea5bcd5ee242fb)) +* Added query expansion details in search response ([cc040f3](https://github.com/googleapis/google-cloud-php/commit/cc040f3c7459ecdfbab7f5edcaad3b3f78aa6007)) +* Added query expansion details in search response ([3617d3d](https://github.com/googleapis/google-cloud-php/commit/3617d3d1c54d704e7d723c44abea5bcd5ee242fb)) +* Allow uri in user events ([cc040f3](https://github.com/googleapis/google-cloud-php/commit/cc040f3c7459ecdfbab7f5edcaad3b3f78aa6007)) +* Allow uri in user events ([3617d3d](https://github.com/googleapis/google-cloud-php/commit/3617d3d1c54d704e7d723c44abea5bcd5ee242fb)) +* Support bring your own embedding feature ([cc040f3](https://github.com/googleapis/google-cloud-php/commit/cc040f3c7459ecdfbab7f5edcaad3b3f78aa6007)) +* Support conversational / multi-turn search ([#6602](https://github.com/googleapis/google-cloud-php/issues/6602)) ([cc040f3](https://github.com/googleapis/google-cloud-php/commit/cc040f3c7459ecdfbab7f5edcaad3b3f78aa6007)) +* Support image search ([cc040f3](https://github.com/googleapis/google-cloud-php/commit/cc040f3c7459ecdfbab7f5edcaad3b3f78aa6007)) +* Support search summarization ([cc040f3](https://github.com/googleapis/google-cloud-php/commit/cc040f3c7459ecdfbab7f5edcaad3b3f78aa6007)) +* Support structural search features ([cc040f3](https://github.com/googleapis/google-cloud-php/commit/cc040f3c7459ecdfbab7f5edcaad3b3f78aa6007)) +* Support tail suggestions in completion API ([cc040f3](https://github.com/googleapis/google-cloud-php/commit/cc040f3c7459ecdfbab7f5edcaad3b3f78aa6007)) +* Supported bring your own embedding feature ([#6600](https://github.com/googleapis/google-cloud-php/issues/6600)) ([3617d3d](https://github.com/googleapis/google-cloud-php/commit/3617d3d1c54d704e7d723c44abea5bcd5ee242fb)) +* Updated summarization interface for multi-turn search ([3617d3d](https://github.com/googleapis/google-cloud-php/commit/3617d3d1c54d704e7d723c44abea5bcd5ee242fb)) + + +### Documentation + +* Keep the API doc up-to-date with recent changes ([cc040f3](https://github.com/googleapis/google-cloud-php/commit/cc040f3c7459ecdfbab7f5edcaad3b3f78aa6007)) +* Keep the API doc up-to-date with recent changes ([3617d3d](https://github.com/googleapis/google-cloud-php/commit/3617d3d1c54d704e7d723c44abea5bcd5ee242fb)) + +
+ +
google/cloud-kms 1.20.2 + + + +### Documentation + +* Minor formatting ([#6599](https://github.com/googleapis/google-cloud-php/issues/6599)) ([b745f7c](https://github.com/googleapis/google-cloud-php/commit/b745f7c75a7c5144cdba8dba3b0f090c548723c5)) +* Minor formatting ([#6605](https://github.com/googleapis/google-cloud-php/issues/6605)) ([c911e23](https://github.com/googleapis/google-cloud-php/commit/c911e234409193fdaa5e1a5727e51b894d6e6453)) + +
+ +
google/cloud-recommender 1.9.0 + + + +### Features + +* Add MarkRecommendationDismissed method ([#6604](https://github.com/googleapis/google-cloud-php/issues/6604)) ([baba59d](https://github.com/googleapis/google-cloud-php/commit/baba59d65973e28f8a3f7f6e70701badcd39e855)) +* Add Sustainability and Reliability impact ([baba59d](https://github.com/googleapis/google-cloud-php/commit/baba59d65973e28f8a3f7f6e70701badcd39e855)) +* Billing account scoped Recommender/InsightType config ([baba59d](https://github.com/googleapis/google-cloud-php/commit/baba59d65973e28f8a3f7f6e70701badcd39e855)) + +
+ ## 0.217.0
google/cloud-batch 0.11.1 diff --git a/DiscoveryEngine/VERSION b/DiscoveryEngine/VERSION index a918a2aa18d5..faef31a4357c 100644 --- a/DiscoveryEngine/VERSION +++ b/DiscoveryEngine/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/Kms/VERSION b/Kms/VERSION index 0044d6cb9691..769e37e159d4 100644 --- a/Kms/VERSION +++ b/Kms/VERSION @@ -1 +1 @@ -1.20.1 +1.20.2 diff --git a/Recommender/VERSION b/Recommender/VERSION index 53adb84c8220..f8e233b27332 100644 --- a/Recommender/VERSION +++ b/Recommender/VERSION @@ -1 +1 @@ -1.8.2 +1.9.0 diff --git a/composer.json b/composer.json index a1b270483910..71dbc3765e7c 100644 --- a/composer.json +++ b/composer.json @@ -86,13 +86,13 @@ "google/cloud-assured-workloads": "0.10.0", "google/cloud-automl": "1.5.2", "google/cloud-bare-metal-solution": "0.5.0", - "google/cloud-batch": "0.11.1", + "google/cloud-batch": "0.11.2", "google/cloud-beyondcorp-appconnections": "0.3.0", "google/cloud-beyondcorp-appconnectors": "0.3.0", "google/cloud-beyondcorp-appgateways": "0.3.0", "google/cloud-beyondcorp-clientconnectorservices": "0.3.0", "google/cloud-beyondcorp-clientgateways": "0.3.0", - "google/cloud-bigquery": "1.26.1", + "google/cloud-bigquery": "1.26.2", "google/cloud-bigquery-analyticshub": "0.2.2", "google/cloud-bigquery-connection": "1.4.0", "google/cloud-bigquery-data-exchange": "0.3.2", @@ -132,7 +132,7 @@ "google/cloud-debugger": "1.6.1", "google/cloud-deploy": "0.12.0", "google/cloud-dialogflow": "1.8.0", - "google/cloud-discoveryengine": "0.6.0", + "google/cloud-discoveryengine": "0.7.0", "google/cloud-dlp": "1.10.1", "google/cloud-dms": "1.3.0", "google/cloud-document-ai": "1.6.0", @@ -155,7 +155,7 @@ "google/cloud-iap": "1.3.2", "google/cloud-ids": "0.4.0", "google/cloud-iot": "1.6.2", - "google/cloud-kms": "1.20.1", + "google/cloud-kms": "1.20.2", "google/cloud-kms-inventory": "0.3.0", "google/cloud-language": "0.31.0", "google/cloud-life-sciences": "0.5.2", @@ -184,7 +184,7 @@ "google/cloud-rapidmigrationassessment": "0.2.0", "google/cloud-recaptcha-enterprise": "1.4.2", "google/cloud-recommendations-ai": "0.6.2", - "google/cloud-recommender": "1.8.2", + "google/cloud-recommender": "1.9.0", "google/cloud-redis": "1.8.2", "google/cloud-resource-manager": "0.7.0", "google/cloud-resource-settings": "1.1.2",