Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.164.0 #4258

Merged
merged 1 commit into from
Aug 18, 2021
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 BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.1
1.22.2
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.22.1';
const VERSION = '1.22.2';

const MAX_DELAY_MICROSECONDS = 32000000;

Expand Down
2 changes: 1 addition & 1 deletion BigQueryConnection/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.6
0.4.0
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,77 @@
# Changelog

## 0.164.0

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



### Miscellaneous Chores

* update bigquery discovery document ([#4256](https://www.github.com/googleapis/google-cloud-php/issues/4256)) ([4a96ece](https://www.github.com/googleapis/google-cloud-php/commit/4a96ece9cfaee74eddac20ed6b296b5101d7ad2d))

</details>

<details><summary>google/cloud-bigquery-connection 0.4.0</summary>



### Features

* add cloud spanner connection support ([#4246](https://www.github.com/googleapis/google-cloud-php/issues/4246)) ([32c9833](https://www.github.com/googleapis/google-cloud-php/commit/32c9833a5e578b2e3b50ab8e5761cae20eb0c36a))

</details>

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



### Bug Fixes

* correctly decode empty map values ([#4252](https://www.github.com/googleapis/google-cloud-php/issues/4252)) ([c5d4db3](https://www.github.com/googleapis/google-cloud-php/commit/c5d4db3f4ccd1448b8e460930795f0335f191138))

</details>

<details><summary>google/cloud-kms 1.12.0</summary>



### Features

* add support for HMAC, Variable Key Destruction, and GenerateRandom ([#4056](https://www.github.com/googleapis/google-cloud-php/issues/4056)) ([994683b](https://www.github.com/googleapis/google-cloud-php/commit/994683b9adaf717e0206d5e9a62570d67fbaec5b))

</details>

<details><summary>google/cloud-secret-manager 1.6.0</summary>



### Features

* Tune Secret Manager auto retry parameters ([#4242](https://www.github.com/googleapis/google-cloud-php/issues/4242)) ([5a61949](https://www.github.com/googleapis/google-cloud-php/commit/5a619496b9f67caf1dda0194f04fd03a663a1b76))

</details>

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



### Features

* add support for JSON type ([#4114](https://www.github.com/googleapis/google-cloud-php/issues/4114)) ([7ae0696](https://www.github.com/googleapis/google-cloud-php/commit/7ae0696421ec8850bb3ab3e40552aa5eed409585))

</details>

<details><summary>google/cloud-web-risk 1.0.7</summary>



### Miscellaneous Chores

* strike allowlist verbiage from documentation ([#4318](https://www.github.com/googleapis/google-cloud-php/issues/4318)) ([fc9a8a4](https://www.github.com/googleapis/google-cloud-php/commit/fc9a8a46c809851cae9099d198e480d81ae17abd))

</details>

## 0.163.1

<details><summary>google/cloud-videointelligence 1.12.3</summary>
Expand Down
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.3
1.19.4
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '1.19.3';
const VERSION = '1.19.4';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Kms/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.4
1.12.0
2 changes: 1 addition & 1 deletion SecretManager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.42.0
1.43.0
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.42.0';
const VERSION = '1.43.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 WebRisk/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"google/cloud-asset": "1.4.2",
"google/cloud-assured-workloads": "0.3.1",
"google/cloud-automl": "1.3.6",
"google/cloud-bigquery": "1.22.1",
"google/cloud-bigquery-connection": "0.3.6",
"google/cloud-bigquery": "1.22.2",
"google/cloud-bigquery-connection": "0.4.0",
"google/cloud-bigquery-reservation": "0.2.6",
"google/cloud-bigquery-storage": "1.1.2",
"google/cloud-bigquerydatatransfer": "1.2.4",
Expand All @@ -109,12 +109,12 @@
"google/cloud-domains": "0.1.0",
"google/cloud-error-reporting": "0.18.3",
"google/cloud-essential-contacts": "0.1.1",
"google/cloud-firestore": "1.19.3",
"google/cloud-firestore": "1.19.4",
"google/cloud-game-servers": "0.3.1",
"google/cloud-gke-hub": "0.1.1",
"google/cloud-iam-credentials": "0.1.0",
"google/cloud-iot": "1.3.6",
"google/cloud-kms": "1.11.4",
"google/cloud-kms": "1.12.0",
"google/cloud-language": "0.24.7",
"google/cloud-life-sciences": "0.1.0",
"google/cloud-logging": "1.21.1",
Expand All @@ -137,15 +137,15 @@
"google/cloud-resource-manager": "0.1.1",
"google/cloud-retail": "0.1.3",
"google/cloud-scheduler": "1.5.4",
"google/cloud-secret-manager": "1.5.1",
"google/cloud-secret-manager": "1.6.0",
"google/cloud-security-center": "1.2.0",
"google/cloud-security-private-ca": "0.3.0",
"google/cloud-service-control": "0.2.0",
"google/cloud-service-directory": "0.5.0",
"google/cloud-service-management": "0.1.0",
"google/cloud-service-usage": "0.1.0",
"google/cloud-shell": "0.1.0",
"google/cloud-spanner": "1.42.0",
"google/cloud-spanner": "1.43.0",
"google/cloud-speech": "1.3.3",
"google/cloud-storage": "1.24.1",
"google/cloud-talent": "0.15.3",
Expand All @@ -158,7 +158,7 @@
"google/cloud-videointelligence": "1.12.3",
"google/cloud-vision": "1.3.3",
"google/cloud-vpc-access": "0.1.1",
"google/cloud-web-risk": "1.0.6",
"google/cloud-web-risk": "1.0.7",
"google/cloud-web-security-scanner": "0.6.6",
"google/cloud-workflows": "0.2.1"
},
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.164.0",
"v0.163.1",
"v0.163.0",
"v0.162.0",
Expand Down Expand Up @@ -367,6 +368,7 @@
"name": "google/cloud-bigquery",
"defaultService": "bigquery/bigqueryclient",
"versions": [
"v1.22.2",
"v1.22.1",
"v1.22.0",
"v1.21.0",
Expand Down Expand Up @@ -427,6 +429,7 @@
"name": "google/cloud-bigquery-connection",
"defaultService": "bigqueryconnection/readme",
"versions": [
"v0.4.0",
"v0.3.6",
"v0.3.5",
"v0.3.4",
Expand Down Expand Up @@ -1282,6 +1285,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v1.19.4",
"v1.19.3",
"v1.19.2",
"v1.19.1",
Expand Down Expand Up @@ -1445,6 +1449,7 @@
"name": "google/cloud-kms",
"defaultService": "kms/readme",
"versions": [
"v1.12.0",
"v1.11.4",
"v1.11.3",
"v1.11.2",
Expand Down Expand Up @@ -2112,6 +2117,7 @@
"name": "google/cloud-secret-manager",
"defaultService": "secretmanager/readme",
"versions": [
"v1.6.0",
"v1.5.1",
"v1.5.0",
"v1.4.0",
Expand Down Expand Up @@ -2229,6 +2235,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.43.0",
"v1.42.0",
"v1.41.0",
"v1.40.0",
Expand Down Expand Up @@ -2878,6 +2885,7 @@
"name": "google/cloud-web-risk",
"defaultService": "webrisk/readme",
"versions": [
"v1.0.7",
"v1.0.6",
"v1.0.5",
"v1.0.4",
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.163.1';
const VERSION = '0.164.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.163.1';
const VERSION = '0.164.0';
}