Skip to content
Open
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.341.0"
".": "0.342.0"
}
78 changes: 78 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,83 @@
# Changelog

## 0.342.0

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



### Bug Fixes

* **cs:** fix style issues in BatchTest.php ([dfbfbba](https://github.com/googleapis/google-cloud-php/commit/dfbfbba9c228ac9630d1f593c881a25b52628e63))
* **cs:** format multi-line args ([dfbfbba](https://github.com/googleapis/google-cloud-php/commit/dfbfbba9c228ac9630d1f593c881a25b52628e63))
* move seedTable back to its original location ([dfbfbba](https://github.com/googleapis/google-cloud-php/commit/dfbfbba9c228ac9630d1f593c881a25b52628e63))
* **spanner:** fix PgReadTest index creation on shared database ([dfbfbba](https://github.com/googleapis/google-cloud-php/commit/dfbfbba9c228ac9630d1f593c881a25b52628e63))
* **Spanner:** Make System Tests Work & Work Faster ([#9401](https://github.com/googleapis/google-cloud-php/issues/9401)) ([dfbfbba](https://github.com/googleapis/google-cloud-php/commit/dfbfbba9c228ac9630d1f593c881a25b52628e63))

</details>

<details><summary>google/longrunning 0.8.1</summary>



</details>

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



### Features

* [OracleDatabase] Expand Oracle Database v1 API to add support for Exascale CMEK, VM Storage options ([#9480](https://github.com/googleapis/google-cloud-php/issues/9480)) ([487d4b6](https://github.com/googleapis/google-cloud-php/commit/487d4b68a6312026272bedc94a69df2a2c8e1a84))

</details>

<details><summary>google/cloud-recaptcha-enterprise 2.5.0</summary>



### Features

* [RecaptchaEnterprise] A comment for field `account_defender_assessment` in message `.google.cloud.recaptchaenterprise.v1.Assessment` is changed ([#9482](https://github.com/googleapis/google-cloud-php/issues/9482)) ([89ed314](https://github.com/googleapis/google-cloud-php/commit/89ed3148eaca541b1acf580dd0b156c1634c0331))

</details>

<details><summary>google/shopping-common-protos 0.5.1</summary>



</details>

<details><summary>google/shopping-merchant-inventories 1.5.3</summary>



</details>

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



### Bug Fixes

* **cs:** fix style issues in BatchTest.php ([dfbfbba](https://github.com/googleapis/google-cloud-php/commit/dfbfbba9c228ac9630d1f593c881a25b52628e63))
* **cs:** format multi-line args ([dfbfbba](https://github.com/googleapis/google-cloud-php/commit/dfbfbba9c228ac9630d1f593c881a25b52628e63))
* move seedTable back to its original location ([dfbfbba](https://github.com/googleapis/google-cloud-php/commit/dfbfbba9c228ac9630d1f593c881a25b52628e63))
* **spanner:** fix PgReadTest index creation on shared database ([dfbfbba](https://github.com/googleapis/google-cloud-php/commit/dfbfbba9c228ac9630d1f593c881a25b52628e63))
* **Spanner:** Make System Tests Work & Work Faster ([#9401](https://github.com/googleapis/google-cloud-php/issues/9401)) ([dfbfbba](https://github.com/googleapis/google-cloud-php/commit/dfbfbba9c228ac9630d1f593c881a25b52628e63))

</details>

<details><summary>google/cloud-storage-control 1.11.0</summary>



### Features

* [StorageControl] add ViewObjectFullContext RPC and RapidCacheInfo in Storage Control v2 ([#9481](https://github.com/googleapis/google-cloud-php/issues/9481)) ([b35ec14](https://github.com/googleapis/google-cloud-php/commit/b35ec14248fa1b92117df9b8eec5ab595b966a75))

</details>

## 0.341.0

<details><summary>google/cloud-access-approval 2.2.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.1
1.73.2
2 changes: 1 addition & 1 deletion LongRunning/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
2 changes: 1 addition & 1 deletion LongRunning/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Google LongRunning Client for PHP",
"license": "Apache-2.0",
"minimum-stability": "stable",
"version": "0.8.0",
"version": "0.8.1",
"autoload": {
"psr-4": {
"Google\\ApiCore\\LongRunning\\": "src/ApiCore/LongRunning",
Expand Down
2 changes: 1 addition & 1 deletion OracleDatabase/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 RecaptchaEnterprise/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.5.0
2 changes: 1 addition & 1 deletion ShoppingCommonProtos/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion ShoppingMerchantInventories/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.5.3
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.5
2.10.6
2 changes: 1 addition & 1 deletion StorageControl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.1
1.11.0
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"google/cloud-contact-center-insights": "2.5.0",
"google/cloud-container": "2.11.0",
"google/cloud-container-analysis": "1.3.0",
"google/cloud-core": "1.73.1",
"google/cloud-core": "1.73.2",
"google/cloud-data-catalog": "2.5.0",
"google/cloud-data-fusion": "1.2.0",
"google/cloud-databasecenter": "0.8.0",
Expand Down Expand Up @@ -218,7 +218,7 @@
"google/cloud-networkservices": "0.12.0",
"google/cloud-notebooks": "1.2.0",
"google/cloud-optimization": "1.2.0",
"google/cloud-oracledatabase": "0.10.0",
"google/cloud-oracledatabase": "0.11.0",
"google/cloud-orchestration-airflow": "2.3.0",
"google/cloud-org-policy": "1.4.0",
"google/cloud-osconfig": "2.3.0",
Expand All @@ -234,7 +234,7 @@
"google/cloud-pubsub": "2.20.0",
"google/cloud-quotas": "1.7.0",
"google/cloud-rapidmigrationassessment": "1.3.0",
"google/cloud-recaptcha-enterprise": "2.4.0",
"google/cloud-recaptcha-enterprise": "2.5.0",
"google/cloud-recommendations-ai": "0.10.0",
"google/cloud-recommender": "2.3.0",
"google/cloud-redis": "2.3.0",
Expand All @@ -256,11 +256,11 @@
"google/cloud-service-usage": "2.2.1",
"google/cloud-servicehealth": "0.5.1",
"google/cloud-shell": "2.2.1",
"google/cloud-spanner": "2.10.5",
"google/cloud-spanner": "2.10.6",
"google/cloud-speech": "2.5.4",
"google/cloud-sql-admin": "1.11.1",
"google/cloud-storage": "2.5.1",
"google/cloud-storage-control": "1.10.1",
"google/cloud-storage-control": "1.11.0",
"google/cloud-storage-transfer": "2.4.1",
"google/cloud-storagebatchoperations": "0.7.1",
"google/cloud-storageinsights": "1.4.1",
Expand Down Expand Up @@ -291,16 +291,16 @@
"google/developers-knowledge": "0.0.0",
"google/geo-common-protos": "0.2.4",
"google/grafeas": "1.9.0",
"google/longrunning": "0.8.0",
"google/longrunning": "0.8.1",
"google/maps-fleetengine": "0.6.0",
"google/maps-fleetengine-delivery": "0.6.0",
"google/maps-routeoptimization": "0.7.0",
"google/shopping-common-protos": "0.5.0",
"google/shopping-common-protos": "0.5.1",
"google/shopping-css": "0.8.3",
"google/shopping-merchant-accounts": "1.4.3",
"google/shopping-merchant-conversions": "1.2.1",
"google/shopping-merchant-datasources": "1.3.3",
"google/shopping-merchant-inventories": "1.5.2",
"google/shopping-merchant-inventories": "1.5.3",
"google/shopping-merchant-issueresolution": "1.3.3",
"google/shopping-merchant-lfp": "1.2.3",
"google/shopping-merchant-notifications": "1.2.3",
Expand Down
Loading