From 2dd0bc29f26eba32079c550f57eec796b8d86d48 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:00:26 +0000 Subject: [PATCH] chore(main): release 0.218.0 --- AiPlatform/VERSION | 2 +- AnalyticsAdmin/VERSION | 2 +- Batch/VERSION | 2 +- BigQuery/VERSION | 2 +- BigQuery/src/BigQueryClient.php | 2 +- Billing/VERSION | 2 +- CHANGELOG.md | 159 ++++++++++++++++++++++++++++++++ Channel/VERSION | 2 +- Dialogflow/VERSION | 2 +- DiscoveryEngine/VERSION | 2 +- Kms/VERSION | 2 +- Optimization/VERSION | 2 +- Recommender/VERSION | 2 +- composer.json | 22 ++--- 14 files changed, 182 insertions(+), 23 deletions(-) diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION index 2094a100ca8..d21d277be51 100644 --- a/AiPlatform/VERSION +++ b/AiPlatform/VERSION @@ -1 +1 @@ -0.24.0 +0.25.0 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..5db08bf2dc5 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.26.1 +1.27.0 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index 579bab0abac..8fdf6b2385e 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.27.0'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/Billing/VERSION b/Billing/VERSION index f8a696c8dc5..661e7aeadf3 100644 --- a/Billing/VERSION +++ b/Billing/VERSION @@ -1 +1 @@ -1.7.2 +1.7.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index a2073fff031..b939668a0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,164 @@ # Changelog +## 0.218.0 + +
google/cloud-ai-platform 0.25.0 + + + +### Features + +* Add contexts to SuggestTrialsRequest in vizier_service.proto ([de3044f](https://github.com/googleapis/google-cloud-php/commit/de3044fd253f3cd60b09f23738f3e52df6cfd94b)) +* Add encryption_spec to index.proto and index_endpoint.proto ([#6611](https://github.com/googleapis/google-cloud-php/issues/6611)) ([de3044f](https://github.com/googleapis/google-cloud-php/commit/de3044fd253f3cd60b09f23738f3e52df6cfd94b)) +* Add TrialContext to study.proto ([de3044f](https://github.com/googleapis/google-cloud-php/commit/de3044fd253f3cd60b09f23738f3e52df6cfd94b)) + +
+ +
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.27.0 + + + +### Features + +* **BigQuery:** Enable session in load job ([#6576](https://github.com/googleapis/google-cloud-php/issues/6576)) ([c27f058](https://github.com/googleapis/google-cloud-php/commit/c27f058a5ad2e651182fabe65d65653853bf3117)) + +
+ +
google/cloud-billing 1.7.3 + + + +### Bug Fixes + +* Fixed resource_reference for name in GetProjectBillingInfo ([#6609](https://github.com/googleapis/google-cloud-php/issues/6609)) ([bb6590c](https://github.com/googleapis/google-cloud-php/commit/bb6590c81e4fedd112bb1331f3b98f305c360589)) + +
+ +
google/cloud-channel 1.8.0 + + + +### Features + +* Launch QueryEligibleBillingAccounts API ([#6614](https://github.com/googleapis/google-cloud-php/issues/6614)) ([9e8db55](https://github.com/googleapis/google-cloud-php/commit/9e8db5540c7a03260bab5b152b2ed42e0a5ff143)) +* Mark ChannelPartnerGranularity as deprecated and offer alternatives ([#6615](https://github.com/googleapis/google-cloud-php/issues/6615)) ([11b8d58](https://github.com/googleapis/google-cloud-php/commit/11b8d581b2db5e03630fd7c10689e90001fa28b4)) + +
+ +
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-optimization 0.4.0 + + + +### Features + +* Added support for walking mode and cost_per_kilometer_below_soft_max ([#6610](https://github.com/googleapis/google-cloud-php/issues/6610)) ([acc3748](https://github.com/googleapis/google-cloud-php/commit/acc3748eeb5056e4ecf4448e030a056deefa9868)) + +
+ +
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/Channel/VERSION b/Channel/VERSION index bd8bf882d06..27f9cd322bb 100644 --- a/Channel/VERSION +++ b/Channel/VERSION @@ -1 +1 @@ -1.7.0 +1.8.0 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/Optimization/VERSION b/Optimization/VERSION index 42045acae20..1d0ba9ea182 100644 --- a/Optimization/VERSION +++ b/Optimization/VERSION @@ -1 +1 @@ -0.3.4 +0.4.0 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..bdcb639db0b 100644 --- a/composer.json +++ b/composer.json @@ -70,11 +70,11 @@ }, "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", - "google/cloud-ai-platform": "0.24.0", + "google/cloud-ai-platform": "0.25.0", "google/cloud-alloydb": "0.5.0", "google/cloud-api-gateway": "1.2.0", "google/cloud-api-keys": "0.3.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.27.0", "google/cloud-bigquery-analyticshub": "0.2.2", "google/cloud-bigquery-connection": "1.4.0", "google/cloud-bigquery-data-exchange": "0.3.2", @@ -102,12 +102,12 @@ "google/cloud-bigquery-storage": "1.7.0", "google/cloud-bigquerydatatransfer": "1.6.0", "google/cloud-bigtable": "1.28.1", - "google/cloud-billing": "1.7.2", + "google/cloud-billing": "1.7.3", "google/cloud-billing-budgets": "1.3.0", "google/cloud-binary-authorization": "0.6.0", "google/cloud-build": "0.13.0", "google/cloud-certificate-manager": "0.5.0", - "google/cloud-channel": "1.7.0", + "google/cloud-channel": "1.8.0", "google/cloud-commerce-consumer-procurement": "0.1.0", "google/cloud-common-protos": "0.4.2", "google/cloud-compute": "1.12.0", @@ -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", @@ -170,7 +170,7 @@ "google/cloud-network-management": "1.4.0", "google/cloud-network-security": "0.5.0", "google/cloud-notebooks": "0.6.0", - "google/cloud-optimization": "0.3.4", + "google/cloud-optimization": "0.4.0", "google/cloud-orchestration-airflow": "1.4.0", "google/cloud-org-policy": "0.5.2", "google/cloud-osconfig": "1.2.0", @@ -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",