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.121.0 #2508

Merged
merged 20 commits into from
Dec 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
596b541
updated Asset/VERSION [ci skip]
yoshi-automation Dec 17, 2019
c316487
updated BigQueryDataTransfer/VERSION [ci skip]
yoshi-automation Dec 17, 2019
4b6584f
updated Bigtable/VERSION [ci skip]
yoshi-automation Dec 17, 2019
01b3645
updated Bigtable/src/BigtableClient.php [ci skip]
yoshi-automation Dec 17, 2019
ffd83e8
updated Datastore/VERSION [ci skip]
yoshi-automation Dec 17, 2019
c2899a2
updated Datastore/src/DatastoreClient.php [ci skip]
yoshi-automation Dec 17, 2019
153ccb1
updated Dlp/VERSION [ci skip]
yoshi-automation Dec 17, 2019
eea1d95
updated Speech/VERSION [ci skip]
yoshi-automation Dec 17, 2019
ab660f2
updated Speech/src/SpeechClient.php [ci skip]
yoshi-automation Dec 17, 2019
5c2d0fc
updated Storage/VERSION [ci skip]
yoshi-automation Dec 17, 2019
b3ef144
updated Storage/src/StorageClient.php [ci skip]
yoshi-automation Dec 17, 2019
1730bbd
updated Talent/VERSION [ci skip]
yoshi-automation Dec 17, 2019
0f200d3
updated VideoIntelligence/VERSION [ci skip]
yoshi-automation Dec 17, 2019
6aaf831
updated Vision/VERSION [ci skip]
yoshi-automation Dec 17, 2019
59c70b1
updated Vision/src/VisionClient.php [ci skip]
yoshi-automation Dec 17, 2019
3396d8b
updated composer.json [ci skip]
yoshi-automation Dec 17, 2019
d11a3d3
updated docs/manifest.json [ci skip]
yoshi-automation Dec 17, 2019
c5b314e
updated CHANGELOG.md [ci skip]
yoshi-automation Dec 17, 2019
a9ac2a7
updated src/Version.php [ci skip]
yoshi-automation Dec 17, 2019
78dea4e
updated src/ServiceBuilder.php [ci skip]
yoshi-automation Dec 17, 2019
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 Asset/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.15.0
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
2 changes: 1 addition & 1 deletion Bigtable/src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '1.1.0';
const VERSION = '1.1.1';

