Skip to content

Commit

Permalink
chore(main): release 0.258.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 6, 2024
1 parent 24e6efd commit 611a156
Show file tree
Hide file tree
Showing 11 changed files with 117 additions and 17 deletions.
2 changes: 1 addition & 1 deletion AiPlatform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.5.0
2 changes: 1 addition & 1 deletion ApiHub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.1.0
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.6
1.8.7
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
100 changes: 100 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,105 @@
# Changelog

## 0.258.0

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



### Features

* Add more configurability to feature_group.proto ([#7643](https://github.com/googleapis/google-cloud-php/issues/7643)) ([8e71db0](https://github.com/googleapis/google-cloud-php/commit/8e71db0d102546c21bcef49a49c3410dadace708))
* Add ragSource to feature_view.proto ([8e71db0](https://github.com/googleapis/google-cloud-php/commit/8e71db0d102546c21bcef49a49c3410dadace708))
* Add sync watermark to feature_view_sync.proto ([8e71db0](https://github.com/googleapis/google-cloud-php/commit/8e71db0d102546c21bcef49a49c3410dadace708))


### Documentation

* Fix typo in feature_online_store_admin_service.proto ([8e71db0](https://github.com/googleapis/google-cloud-php/commit/8e71db0d102546c21bcef49a49c3410dadace708))

</details>

<details><summary>google/cloud-apihub 0.1.1</summary>



### Bug Fixes

* Remove gRPC support for client libraries ([#7641](https://github.com/googleapis/google-cloud-php/issues/7641)) ([8aec19a](https://github.com/googleapis/google-cloud-php/commit/8aec19a6a0e682ba1c3d4b007330567aa20b3d8e))

</details>

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



### Features

* **v1:** Promote block_project_ssh_keys support to batch v1 API ([#7638](https://github.com/googleapis/google-cloud-php/issues/7638)) ([4fcae28](https://github.com/googleapis/google-cloud-php/commit/4fcae2897ebccd954b4a9f41bdeb50f44d39e1a8))

</details>

<details><summary>google/cloud-bigquerydatatransfer 1.8.7</summary>



### Documentation

* Add a note to the CreateTransferConfigRequest and UpdateTransferConfigRequest to disable restricting service account usage ([#7640](https://github.com/googleapis/google-cloud-php/issues/7640)) ([40b2fdd](https://github.com/googleapis/google-cloud-php/commit/40b2fddda3815ab59bbe0c9f58c349d1842a130b))

</details>

<details><summary>google/cloud-bigtable 2.2.1</summary>



### Bug Fixes

* **Bigtable:** Prevent race condition ([#7644](https://github.com/googleapis/google-cloud-php/issues/7644)) ([f94f1d4](https://github.com/googleapis/google-cloud-php/commit/f94f1d46c6dc647ef2341c33c83f04cf6a960e60))

</details>

<details><summary>google/common-protos 4.8.3</summary>



### Bug Fixes

* Add back compatibility for Protobuf v4 ([#7648](https://github.com/googleapis/google-cloud-php/issues/7648)) ([24e6efd](https://github.com/googleapis/google-cloud-php/commit/24e6efd1a4a2c1e2a08970c0224b4709b9cf183d))

</details>

<details><summary>google/cloud-dataproc 3.15.0</summary>



### Features

* Add optional parameters (tarball-access) in DiagnoseClusterRequest ([#7637](https://github.com/googleapis/google-cloud-php/issues/7637)) ([12c4eb8](https://github.com/googleapis/google-cloud-php/commit/12c4eb82b9d9b368d04b26b4f32955553fba461a))

</details>

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



### Features

* Promot user event purge to v1 ([1d18490](https://github.com/googleapis/google-cloud-php/commit/1d1849088f82ea976efd66422fab7d72c768c924))
* Promote search tuning service to v1 ([#7639](https://github.com/googleapis/google-cloud-php/issues/7639)) ([1d18490](https://github.com/googleapis/google-cloud-php/commit/1d1849088f82ea976efd66422fab7d72c768c924))
* Return index status in document ([1d18490](https://github.com/googleapis/google-cloud-php/commit/1d1849088f82ea976efd66422fab7d72c768c924))
* Return joined status in user event ([1d18490](https://github.com/googleapis/google-cloud-php/commit/1d1849088f82ea976efd66422fab7d72c768c924))
* Return structured document info in answers ([1d18490](https://github.com/googleapis/google-cloud-php/commit/1d1849088f82ea976efd66422fab7d72c768c924))
* Support batch documents purge with GCS input ([1d18490](https://github.com/googleapis/google-cloud-php/commit/1d1849088f82ea976efd66422fab7d72c768c924))
* Support batch get documents metadata by uri patterns ([1d18490](https://github.com/googleapis/google-cloud-php/commit/1d1849088f82ea976efd66422fab7d72c768c924))


### Documentation

* Keep the API doc up-to-date with recent changes ([1d18490](https://github.com/googleapis/google-cloud-php/commit/1d1849088f82ea976efd66422fab7d72c768c924))

</details>

## 0.257.0

<details><summary>google/cloud-ai-platform 1.4.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion CommonProtos/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.2
4.8.3
2 changes: 1 addition & 1 deletion CommonProtos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "google/common-protos",
"type": "library",
"description": "Google API Common Protos for PHP",
"version": "4.8.2",
"version": "4.8.3",
"keywords": [
"google"
],
Expand Down
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.0
3.15.0
2 changes: 1 addition & 1 deletion DiscoveryEngine/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
"google/apps-meet": "0.2.3",
"google/cloud-access-approval": "2.0.0",
"google/cloud-advisorynotifications": "1.0.0",
"google/cloud-ai-platform": "1.4.0",
"google/cloud-ai-platform": "1.5.0",
"google/cloud-alloydb": "1.0.0",
"google/cloud-api-gateway": "2.0.0-RC1",
"google/cloud-api-keys": "1.0.0",
"google/cloud-apigee-connect": "2.0.0",
"google/cloud-apigee-registry": "1.0.0",
"google/cloud-apihub": "0.1.0",
"google/cloud-apihub": "0.1.1",
"google/cloud-appengine-admin": "2.0.0-RC1",
"google/cloud-apphub": "0.1.3",
"google/cloud-artifact-registry": "1.0.0",
Expand All @@ -90,7 +90,7 @@
"google/cloud-automl": "1.6.5",
"google/cloud-backupdr": "0.2.0",
"google/cloud-bare-metal-solution": "1.0.0",
"google/cloud-batch": "1.0.3",
"google/cloud-batch": "1.1.0",
"google/cloud-beyondcorp-appconnections": "1.0.0",
"google/cloud-beyondcorp-appconnectors": "1.0.0",
"google/cloud-beyondcorp-appgateways": "1.0.0",
Expand All @@ -104,8 +104,8 @@
"google/cloud-bigquery-migration": "1.1.0",
"google/cloud-bigquery-reservation": "2.0.0",
"google/cloud-bigquery-storage": "2.0.0-RC1",
"google/cloud-bigquerydatatransfer": "1.8.6",
"google/cloud-bigtable": "2.2.0",
"google/cloud-bigquerydatatransfer": "1.8.7",
"google/cloud-bigtable": "2.2.1",
"google/cloud-billing": "2.0.0-RC1",
"google/cloud-billing-budgets": "2.0.0",
"google/cloud-binary-authorization": "1.0.1",
Expand All @@ -129,7 +129,7 @@
"google/cloud-dataform": "0.4.5",
"google/cloud-datalabeling": "0.5.5",
"google/cloud-dataplex": "1.0.0",
"google/cloud-dataproc": "3.14.0",
"google/cloud-dataproc": "3.15.0",
"google/cloud-dataproc-metastore": "1.0.0",
"google/cloud-datastore": "1.29.2",
"google/cloud-datastore-admin": "1.0.0",
Expand All @@ -139,7 +139,7 @@
"google/cloud-developerconnect": "0.1.1",
"google/cloud-dialogflow": "1.13.0",
"google/cloud-dialogflow-cx": "0.4.0",
"google/cloud-discoveryengine": "1.0.0",
"google/cloud-discoveryengine": "1.1.0",
"google/cloud-dlp": "1.19.0",
"google/cloud-dms": "2.0.0",
"google/cloud-document-ai": "1.14.0",
Expand Down Expand Up @@ -242,7 +242,7 @@
"google/cloud-web-risk": "1.5.5",
"google/cloud-web-security-scanner": "1.0.0",
"google/cloud-workflows": "1.0.0",
"google/common-protos": "4.8.2",
"google/common-protos": "4.8.3",
"google/geo-common-protos": "0.2.0",
"google/grafeas": "1.1.0",
"google/longrunning": "0.4.3",
Expand Down

0 comments on commit 611a156

Please sign in to comment.