Skip to content

Commit

Permalink
chore(main): release 0.262.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 1, 2024
1 parent 132254f commit e6be550
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 10 deletions.
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# Changelog

## 0.262.0

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



### Features

* Add scheduleOptionsV2 and Error fields for TransferConfig ([#7718](https://github.com/googleapis/google-cloud-php/issues/7718)) ([1cb914b](https://github.com/googleapis/google-cloud-php/commit/1cb914be9a7d3577acf2f69ff9405be1757e62e6))

</details>

<details><summary>google/shopping-merchant-accounts 0.3.0</summary>



### Features

* Add 'force' parameter for accounts.delete method ([#7714](https://github.com/googleapis/google-cloud-php/issues/7714)) ([7bbcfd6](https://github.com/googleapis/google-cloud-php/commit/7bbcfd6d641eb2a1fd9c626e47620d09374db9b5))


### Documentation

* Updated descriptions for the DeleteAccount and ListAccounts RPCs ([7bbcfd6](https://github.com/googleapis/google-cloud-php/commit/7bbcfd6d641eb2a1fd9c626e47620d09374db9b5))

</details>

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



### Features

* Add INTERVAL API ([#7712](https://github.com/googleapis/google-cloud-php/issues/7712)) ([132254f](https://github.com/googleapis/google-cloud-php/commit/132254fa537dfece87f3b836c51ed5248c230db4))
* Add new QueryMode enum values (WITH_STATS, WITH_PLAN_AND_STATS) ([132254f](https://github.com/googleapis/google-cloud-php/commit/132254fa537dfece87f3b836c51ed5248c230db4))


### Documentation

* Update comment for PROFILE QueryMode ([132254f](https://github.com/googleapis/google-cloud-php/commit/132254fa537dfece87f3b836c51ed5248c230db4))

</details>

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



</details>

## 0.261.0

<details><summary>google/ads-marketingplatform-admin 0.1.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion ShoppingMerchantAccounts/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.85.0
1.86.0
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.85.0';
const VERSION = '1.86.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.43.0
1.43.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 = '1.43.0';
const VERSION = '1.43.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
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"google/cloud-bigquery-migration": "1.1.0",
"google/cloud-bigquery-reservation": "2.0.1",
"google/cloud-bigquery-storage": "2.0.0",
"google/cloud-bigquerydatatransfer": "2.0.0",
"google/cloud-bigquerydatatransfer": "2.1.0",
"google/cloud-bigtable": "2.5.0",
"google/cloud-billing": "2.0.0",
"google/cloud-billing-budgets": "2.0.1",
Expand Down Expand Up @@ -217,10 +217,10 @@
"google/cloud-service-usage": "2.0.0",
"google/cloud-servicehealth": "0.1.6",
"google/cloud-shell": "2.0.1",
"google/cloud-spanner": "1.85.0",
"google/cloud-spanner": "1.86.0",
"google/cloud-speech": "1.19.0",
"google/cloud-sql-admin": "1.2.0",
"google/cloud-storage": "1.43.0",
"google/cloud-storage": "1.43.1",
"google/cloud-storage-control": "1.0.0",
"google/cloud-storage-transfer": "2.0.0",
"google/cloud-storageinsights": "1.0.0",
Expand Down Expand Up @@ -252,7 +252,7 @@
"google/maps-routeoptimization": "0.3.0",
"google/shopping-common-protos": "0.4.0",
"google/shopping-css": "0.2.9",
"google/shopping-merchant-accounts": "0.2.0",
"google/shopping-merchant-accounts": "0.3.0",
"google/shopping-merchant-conversions": "0.1.2",
"google/shopping-merchant-datasources": "0.2.0",
"google/shopping-merchant-inventories": "0.5.0",
Expand Down

0 comments on commit e6be550

Please sign in to comment.