From 92c57bfc8116f02c9b2afde28dbfc64927bbf7f0 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Wed, 1 Nov 2017 15:10:21 -0400 Subject: [PATCH] Prepare v0.41.0 (#722) * Prepare v0.41.0 * Don't report code coverage on hhvm * Update google/gax and google/proto-client dependency versions --- .travis.yml | 2 +- composer.json | 24 ++++++++++++------------ docs/manifest.json | 12 ++++++++++++ src/Core/VERSION | 2 +- src/Datastore/DatastoreClient.php | 2 +- src/Datastore/VERSION | 2 +- src/Dlp/VERSION | 2 +- src/Dlp/composer.json | 4 ++-- src/ErrorReporting/VERSION | 2 +- src/ErrorReporting/composer.json | 4 ++-- src/Language/LanguageClient.php | 2 +- src/Language/VERSION | 2 +- src/Language/composer.json | 4 ++-- src/Logging/LoggingClient.php | 2 +- src/Logging/VERSION | 2 +- src/Logging/composer.json | 4 ++-- src/Monitoring/VERSION | 2 +- src/Monitoring/composer.json | 4 ++-- src/PubSub/PubSubClient.php | 2 +- src/PubSub/VERSION | 2 +- src/PubSub/composer.json | 4 ++-- src/ServiceBuilder.php | 2 +- src/Spanner/SpannerClient.php | 2 +- src/Spanner/VERSION | 2 +- src/Spanner/composer.json | 4 ++-- src/Speech/composer.json | 4 ++-- src/Version.php | 2 +- src/VideoIntelligence/VERSION | 2 +- src/VideoIntelligence/composer.json | 4 ++-- src/Vision/VERSION | 2 +- src/Vision/VisionClient.php | 2 +- src/Vision/composer.json | 4 ++-- 32 files changed, 64 insertions(+), 52 deletions(-) diff --git a/.travis.yml b/.travis.yml index d494e32b947c..8002b044a84c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: - ./dev/sh/build-docs after_success: - - bash <(curl -s https://codecov.io/bash) + - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then bash <(curl -s https://codecov.io/bash); fi - ./dev/sh/push-docs - ./dev/sh/trigger-split - cat ./build/snippets-uncovered.json diff --git a/composer.json b/composer.json index cebc9971d6d3..815c544593ee 100644 --- a/composer.json +++ b/composer.json @@ -64,21 +64,21 @@ }, "replace": { "google/cloud-bigquery": "0.3.0", - "google/cloud-core": "1.10.0", - "google/cloud-datastore": "1.0.1", - "google/cloud-error-reporting": "0.5.0", - "google/cloud-logging": "1.5.0", - "google/cloud-monitoring": "0.5.0", - "google/cloud-language": "0.6.0", - "google/cloud-pubsub": "0.8.0", - "google/cloud-spanner": "0.7.0", + "google/cloud-core": "1.11.0", + "google/cloud-datastore": "1.0.2", + "google/cloud-error-reporting": "0.6.0", + "google/cloud-logging": "1.6.0", + "google/cloud-monitoring": "0.6.0", + "google/cloud-language": "0.7.0", + "google/cloud-pubsub": "0.9.0", + "google/cloud-spanner": "0.8.0", "google/cloud-speech": "0.8.0", "google/cloud-storage": "1.2.0", "google/cloud-trace": "0.3.2", "google/cloud-translate": "1.0.1", - "google/cloud-videointelligence": "0.5.0", - "google/cloud-vision": "0.5.0", - "google/cloud-dlp": "0.2.0" + "google/cloud-videointelligence": "0.6.0", + "google/cloud-vision": "0.6.0", + "google/cloud-dlp": "0.3.0" }, "suggest": { "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2." @@ -117,4 +117,4 @@ ] } } -} +} \ No newline at end of file diff --git a/docs/manifest.json b/docs/manifest.json index cd907b43e4f5..0f2d7c7d6d77 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "readme", "versions": [ + "v0.41.0", "v0.40.0", "v0.39.2", "v0.39.1", @@ -85,6 +86,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.11.0", "v1.10.0", "v1.9.0", "v1.8.1", @@ -110,6 +112,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.0.2", "v1.0.1", "v1.0.0", "v0.1.0", @@ -121,6 +124,7 @@ "name": "google/cloud-dlp", "defaultService": "dlp/readme", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.2", "v0.1.1", @@ -133,6 +137,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.6.0", "v0.5.0", "v0.4.3", "v0.4.2", @@ -150,6 +155,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.6.0", "v1.5.0", "v1.4.0", "v1.3.2", @@ -167,6 +173,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.6.0", "v0.5.0", "v0.4.3", "v0.4.2", @@ -184,6 +191,7 @@ "name": "google/cloud-language", "defaultService": "language/languageclient", "versions": [ + "v0.7.0", "v0.6.0", "v0.5.0", "v0.4.1", @@ -199,6 +207,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v0.9.0", "v0.8.0", "v0.7.0", "v0.6.2", @@ -218,6 +227,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v0.8.0", "v0.7.0", "v0.6.0", "v0.5.0", @@ -298,6 +308,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/videointelligenceserviceclient", "versions": [ + "v0.6.0", "v0.5.0", "v0.4.0", "v0.3.3", @@ -314,6 +325,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.6.0", "v0.5.0", "v0.4.1", "v0.4.0", diff --git a/src/Core/VERSION b/src/Core/VERSION index ed21137ee197..169f19b4901e 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.10.0 \ No newline at end of file +1.11.0 \ No newline at end of file diff --git a/src/Datastore/DatastoreClient.php b/src/Datastore/DatastoreClient.php index 781d9330e8b4..f4f6521dc544 100644 --- a/src/Datastore/DatastoreClient.php +++ b/src/Datastore/DatastoreClient.php @@ -76,7 +76,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.0.1'; + const VERSION = '1.0.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/src/Datastore/VERSION b/src/Datastore/VERSION index 7f207341d5d9..e6d5cb833c63 100644 --- a/src/Datastore/VERSION +++ b/src/Datastore/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file diff --git a/src/Dlp/VERSION b/src/Dlp/VERSION index 341cf11faf9a..9325c3ccda98 100644 --- a/src/Dlp/VERSION +++ b/src/Dlp/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/src/Dlp/composer.json b/src/Dlp/composer.json index 9ca671c40c2e..6f71c9475fe0 100644 --- a/src/Dlp/composer.json +++ b/src/Dlp/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "stable", "require": { "ext-grpc": "*", - "google/proto-client": "^0.24", - "google/gax": "^0.24" + "google/proto-client": "^0.25", + "google/gax": "^0.25" }, "extra": { "component": { diff --git a/src/ErrorReporting/VERSION b/src/ErrorReporting/VERSION index 79a2734bbf3d..09a3acfa138d 100644 --- a/src/ErrorReporting/VERSION +++ b/src/ErrorReporting/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/src/ErrorReporting/composer.json b/src/ErrorReporting/composer.json index 2491f66eb496..75c1916b14c7 100644 --- a/src/ErrorReporting/composer.json +++ b/src/ErrorReporting/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "stable", "require": { "google/cloud-logging": "^1.5.0", - "google/proto-client": "^0.24", - "google/gax": "^0.24" + "google/proto-client": "^0.25", + "google/gax": "^0.25" }, "suggest": { "ext-grpc": "the gRPC extension allows more granular control over Error Reporting" diff --git a/src/Language/LanguageClient.php b/src/Language/LanguageClient.php index 430c7b48a7b7..e2132464add3 100644 --- a/src/Language/LanguageClient.php +++ b/src/Language/LanguageClient.php @@ -43,7 +43,7 @@ class LanguageClient use ClientTrait; use RetryDeciderTrait; - const VERSION = '0.6.0'; + const VERSION = '0.7.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Language/VERSION b/src/Language/VERSION index 09a3acfa138d..bcaffe19b5bb 100644 --- a/src/Language/VERSION +++ b/src/Language/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.7.0 \ No newline at end of file diff --git a/src/Language/composer.json b/src/Language/composer.json index 368a1c1f9c67..17fdc083a1b7 100644 --- a/src/Language/composer.json +++ b/src/Language/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "stable", "require": { "google/cloud-core": "^1.0", - "google/proto-client": "^0.24", - "google/gax": "^0.24" + "google/proto-client": "^0.25", + "google/gax": "^0.25" }, "suggest": { "google/cloud-storage": "Analyze documents stored in Google Cloud Storage" diff --git a/src/Logging/LoggingClient.php b/src/Logging/LoggingClient.php index 147f0731c191..486bed2c3742 100644 --- a/src/Logging/LoggingClient.php +++ b/src/Logging/LoggingClient.php @@ -59,7 +59,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.5.0'; + const VERSION = '1.6.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read'; diff --git a/src/Logging/VERSION b/src/Logging/VERSION index 3e1ad720b13d..ce6a70b9d84c 100644 --- a/src/Logging/VERSION +++ b/src/Logging/VERSION @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.6.0 \ No newline at end of file diff --git a/src/Logging/composer.json b/src/Logging/composer.json index 765a167bb149..85a0ef86a85f 100644 --- a/src/Logging/composer.json +++ b/src/Logging/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "stable", "require": { "google/cloud-core": "^1.0", - "google/proto-client": "^0.24", - "google/gax": "^0.24" + "google/proto-client": "^0.25", + "google/gax": "^0.25" }, "extra": { "component": { diff --git a/src/Monitoring/VERSION b/src/Monitoring/VERSION index 79a2734bbf3d..09a3acfa138d 100644 --- a/src/Monitoring/VERSION +++ b/src/Monitoring/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/src/Monitoring/composer.json b/src/Monitoring/composer.json index a645c0c3d240..8ca1fff54f3a 100644 --- a/src/Monitoring/composer.json +++ b/src/Monitoring/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "stable", "require": { "ext-grpc": "*", - "google/proto-client": "^0.24", - "google/gax": "^0.24" + "google/proto-client": "^0.25", + "google/gax": "^0.25" }, "extra": { "component": { diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index e436e91713dd..b9d02a1ff3ef 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -76,7 +76,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '0.8.0'; + const VERSION = '0.9.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION index 8adc70fdd9d6..899f24fc754a 100644 --- a/src/PubSub/VERSION +++ b/src/PubSub/VERSION @@ -1 +1 @@ -0.8.0 \ No newline at end of file +0.9.0 \ No newline at end of file diff --git a/src/PubSub/composer.json b/src/PubSub/composer.json index 141239d288f4..06f825a81042 100644 --- a/src/PubSub/composer.json +++ b/src/PubSub/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "stable", "require": { "google/cloud-core": "^1.0", - "google/proto-client": "^0.24", - "google/gax": "^0.24" + "google/proto-client": "^0.25", + "google/gax": "^0.25" }, "extra": { "component": { diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 8e8ae435a3d2..f8a0fd775dbb 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.40.0'; + const VERSION = '0.41.0'; } diff --git a/src/Spanner/SpannerClient.php b/src/Spanner/SpannerClient.php index 23cc8c78e37c..6fd17022e6e9 100644 --- a/src/Spanner/SpannerClient.php +++ b/src/Spanner/SpannerClient.php @@ -64,7 +64,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '0.7.0'; + const VERSION = '0.8.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/src/Spanner/VERSION b/src/Spanner/VERSION index bcaffe19b5bb..8adc70fdd9d6 100644 --- a/src/Spanner/VERSION +++ b/src/Spanner/VERSION @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/src/Spanner/composer.json b/src/Spanner/composer.json index 91449ee85829..d25379d602e0 100644 --- a/src/Spanner/composer.json +++ b/src/Spanner/composer.json @@ -6,8 +6,8 @@ "require": { "ext-grpc": "*", "google/cloud-core": "^1.5", - "google/gax": "^0.24", - "google/proto-client": "^0.24" + "google/gax": "^0.25", + "google/proto-client": "^0.25" }, "extra": { "component": { diff --git a/src/Speech/composer.json b/src/Speech/composer.json index 6708690f6355..37a5a2369612 100644 --- a/src/Speech/composer.json +++ b/src/Speech/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "stable", "require": { "google/cloud-core": "^1.0", - "google/proto-client": "^0.24", - "google/gax": "^0.24" + "google/proto-client": "^0.25", + "google/gax": "^0.25" }, "suggest": { "google/gax": "Required to support gRPC" diff --git a/src/Version.php b/src/Version.php index e790c2253859..2144da816741 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.40.0'; + const VERSION = '0.41.0'; } diff --git a/src/VideoIntelligence/VERSION b/src/VideoIntelligence/VERSION index 79a2734bbf3d..09a3acfa138d 100644 --- a/src/VideoIntelligence/VERSION +++ b/src/VideoIntelligence/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/src/VideoIntelligence/composer.json b/src/VideoIntelligence/composer.json index b6b1568b362b..38eff45d6baa 100644 --- a/src/VideoIntelligence/composer.json +++ b/src/VideoIntelligence/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "stable", "require": { "ext-grpc": "*", - "google/proto-client": "^0.24", - "google/gax": "^0.24" + "google/proto-client": "^0.25", + "google/gax": "^0.25" }, "extra": { "component": { diff --git a/src/Vision/VERSION b/src/Vision/VERSION index 79a2734bbf3d..09a3acfa138d 100644 --- a/src/Vision/VERSION +++ b/src/Vision/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/src/Vision/VisionClient.php b/src/Vision/VisionClient.php index b8058e20ad56..dd035c3ca65b 100644 --- a/src/Vision/VisionClient.php +++ b/src/Vision/VisionClient.php @@ -42,7 +42,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '0.5.0'; + const VERSION = '0.6.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Vision/composer.json b/src/Vision/composer.json index aa332fe94b41..b6cb38c17eee 100644 --- a/src/Vision/composer.json +++ b/src/Vision/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "stable", "require": { "google/cloud-core": "^1.0", - "google/proto-client": "^0.24", - "google/gax": "^0.24" + "google/proto-client": "^0.25", + "google/gax": "^0.25" }, "suggest": { "google/cloud-storage": "Annotate images stored in Google Cloud Storage"