Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.218.0 #6597

Merged
merged 1 commit into from
Sep 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AiPlatform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.24.0
0.25.0
2 changes: 1 addition & 1 deletion AnalyticsAdmin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.0
0.18.0
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1
0.11.2
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.1
1.27.0
2 changes: 1 addition & 1 deletion BigQuery/src/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion Billing/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.7.3
159 changes: 159 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,164 @@
# Changelog

## 0.218.0

<details><summary>google/cloud-ai-platform 0.25.0</summary>



### 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))

</details>

<details><summary>google/analytics-admin 0.18.0</summary>



### ⚠ 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))

</details>

<details><summary>google/cloud-batch 0.11.2</summary>



### 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))

</details>

<details><summary>google/cloud-bigquery 1.27.0</summary>



### 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))

</details>

<details><summary>google/cloud-billing 1.7.3</summary>



### 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))

</details>

<details><summary>google/cloud-channel 1.8.0</summary>



### 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))

</details>

<details><summary>google/cloud-dialogflow 1.9.0</summary>



### 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))

</details>

<details><summary>google/cloud-discoveryengine 0.7.0</summary>



### 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))

</details>

<details><summary>google/cloud-kms 1.20.2</summary>



### 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))

</details>

<details><summary>google/cloud-optimization 0.4.0</summary>



### 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))

</details>

<details><summary>google/cloud-recommender 1.9.0</summary>



### 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))

</details>

## 0.217.0

<details><summary>google/cloud-batch 0.11.1</summary>
Expand Down
2 changes: 1 addition & 1 deletion Channel/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.8.0
2 changes: 1 addition & 1 deletion Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0
2 changes: 1 addition & 1 deletion DiscoveryEngine/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
2 changes: 1 addition & 1 deletion Kms/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.1
1.20.2
2 changes: 1 addition & 1 deletion Optimization/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.4.0
2 changes: 1 addition & 1 deletion Recommender/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.2
1.9.0
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Loading