Skip to content

Commit

Permalink
chore(main): release 0.236.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 19, 2024
1 parent b188d41 commit 633702a
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.1
0.16.2
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.1
1.30.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.29.1';
const VERSION = '1.30.0';

const MAX_DELAY_MICROSECONDS = 32000000;

Expand Down
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

## 0.236.0

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



### Documentation

* Add caution messages for container runnable username and password fields ([1164d54](https://github.com/googleapis/google-cloud-php/commit/1164d5494669c0b8a19d94def34bcfc9df808efa))
* Refine proto comment for run_as_non_root ([#7073](https://github.com/googleapis/google-cloud-php/issues/7073)) ([1164d54](https://github.com/googleapis/google-cloud-php/commit/1164d5494669c0b8a19d94def34bcfc9df808efa))

</details>

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



### Features

* Add universe domain environment variable support ([#6993](https://github.com/googleapis/google-cloud-php/issues/6993)) ([528bb62](https://github.com/googleapis/google-cloud-php/commit/528bb62810558fc73a7fbeb2f2c891cede1b9a8f))

</details>

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



### Features

* Add universe domain environment variable support ([#6993](https://github.com/googleapis/google-cloud-php/issues/6993)) ([528bb62](https://github.com/googleapis/google-cloud-php/commit/528bb62810558fc73a7fbeb2f2c891cede1b9a8f))

</details>

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



### Features

* Add universe domain environment variable support ([#6993](https://github.com/googleapis/google-cloud-php/issues/6993)) ([528bb62](https://github.com/googleapis/google-cloud-php/commit/528bb62810558fc73a7fbeb2f2c891cede1b9a8f))

</details>

## 0.235.0

<details><summary>google/cloud-ai-platform 0.34.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.55.0
1.56.0
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.38.0
1.39.0
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.38.0';
const VERSION = '1.39.0';

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 @@ -88,13 +88,13 @@
"google/cloud-assured-workloads": "0.11.1",
"google/cloud-automl": "1.6.1",
"google/cloud-bare-metal-solution": "0.6.1",
"google/cloud-batch": "0.16.1",
"google/cloud-batch": "0.16.2",
"google/cloud-beyondcorp-appconnections": "0.4.1",
"google/cloud-beyondcorp-appconnectors": "0.4.1",
"google/cloud-beyondcorp-appgateways": "0.4.1",
"google/cloud-beyondcorp-clientconnectorservices": "0.4.1",
"google/cloud-beyondcorp-clientgateways": "0.4.1",
"google/cloud-bigquery": "1.29.1",
"google/cloud-bigquery": "1.30.0",
"google/cloud-bigquery-analyticshub": "0.4.1",
"google/cloud-bigquery-connection": "1.5.1",
"google/cloud-bigquery-data-exchange": "0.4.1",
Expand All @@ -118,7 +118,7 @@
"google/cloud-contact-center-insights": "1.9.1",
"google/cloud-container": "1.26.0",
"google/cloud-container-analysis": "0.5.2",
"google/cloud-core": "1.55.0",
"google/cloud-core": "1.56.0",
"google/cloud-data-catalog": "1.9.2",
"google/cloud-data-fusion": "0.6.1",
"google/cloud-datacatalog-lineage": "0.5.1",
Expand Down Expand Up @@ -212,7 +212,7 @@
"google/cloud-spanner": "1.72.0",
"google/cloud-speech": "1.16.2",
"google/cloud-sql-admin": "0.13.0",
"google/cloud-storage": "1.38.0",
"google/cloud-storage": "1.39.0",
"google/cloud-storage-transfer": "1.4.1",
"google/cloud-storageinsights": "0.3.1",
"google/cloud-support": "0.2.1",
Expand Down

0 comments on commit 633702a

Please sign in to comment.