Skip to content
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.339.0"
".": "0.340.0"
}
2 changes: 1 addition & 1 deletion AdsAdManager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0
2 changes: 1 addition & 1 deletion AdsDataManager/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 BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.39.0
1.39.1
2 changes: 1 addition & 1 deletion BigQuery/src/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class BigQueryClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}

const VERSION = '1.39.0';
const VERSION = '1.39.1';

const MAX_DELAY_MICROSECONDS = 32000000;
const SERVICE_NAME = 'bigquery';
Expand Down
160 changes: 160 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,165 @@
# Changelog

## 0.340.0

<details><summary>googleads/ad-manager 0.9.0</summary>



### Features

* [AdsAdManager] Added additional LineItem fields ([#9386](https://github.com/googleapis/google-cloud-php/issues/9386)) ([16c7f18](https://github.com/googleapis/google-cloud-php/commit/16c7f18c43e45833c12e3f91421c49e2a7a5b580))

</details>

<details><summary>googleads/data-manager 0.7.0</summary>



### Features

* [AdsDataManager] add google_user_id_data and partner_provided_id_data to AudienceMember ([#9421](https://github.com/googleapis/google-cloud-php/issues/9421)) ([7d2a9ce](https://github.com/googleapis/google-cloud-php/commit/7d2a9ceb1f21e47d8ee50bdbc42517e2604f0a55))

</details>

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



</details>

<details><summary>google/cloud-core 1.73.1</summary>



</details>

<details><summary>google/cloud-dataform 0.13.0</summary>



### Features

* [Dataform] add workflow trigger configuration support ([#9423](https://github.com/googleapis/google-cloud-php/issues/9423)) ([7bf222b](https://github.com/googleapis/google-cloud-php/commit/7bf222bc597082812b6d723fb1819664942cf94b))

</details>

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



</details>

<details><summary>google/cloud-firestore 2.2.0</summary>



### Features

* [Firestore] add RequestOptions and request_options to Firestore v1 protos ([#9422](https://github.com/googleapis/google-cloud-php/issues/9422)) ([8676435](https://github.com/googleapis/google-cloud-php/commit/8676435f5ce25bccb33394cdae346ac1b0e5ffeb))

</details>

<details><summary>google/grafeas 1.8.0</summary>



### Features

* [Grafeas] A new field `attack_requirements` is added to message `.grafeas.v1.CVSS` ([#9396](https://github.com/googleapis/google-cloud-php/issues/9396)) ([103cdd1](https://github.com/googleapis/google-cloud-php/commit/103cdd1e31dc6910f2b5f0e22b5328e3befbe29c))

</details>

<details><summary>google/cloud-language 1.2.2</summary>



</details>

<details><summary>google/cloud-logging 2.1.1</summary>



</details>

<details><summary>google/cloud-networkservices 0.11.0</summary>



### Features

* [NetworkServices] deprecate client_tls_policy field from Endpoint Policy proto ([#9399](https://github.com/googleapis/google-cloud-php/issues/9399)) ([ef1f7f9](https://github.com/googleapis/google-cloud-php/commit/ef1f7f96dcaec451ef566d018c6d88db0fcc4887))

</details>

<details><summary>google/cloud-pubsub 2.19.5</summary>



</details>

<details><summary>google/cloud-spanner 2.10.4</summary>



### Bug Fixes

* **Spanner:** ensure active transaction is rolled back on exception ([#9416](https://github.com/googleapis/google-cloud-php/issues/9416)) ([7912a78](https://github.com/googleapis/google-cloud-php/commit/7912a78c4522fe17c90964a1627d52fff90af375))

</details>

<details><summary>google/cloud-speech 2.5.3</summary>



</details>

<details><summary>google/cloud-storage 2.5.1</summary>



</details>

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



### Features

* [Support] A new method `ExpungeSupportEventSubscription` is added to service `SupportEventSubscriptionService` ([#9397](https://github.com/googleapis/google-cloud-php/issues/9397)) ([dbf8232](https://github.com/googleapis/google-cloud-php/commit/dbf8232a0e62a9f06e542880835bda58a515ebab))
* A new message `ExpungeSupportEventSubscriptionRequest` is added ([dbf8232](https://github.com/googleapis/google-cloud-php/commit/dbf8232a0e62a9f06e542880835bda58a515ebab))


### Bug Fixes

* align HTTP paths with enforced matching ([dbf8232](https://github.com/googleapis/google-cloud-php/commit/dbf8232a0e62a9f06e542880835bda58a515ebab))
* align HTTP paths with enforced matching ([dbf8232](https://github.com/googleapis/google-cloud-php/commit/dbf8232a0e62a9f06e542880835bda58a515ebab))


### Documentation

* A comment for method `ListSupportEventSubscriptions` in service `SupportEventSubscriptionService` is changed ([dbf8232](https://github.com/googleapis/google-cloud-php/commit/dbf8232a0e62a9f06e542880835bda58a515ebab))

</details>

<details><summary>google/cloud-trace 2.0.1</summary>



</details>

<details><summary>google/cloud-translate 2.3.2</summary>



</details>

<details><summary>google/cloud-vision 2.2.2</summary>



</details>

## 0.339.0

<details><summary>google/apps-chat 0.24.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.73.0
1.73.1
2 changes: 1 addition & 1 deletion Dataform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.13.0
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0
2 changes: 1 addition & 1 deletion Grafeas/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 Language/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
2 changes: 1 addition & 1 deletion Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion NetworkServices/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.11.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.19.4
2.19.5
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.3
2.10.4
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.2
2.5.3
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.5.1
2 changes: 1 addition & 1 deletion Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '2.5.0';
const VERSION = '2.5.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down
2 changes: 1 addition & 1 deletion Support/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 Trace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
2 changes: 1 addition & 1 deletion Translate/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.3.2
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"google/cloud-beyondcorp-appgateways": "1.1.4",
"google/cloud-beyondcorp-clientconnectorservices": "1.1.4",
"google/cloud-beyondcorp-clientgateways": "1.1.4",
"google/cloud-bigquery": "1.39.0",
"google/cloud-bigquery": "1.39.1",
"google/cloud-bigquery-analyticshub": "1.5.1",
"google/cloud-bigquery-connection": "2.1.3",
"google/cloud-bigquery-data-exchange": "0.6.3",
Expand Down Expand Up @@ -148,18 +148,18 @@
"google/cloud-contact-center-insights": "2.4.2",
"google/cloud-container": "2.10.0",
"google/cloud-container-analysis": "1.2.2",
"google/cloud-core": "1.73.0",
"google/cloud-core": "1.73.1",
"google/cloud-data-catalog": "2.4.2",
"google/cloud-data-fusion": "1.1.2",
"google/cloud-databasecenter": "0.7.0",
"google/cloud-datacatalog-lineage": "1.4.0",
"google/cloud-dataflow": "0.10.0",
"google/cloud-dataform": "0.12.0",
"google/cloud-dataform": "0.13.0",
"google/cloud-datalabeling": "0.7.2",
"google/cloud-dataplex": "1.14.1",
"google/cloud-dataproc": "4.0.0",
"google/cloud-dataproc-metastore": "1.2.4",
"google/cloud-datastore": "2.2.0",
"google/cloud-datastore": "2.2.1",
"google/cloud-datastore-admin": "1.1.2",
"google/cloud-datastream": "2.5.3",
"google/cloud-deploy": "1.6.4",
Expand All @@ -179,7 +179,7 @@
"google/cloud-eventarc-publishing": "1.2.2",
"google/cloud-filestore": "2.2.3",
"google/cloud-financialservices": "0.2.4",
"google/cloud-firestore": "2.1.0",
"google/cloud-firestore": "2.2.0",
"google/cloud-functions": "2.1.4",
"google/cloud-geminidataanalytics": "0.11.1",
"google/cloud-gke-backup": "1.3.4",
Expand All @@ -195,11 +195,11 @@
"google/cloud-ids": "1.2.0",
"google/cloud-kms": "2.11.0",
"google/cloud-kms-inventory": "1.4.0",
"google/cloud-language": "1.2.1",
"google/cloud-language": "1.2.2",
"google/cloud-licensemanager": "0.3.0",
"google/cloud-life-sciences": "0.9.0",
"google/cloud-locationfinder": "0.2.0",
"google/cloud-logging": "2.1.0",
"google/cloud-logging": "2.1.1",
"google/cloud-lustre": "0.4.0",
"google/cloud-maintenance": "0.4.0",
"google/cloud-managed-identities": "2.2.0",
Expand All @@ -215,7 +215,7 @@
"google/cloud-network-connectivity": "2.5.4",
"google/cloud-network-management": "2.10.0",
"google/cloud-network-security": "1.4.2",
"google/cloud-networkservices": "0.10.0",
"google/cloud-networkservices": "0.11.0",
"google/cloud-notebooks": "1.1.4",
"google/cloud-optimization": "1.1.3",
"google/cloud-oracledatabase": "0.9.0",
Expand All @@ -231,7 +231,7 @@
"google/cloud-private-catalog": "0.6.3",
"google/cloud-privilegedaccessmanager": "0.4.4",
"google/cloud-profiler": "2.1.2",
"google/cloud-pubsub": "2.19.4",
"google/cloud-pubsub": "2.19.5",
"google/cloud-quotas": "1.6.0",
"google/cloud-rapidmigrationassessment": "1.2.4",
"google/cloud-recaptcha-enterprise": "2.3.1",
Expand All @@ -256,28 +256,28 @@
"google/cloud-service-usage": "2.2.0",
"google/cloud-servicehealth": "0.5.0",
"google/cloud-shell": "2.2.0",
"google/cloud-spanner": "2.10.3",
"google/cloud-speech": "2.5.2",
"google/cloud-spanner": "2.10.4",
"google/cloud-speech": "2.5.3",
"google/cloud-sql-admin": "1.11.0",
"google/cloud-storage": "2.5.0",
"google/cloud-storage": "2.5.1",
"google/cloud-storage-control": "1.10.0",
"google/cloud-storage-transfer": "2.4.0",
"google/cloud-storagebatchoperations": "0.7.0",
"google/cloud-storageinsights": "1.4.0",
"google/cloud-support": "1.7.0",
"google/cloud-support": "1.8.0",
"google/cloud-talent": "2.3.0",
"google/cloud-tasks": "2.2.0",
"google/cloud-telcoautomation": "1.3.0",
"google/cloud-text-to-speech": "2.8.0",
"google/cloud-tpu": "2.3.0",
"google/cloud-trace": "2.0.0",
"google/cloud-translate": "2.3.1",
"google/cloud-trace": "2.0.1",
"google/cloud-translate": "2.3.2",
"google/cloud-vectorsearch": "0.5.0",
"google/cloud-video-live-stream": "1.4.0",
"google/cloud-video-stitcher": "1.2.0",
"google/cloud-video-transcoder": "1.4.0",
"google/cloud-videointelligence": "2.2.0",
"google/cloud-vision": "2.2.1",
"google/cloud-vision": "2.2.2",
"google/cloud-visionai": "0.3.0",
"google/cloud-vm-migration": "1.4.0",
"google/cloud-vmware-engine": "1.3.1",
Expand All @@ -290,7 +290,7 @@
"google/gax": "1.47.0",
"google/developers-knowledge": "0.0.0",
"google/geo-common-protos": "0.2.4",
"google/grafeas": "1.7.0",
"google/grafeas": "1.8.0",
"google/longrunning": "0.7.1",
"google/maps-fleetengine": "0.5.3",
"google/maps-fleetengine-delivery": "0.5.3",
Expand All @@ -310,8 +310,8 @@
"google/shopping-merchant-quota": "1.3.0",
"google/shopping-merchant-reports": "1.3.1",
"google/shopping-merchant-reviews": "0.6.2",
"googleads/ad-manager": "0.8.0",
"googleads/data-manager": "0.6.0",
"googleads/ad-manager": "0.9.0",
"googleads/data-manager": "0.7.0",
"googleads/marketingplatform-admin": "0.4.2",
"google/developer-knowledge": "0.2.1"
},
Expand Down
Loading