Skip to content

Commit

Permalink
chore(main): release 0.180.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 6, 2022
1 parent 8c40b7e commit 65ed8c5
Show file tree
Hide file tree
Showing 15 changed files with 109 additions and 19 deletions.
2 changes: 1 addition & 1 deletion AppEngineAdmin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.3.0
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.5
1.23.6
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.23.5';
const VERSION = '1.23.6';

const MAX_DELAY_MICROSECONDS = 32000000;

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

## 0.180.0

<details><summary>google/cloud-appengine-admin 0.3.0</summary>



### Features

* [AppEngineAdmin] add Application.service_account ([#5260](https://github.com/googleapis/google-cloud-php/issues/5260)) ([0ce16b4](https://github.com/googleapis/google-cloud-php/commit/0ce16b48af99954b5c707aaffde1347c27025b6d))

</details>

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



### Miscellaneous Chores

* utilize the correct phpunit configuration for snippets ([#5259](https://github.com/googleapis/google-cloud-php/issues/5259)) ([88a39df](https://github.com/googleapis/google-cloud-php/commit/88a39df4aefca7a7eca8073e05beacd8aa467e87))

</details>

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



### Features

* add support for phpseclib3 ([#5251](https://github.com/googleapis/google-cloud-php/issues/5251)) ([2c5a2e1](https://github.com/googleapis/google-cloud-php/commit/2c5a2e128c5496242523904ebbd91d05a87f1389))


### Bug Fixes

* default to 0 instead of null ([#5245](https://github.com/googleapis/google-cloud-php/issues/5245)) ([1c72476](https://github.com/googleapis/google-cloud-php/commit/1c72476cd1132fd1ec856ac2cfeedbfba08206ca))


### Miscellaneous Chores

* utilize the correct phpunit configuration for snippets ([#5259](https://github.com/googleapis/google-cloud-php/issues/5259)) ([88a39df](https://github.com/googleapis/google-cloud-php/commit/88a39df4aefca7a7eca8073e05beacd8aa467e87))

</details>

<details><summary>google/cloud-dialogflow 0.27.0</summary>



### Features

* [Dialogflow] add the fields for setting CX virtual agent session parameters ([#5262](https://github.com/googleapis/google-cloud-php/issues/5262)) ([8c40b7e](https://github.com/googleapis/google-cloud-php/commit/8c40b7e36be4fd81c6fce2b3130213fdc10a5cf4))

</details>

<details><summary>google/cloud-eventarc 0.2.1</summary>



### Miscellaneous Chores

* [Eventarc] remove unused imports ([#5257](https://github.com/googleapis/google-cloud-php/issues/5257)) ([80e8925](https://github.com/googleapis/google-cloud-php/commit/80e89253750aaf92ea0043f1866a4c1797d2b09a))

</details>

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



### Miscellaneous Chores

* utilize the correct phpunit configuration for snippets ([#5259](https://github.com/googleapis/google-cloud-php/issues/5259)) ([88a39df](https://github.com/googleapis/google-cloud-php/commit/88a39df4aefca7a7eca8073e05beacd8aa467e87))

</details>

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



### Features

* add support for phpseclib3 ([#5251](https://github.com/googleapis/google-cloud-php/issues/5251)) ([2c5a2e1](https://github.com/googleapis/google-cloud-php/commit/2c5a2e128c5496242523904ebbd91d05a87f1389))

</details>

## 0.179.0

<details><summary>google/cloud-ai-platform 0.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.44.4
1.45.0
2 changes: 1 addition & 1 deletion Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.26.0
0.27.0
2 changes: 1 addition & 1 deletion Eventarc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.49.0
1.49.1
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.49.0';
const VERSION = '1.49.1';

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.26.3
1.27.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.26.3';
const VERSION = '1.27.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
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
"google/cloud-ai-platform": "0.2.0",
"google/cloud-api-gateway": "0.2.1",
"google/cloud-apigee-connect": "0.2.4",
"google/cloud-appengine-admin": "0.2.4",
"google/cloud-appengine-admin": "0.3.0",
"google/cloud-artifact-registry": "0.3.0",
"google/cloud-asset": "1.6.6",
"google/cloud-assured-workloads": "0.5.1",
"google/cloud-automl": "1.4.4",
"google/cloud-bigquery": "1.23.5",
"google/cloud-bigquery": "1.23.6",
"google/cloud-bigquery-connection": "0.7.0",
"google/cloud-bigquery-reservation": "0.6.0",
"google/cloud-bigquery-storage": "1.2.3",
Expand All @@ -100,7 +100,7 @@
"google/cloud-contact-center-insights": "0.2.2",
"google/cloud-container": "1.6.1",
"google/cloud-container-analysis": "0.2.0",
"google/cloud-core": "1.44.4",
"google/cloud-core": "1.45.0",
"google/cloud-data-catalog": "1.3.0",
"google/cloud-data-fusion": "0.2.1",
"google/cloud-dataflow": "0.3.0",
Expand All @@ -112,14 +112,14 @@
"google/cloud-datastore-admin": "0.4.0",
"google/cloud-debugger": "1.4.5",
"google/cloud-deploy": "0.2.0",
"google/cloud-dialogflow": "0.26.0",
"google/cloud-dialogflow": "0.27.0",
"google/cloud-dlp": "1.5.0",
"google/cloud-dms": "0.2.4",
"google/cloud-document-ai": "0.1.2",
"google/cloud-domains": "0.2.0",
"google/cloud-error-reporting": "0.19.1",
"google/cloud-essential-contacts": "0.2.3",
"google/cloud-eventarc": "0.2.0",
"google/cloud-eventarc": "0.2.1",
"google/cloud-eventarc-publishing": "0.2.1",
"google/cloud-filestore": "0.1.2",
"google/cloud-firestore": "1.22.0",
Expand Down Expand Up @@ -167,10 +167,10 @@
"google/cloud-service-management": "0.3.0",
"google/cloud-service-usage": "0.2.2",
"google/cloud-shell": "0.1.2",
"google/cloud-spanner": "1.49.0",
"google/cloud-spanner": "1.49.1",
"google/cloud-speech": "1.5.1",
"google/cloud-sql-admin": "0.2.1",
"google/cloud-storage": "1.26.3",
"google/cloud-storage": "1.27.0",
"google/cloud-storage-transfer": "0.2.0",
"google/cloud-talent": "0.16.4",
"google/cloud-tasks": "1.11.0",
Expand Down
8 changes: 8 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.180.0",
"v0.179.0",
"v0.178.0",
"v0.177.0",
Expand Down Expand Up @@ -332,6 +333,7 @@
"name": "google/cloud-appengine-admin",
"defaultService": "appengineadmin/readme",
"versions": [
"v0.3.0",
"v0.2.4",
"v0.2.3",
"v0.2.2",
Expand Down Expand Up @@ -461,6 +463,7 @@
"name": "google/cloud-bigquery",
"defaultService": "bigquery/bigqueryclient",
"versions": [
"v1.23.6",
"v1.23.5",
"v1.23.4",
"v1.23.3",
Expand Down Expand Up @@ -962,6 +965,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.45.0",
"v1.44.4",
"v1.44.3",
"v1.44.2",
Expand Down Expand Up @@ -1380,6 +1384,7 @@
"name": "google/cloud-dialogflow",
"defaultService": "dialogflow/readme",
"versions": [
"v0.27.0",
"v0.26.0",
"v0.25.0",
"v0.24.0",
Expand Down Expand Up @@ -1640,6 +1645,7 @@
"name": "google/cloud-eventarc",
"defaultService": "eventarc/readme",
"versions": [
"v0.2.1",
"v0.2.0",
"v0.1.3",
"v0.1.2",
Expand Down Expand Up @@ -2902,6 +2908,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.49.1",
"v1.49.0",
"v1.48.2",
"v1.48.1",
Expand Down Expand Up @@ -3113,6 +3120,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.27.0",
"v1.26.3",
"v1.26.2",
"v1.26.1",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.179.0';
const VERSION = '0.180.0';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.179.0';
const VERSION = '0.180.0';
}

0 comments on commit 65ed8c5

Please sign in to comment.