From 297aca5bdf32e27288140cdec43adb12f0e73861 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:28:28 +0000 Subject: [PATCH] chore(main): release 0.218.0 --- AnalyticsAdmin/VERSION | 2 +- Batch/VERSION | 2 +- BigQuery/VERSION | 2 +- BigQuery/src/BigQueryClient.php | 2 +- CHANGELOG.md | 112 ++++++++++++++++++++++++++++++++ Dialogflow/VERSION | 2 +- DiscoveryEngine/VERSION | 2 +- Kms/VERSION | 2 +- Recommender/VERSION | 2 +- composer.json | 14 ++-- 10 files changed, 127 insertions(+), 15 deletions(-) diff --git a/AnalyticsAdmin/VERSION b/AnalyticsAdmin/VERSION index c5523bd09b1..66333910a4b 100644 --- a/AnalyticsAdmin/VERSION +++ b/AnalyticsAdmin/VERSION @@ -1 +1 @@ -0.17.0 +0.18.0 diff --git a/Batch/VERSION b/Batch/VERSION index af88ba82486..bc859cbd6d9 100644 --- a/Batch/VERSION +++ b/Batch/VERSION @@ -1 +1 @@ -0.11.1 +0.11.2 diff --git a/BigQuery/VERSION b/BigQuery/VERSION index dd43a143f02..c7c3f3333e1 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 579bab0abac..2714b4ca55a 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 a2073fff031..bb35634fc09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,117 @@ # Changelog +## 0.218.0 + +
google/analytics-admin 0.18.0 + + + +### ⚠ BREAKING CHANGES + +* Add the missing `REQUIRED` annotation to the `update_mask` field of `UpdateMeasurementProtocolSecretRequest` +* Rename the `enterprise_daily_export_enabled` field to `fresh_daily_export_enabled` in the `BigQueryLink` resource +* Rename the `enterprise_daily_export_enabled` field to `fresh_daily_export_enabled` in the `BigQueryLink` resource ([#6588](https://github.com/googleapis/google-cloud-php/issues/6588)) + +### Features + +* Add `CoarseValue`, `ConversionValues`, `EventMapping`, `SKAdNetworkConversionValueSchema` types ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) +* Add `GetSKAdNetworkConversionValueSchema`, `CreateSKAdNetworkConversionValueSchema`, `DeleteSKAdNetworkConversionValueSchema`, `UpdateSKAdNetworkConversionValueSchema`, `ListSKAdNetworkConversionValueSchemas` methods to the Admin API v1 alpha ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) +* Add `UpdateConversionEvent` method to the Admin API v1 beta ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) +* Add the `ConversionCountingMethod` enum ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) +* Add the `counting_method` field to the `ConversionEvent` type ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) +* Add the `ITEM` option to the `DimensionScope` enum ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) +* Add the `skadnetwork_conversion_value_schema` field to the `ChangeHistoryResource.resource` oneof type ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) +* Add the `SKADNETWORK_CONVERSION_VALUE_SCHEMA` option to the `ChangeHistoryResourceType` enum ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) +* Make the field `default_uri` of `WebStreamData` mutable ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) + + +### Bug Fixes + +* Add the missing `REQUIRED` annotation to the `update_mask` field of `UpdateMeasurementProtocolSecretRequest` ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) +* Rename the `enterprise_daily_export_enabled` field to `fresh_daily_export_enabled` in the `BigQueryLink` resource ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) +* Rename the `enterprise_daily_export_enabled` field to `fresh_daily_export_enabled` in the `BigQueryLink` resource ([#6588](https://github.com/googleapis/google-cloud-php/issues/6588)) ([a624c44](https://github.com/googleapis/google-cloud-php/commit/a624c44cc58f0ead212e16d9ffcf387d4084b647)) + +
+ +
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-dialogflow 1.9.0 + + + +### Features + +* Added Knowledge Search API ([ad50f74](https://github.com/googleapis/google-cloud-php/commit/ad50f749431287e7074279e2b4fa32d6d6c2c952)) +* Added speech endpointing setting ([#6596](https://github.com/googleapis/google-cloud-php/issues/6596)) ([ad50f74](https://github.com/googleapis/google-cloud-php/commit/ad50f749431287e7074279e2b4fa32d6d6c2c952)) + +
+ +
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/Dialogflow/VERSION b/Dialogflow/VERSION index 27f9cd322bb..f8e233b2733 100644 --- a/Dialogflow/VERSION +++ b/Dialogflow/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/DiscoveryEngine/VERSION b/DiscoveryEngine/VERSION index a918a2aa18d..faef31a4357 100644 --- a/DiscoveryEngine/VERSION +++ b/DiscoveryEngine/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/Kms/VERSION b/Kms/VERSION index 0044d6cb969..769e37e159d 100644 --- a/Kms/VERSION +++ b/Kms/VERSION @@ -1 +1 @@ -1.20.1 +1.20.2 diff --git a/Recommender/VERSION b/Recommender/VERSION index 53adb84c822..f8e233b2733 100644 --- a/Recommender/VERSION +++ b/Recommender/VERSION @@ -1 +1 @@ -1.8.2 +1.9.0 diff --git a/composer.json b/composer.json index a1b27048391..7b1f7c01b80 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ }, "replace": { "google/access-context-manager": "0.4.3", - "google/analytics-admin": "0.17.0", + "google/analytics-admin": "0.18.0", "google/analytics-data": "0.11.1", "google/cloud-access-approval": "1.1.2", "google/cloud-advisorynotifications": "0.4.0", @@ -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", @@ -131,8 +131,8 @@ "google/cloud-datastream": "1.4.0", "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-dialogflow": "1.9.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",