From 3f1321607c5463c194b25df73467e992a00b850a Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 12 Nov 2019 15:35:42 -0800 Subject: [PATCH] chore: release 0.117.0 (#2432) * updated Spanner/VERSION [ci skip] * updated Spanner/src/SpannerClient.php [ci skip] * updated Storage/VERSION [ci skip] * updated Storage/src/StorageClient.php [ci skip] * updated Talent/VERSION [ci skip] * updated Tasks/VERSION [ci skip] * updated composer.json [ci skip] * updated docs/manifest.json [ci skip] * updated CHANGELOG.md [ci skip] * updated src/Version.php [ci skip] * updated src/ServiceBuilder.php [ci skip] --- CHANGELOG.md | 42 +++++++++++++++++++++++++++++++++++ Spanner/VERSION | 2 +- Spanner/src/SpannerClient.php | 2 +- Storage/VERSION | 2 +- Storage/src/StorageClient.php | 2 +- Talent/VERSION | 2 +- Tasks/VERSION | 2 +- composer.json | 10 ++++----- docs/manifest.json | 5 +++++ src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 11 files changed, 60 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 720136d86ed4..5e31e835eca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +## 0.117.0 + +
google/cloud-spanner 1.21.0 + + + +### Features + +* add instance replica configuration. ([#2433](https://www.github.com/googleapis/google-cloud-php/issues/2433)) ([0c03490](https://www.github.com/googleapis/google-cloud-php/commit/0c03490e5be6aec4fa6e0508cc8cf9b3a462c301)) + +
+ +
google/cloud-storage 1.16.0 + + + +### Features + +* support for uniform bucket-level access ([#2146](https://www.github.com/googleapis/google-cloud-php/issues/2146)) ([b48d791](https://www.github.com/googleapis/google-cloud-php/commit/b48d791ba0e06f84d70069933b074aaf78142a32)), closes [#2140](https://www.github.com/googleapis/google-cloud-php/issues/2140) [#2142](https://www.github.com/googleapis/google-cloud-php/issues/2142) [#2144](https://www.github.com/googleapis/google-cloud-php/issues/2144) + +
+ +
google/cloud-talent 0.8.0 + + + +### Features + +* add QueryLanguageCode to JobQuery ([#2431](https://www.github.com/googleapis/google-cloud-php/issues/2431)) ([c980499](https://www.github.com/googleapis/google-cloud-php/commit/c980499ca5d044389932d9a5bdecfcb09a299b65)) + +
+ +
google/cloud-tasks 1.4.0 + + + +### Features + +* add HttpRequest/OAuthToken/OidcToken support ([#2445](https://www.github.com/googleapis/google-cloud-php/issues/2445)) ([5aba667](https://www.github.com/googleapis/google-cloud-php/commit/5aba667da41f781680a430a34c9ca10bfc713dd4)) + +
+ ## 0.116.0
google/cloud-core 1.34.0 diff --git a/Spanner/VERSION b/Spanner/VERSION index f1e7f0650fd3..e4264e9848df 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.20.0 \ No newline at end of file +1.21.0 \ No newline at end of file diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index cbe2b0b2804c..94e9e8e17d22 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -77,7 +77,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.20.0'; + const VERSION = '1.21.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/Storage/VERSION b/Storage/VERSION index d19d0890128a..71bd5d9ee641 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.15.0 \ No newline at end of file +1.16.0 \ No newline at end of file diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 448f8a320256..727717c992cf 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.15.0'; + const VERSION = '1.16.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'; diff --git a/Talent/VERSION b/Talent/VERSION index bcaffe19b5bb..8adc70fdd9d6 100644 --- a/Talent/VERSION +++ b/Talent/VERSION @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/Tasks/VERSION b/Tasks/VERSION index 589268e6fedb..e21e727f96fa 100644 --- a/Tasks/VERSION +++ b/Tasks/VERSION @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.4.0 \ No newline at end of file diff --git a/composer.json b/composer.json index e265368365dc..68ea395aad6a 100644 --- a/composer.json +++ b/composer.json @@ -94,11 +94,11 @@ "google/cloud-redis": "0.11.0", "google/cloud-scheduler": "1.1.0", "google/cloud-security-center": "0.2.0", - "google/cloud-spanner": "1.20.0", + "google/cloud-spanner": "1.21.0", "google/cloud-speech": "0.27.0", - "google/cloud-storage": "1.15.0", - "google/cloud-talent": "0.7.0", - "google/cloud-tasks": "1.3.0", + "google/cloud-storage": "1.16.0", + "google/cloud-talent": "0.8.0", + "google/cloud-tasks": "1.4.0", "google/cloud-text-to-speech": "0.5.0", "google/cloud-trace": "0.15.0", "google/cloud-translate": "1.6.0", @@ -252,4 +252,4 @@ ] } } -} \ No newline at end of file +} diff --git a/docs/manifest.json b/docs/manifest.json index acef811462d2..c509b8fb0754 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.117.0", "v0.116.0", "v0.115.0", "v0.114.0", @@ -1222,6 +1223,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.21.0", "v1.20.0", "v1.19.0", "v1.18.0", @@ -1357,6 +1359,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.16.0", "v1.15.0", "v1.14.0", "v1.13.0", @@ -1405,6 +1408,7 @@ "name": "google/cloud-talent", "defaultService": "talent/readme", "versions": [ + "v0.8.0", "v0.7.0", "v0.6.0", "v0.5.0", @@ -1421,6 +1425,7 @@ "name": "google/cloud-tasks", "defaultService": "tasks/readme", "versions": [ + "v1.4.0", "v1.3.0", "v1.2.0", "v1.1.1", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 37f0e4acd973..22f350c835e6 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.116.0'; + const VERSION = '0.117.0'; } diff --git a/src/Version.php b/src/Version.php index 99e26a7e5796..161faf6848a8 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.116.0'; + const VERSION = '0.117.0'; }