Skip to content

Commit

Permalink
chore: release 0.164.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 27, 2021
1 parent 32c9833 commit 18df71b
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 10 deletions.
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
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# 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>

## 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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,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 @@ -108,7 +108,7 @@
"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",
Expand Down
4 changes: 4 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
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';
}

0 comments on commit 18df71b

Please sign in to comment.