/**
* @var GapicClient
Expand Down
102 changes: 102 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,107 @@
# Changelog

## 0.121.0

<details><summary>google/cloud-asset 0.5.0</summary>



### Features

* add bigquery destination, update GCS destination, support Real Time Feed API ([#2463](https://www.github.com/googleapis/google-cloud-php/issues/2463)) ([e80f302](https://www.github.com/googleapis/google-cloud-php/commit/e80f30227ceac7f8adaf3c19d85708ab28bf2db2))

</details>

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



### Features

* update client ([#2507](https://www.github.com/googleapis/google-cloud-php/issues/2507)) ([c5b25d4](https://www.github.com/googleapis/google-cloud-php/commit/c5b25d4419927bcf7cb56af00c91b282d68b2336))

</details>

<details><summary>google/cloud-bigtable 1.1.1</summary>



### Bug Fixes

* demonstrate row key in sample ([#2501](https://www.github.com/googleapis/google-cloud-php/issues/2501)) ([331799f](https://www.github.com/googleapis/google-cloud-php/commit/331799f3652c85eb7a82fa5e199f8cf17256367c))

</details>

<details><summary>google/cloud-datastore 1.10.1</summary>



### Bug Fixes

* add http annotations for operations ([#2488](https://www.github.com/googleapis/google-cloud-php/issues/2488)) ([0065969](https://www.github.com/googleapis/google-cloud-php/commit/006596900e32e398447b6854e65bc508e9a14b89))

</details>

<details><summary>google/cloud-dlp 0.24.0</summary>



### Features

* add locationId to request messages ([#2489](https://www.github.com/googleapis/google-cloud-php/issues/2489)) ([1ed49dd](https://www.github.com/googleapis/google-cloud-php/commit/1ed49dd7dde7dbcde018c5f29f5b3e8f86dc2f15))

</details>

<details><summary>google/cloud-speech 0.29.0</summary>



### Features

* update timeouts ([#2505](https://www.github.com/googleapis/google-cloud-php/issues/2505)) ([4b9377f](https://www.github.com/googleapis/google-cloud-php/commit/4b9377fe252a4cb772eb9d7cacdb36da91ea7abf))

</details>

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



### Bug Fixes

* fix is_dir() and scandir() behavior in stream wrapper ([#2496](https://www.github.com/googleapis/google-cloud-php/issues/2496)) ([67f0029](https://www.github.com/googleapis/google-cloud-php/commit/67f002993127efd66e03f03519c8290c12fb35af))

</details>

<details><summary>google/cloud-talent 0.8.2</summary>



### Bug Fixes

* add back in HTTP bindings for operation calls ([#2495](https://www.github.com/googleapis/google-cloud-php/issues/2495)) ([cb280a7](https://www.github.com/googleapis/google-cloud-php/commit/cb280a7d50b9fffdec5d8a5b8a1dff98163b3089))

</details>

<details><summary>google/cloud-videointelligence 1.7.1</summary>



### Bug Fixes

* update unit tests ([#2487](https://www.github.com/googleapis/google-cloud-php/issues/2487)) ([a9722bb](https://www.github.com/googleapis/google-cloud-php/commit/a9722bb0c47798b3265feb952c4b0664cb29fb6d))

</details>

<details><summary>google/cloud-vision 0.24.1</summary>



### Bug Fixes

* make vision test more resilient ([#2512](https://www.github.com/googleapis/google-cloud-php/issues/2512)) ([f7bd9f7](https://www.github.com/googleapis/google-cloud-php/commit/f7bd9f7849b35b21c9a5970aa7406fa5144c6a7a))

</details>

## 0.120.0

<details><summary>google/cloud-speech 0.28.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.10.1
2 changes: 1 addition & 1 deletion Datastore/src/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = '1.10.0';
const VERSION = '1.10.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore';

Expand Down
2 changes: 1 addition & 1 deletion Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.0
0.24.0
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.0
0.29.0
2 changes: 1 addition & 1 deletion Speech/src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SpeechClient
{
use ClientTrait;

const VERSION = '0.28.0';
const VERSION = '0.29.0';

const SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.16.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.16.0';
const VERSION = '1.16.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
2 changes: 1 addition & 1 deletion Talent/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
2 changes: 1 addition & 1 deletion VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.7.1
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.24.0
0.24.1
2 changes: 1 addition & 1 deletion Vision/src/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class VisionClient
use ClientTrait;
use ValidateTrait;

const VERSION = '0.24.0';
const VERSION = '0.24.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@
"swaggest/json-schema": "^0.12.0"
},
"replace": {
"google/cloud-asset": "0.4.0",
"google/cloud-asset": "0.5.0",
"google/cloud-automl": "0.8.1",
"google/cloud-bigquery": "1.12.1",
"google/cloud-bigquerydatatransfer": "0.14.0",
"google/cloud-bigtable": "1.1.0",
"google/cloud-bigquerydatatransfer": "0.15.0",
"google/cloud-bigtable": "1.1.1",
"google/cloud-common-protos": "0.2.0",
"google/cloud-container": "0.11.0",
"google/cloud-core": "1.34.0",
"google/cloud-dataproc": "0.16.0",
"google/cloud-datastore": "1.10.0",
"google/cloud-datastore": "1.10.1",
"google/cloud-debugger": "0.20.0",
"google/cloud-dialogflow": "0.10.0",
"google/cloud-dlp": "0.23.0",
"google/cloud-dlp": "0.24.0",
"google/cloud-error-reporting": "0.15.0",
"google/cloud-firestore": "1.10.0",
"google/cloud-iot": "0.10.0",
Expand All @@ -96,15 +96,15 @@
"google/cloud-scheduler": "1.1.0",
"google/cloud-security-center": "0.2.0",
"google/cloud-spanner": "1.22.0",
"google/cloud-speech": "0.28.0",
"google/cloud-storage": "1.16.0",
"google/cloud-talent": "0.8.1",
"google/cloud-speech": "0.29.0",
"google/cloud-storage": "1.16.1",
"google/cloud-talent": "0.8.2",
"google/cloud-tasks": "1.4.0",
"google/cloud-text-to-speech": "0.5.0",
"google/cloud-trace": "0.16.0",
"google/cloud-translate": "1.6.0",
"google/cloud-videointelligence": "1.7.0",
"google/cloud-vision": "0.24.0",
"google/cloud-videointelligence": "1.7.1",
"google/cloud-vision": "0.24.1",
"google/cloud-web-risk": "0.3.0",
"google/cloud-web-security-scanner": "0.3.0"
},
Expand Down
11 changes: 11 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.121.0",
"v0.120.0",
"v0.119.0",
"v0.118.0",
Expand Down Expand Up @@ -165,6 +166,7 @@
"name": "google/cloud-asset",
"defaultService": "asset/readme",
"versions": [
"v0.5.0",
"v0.4.0",
"v0.3.4",
"v0.3.3",
Expand Down Expand Up @@ -255,6 +257,7 @@
"name": "google/cloud-bigquerydatatransfer",
"defaultService": "bigquerydatatransfer/readme",
"versions": [
"v0.15.0",
"v0.14.0",
"v0.13.0",
"v0.12.1",
Expand Down Expand Up @@ -293,6 +296,7 @@
"name": "google/cloud-bigtable",
"defaultService": "bigtable/readme",
"versions": [
"v1.1.1",
"v1.1.0",
"v1.0.0",
"v0.15.0",
Expand Down Expand Up @@ -517,6 +521,7 @@
"name": "google/cloud-datastore",
"defaultService": "datastore/datastoreclient",
"versions": [
"v1.10.1",
"v1.10.0",
"v1.9.5",
"v1.9.4",
Expand Down Expand Up @@ -640,6 +645,7 @@
"name": "google/cloud-dlp",
"defaultService": "dlp/readme",
"versions": [
"v0.24.0",
"v0.23.0",
"v0.22.0",
"v0.21.0",
Expand Down Expand Up @@ -1310,6 +1316,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.29.0",
"v0.28.0",
"v0.27.0",
"v0.26.0",
Expand Down Expand Up @@ -1371,6 +1378,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.16.1",
"v1.16.0",
"v1.15.0",
"v1.14.0",
Expand Down Expand Up @@ -1420,6 +1428,7 @@
"name": "google/cloud-talent",
"defaultService": "talent/readme",
"versions": [
"v0.8.2",
"v0.8.1",
"v0.8.0",
"v0.7.0",
Expand Down Expand Up @@ -1579,6 +1588,7 @@
"name": "google/cloud-videointelligence",
"defaultService": "videointelligence/readme",
"versions": [
"v1.7.1",
"v1.7.0",
"v1.6.1",
"v1.6.0",
Expand Down Expand Up @@ -1637,6 +1647,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
"v0.24.1",
"v0.24.0",
"v0.23.0",
"v0.22.5",
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.120.0';
const VERSION = '0.121.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.120.0';
const VERSION = '0.121.0';
}