From 96899dd6874b7457a8e67717fc69deca0dbec8d2 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Fri, 30 Jun 2017 18:46:26 -0400 Subject: [PATCH] Prepare v0.33.0 (#557) --- docs/manifest.json | 14 ++++++++++++++ src/Core/VERSION | 2 +- src/ErrorReporting/VERSION | 2 +- src/Language/LanguageClient.php | 2 +- src/Language/VERSION | 2 +- src/Logging/LoggingClient.php | 2 +- src/Logging/VERSION | 2 +- src/Monitoring/VERSION | 2 +- src/PubSub/PubSubClient.php | 2 +- src/PubSub/VERSION | 2 +- src/ServiceBuilder.php | 2 +- src/Spanner/SpannerClient.php | 2 +- src/Spanner/VERSION | 2 +- src/Speech/SpeechClient.php | 2 +- src/Speech/VERSION | 2 +- src/Storage/StorageClient.php | 2 +- src/Storage/VERSION | 2 +- src/Trace/TraceClient.php | 2 +- src/Trace/VERSION | 2 +- src/Translate/TranslateClient.php | 2 +- src/Translate/VERSION | 2 +- src/VideoIntelligence/VERSION | 2 +- src/Vision/VERSION | 2 +- src/Vision/VisionClient.php | 2 +- tests/unit/Trace/RequestHandlerTest.php | 3 ++- 25 files changed, 39 insertions(+), 24 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 4f6e13dda9a6..81224e9796f9 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.33.0", "v0.32.1", "v0.32.0", "v0.31.1", @@ -69,6 +70,7 @@ "name": "google/cloud-core", "defaultService": "core/readme", "versions": [ + "v1.6.0", "v1.5.1", "v1.5.0", "v1.4.1", @@ -98,6 +100,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.4.0", "v0.3.0", "v0.2.1", "v0.2.0", @@ -110,6 +113,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.3.0", "v1.2.0", "v1.1.0", "v1.0.0", @@ -122,6 +126,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.4.0", "v0.3.0", "v0.2.1", "v0.2.0", @@ -134,6 +139,7 @@ "name": "google/cloud-language", "defaultService": "language/languageclient", "versions": [ + "v0.4.0", "v0.3.0", "v0.2.0", "v0.1.0", @@ -145,6 +151,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v0.6.0", "v0.5.1", "v0.5.0", "v0.4.0", @@ -159,6 +166,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v0.3.0", "v0.2.2", "v0.2.1", "v0.2.0", @@ -172,6 +180,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.5.0", "v0.4.0", "v0.3.0", "v0.2.0", @@ -184,6 +193,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.1.0", "v1.0.0", "v0.1.0", "master" @@ -194,6 +204,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v0.2.0", "v0.1.0", "master" ] @@ -203,6 +214,7 @@ "name": "google/cloud-translate", "defaultService": "translate/translateclient", "versions": [ + "v1.0.0", "v0.2.1", "v0.2.0", "v0.1.0", @@ -214,6 +226,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/videointelligenceserviceclient", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.0", "master" @@ -224,6 +237,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.4.0", "v0.3.0", "v0.2.0", "v0.1.0", diff --git a/src/Core/VERSION b/src/Core/VERSION index 8e03717dca27..ce6a70b9d84c 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.5.1 \ No newline at end of file +1.6.0 \ No newline at end of file diff --git a/src/ErrorReporting/VERSION b/src/ErrorReporting/VERSION index 9325c3ccda98..60a2d3e96c80 100644 --- a/src/ErrorReporting/VERSION +++ b/src/ErrorReporting/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/src/Language/LanguageClient.php b/src/Language/LanguageClient.php index 1ed1165175b7..e3a26b4afbc1 100644 --- a/src/Language/LanguageClient.php +++ b/src/Language/LanguageClient.php @@ -43,7 +43,7 @@ class LanguageClient use ClientTrait; use RetryDeciderTrait; - const VERSION = '0.3.0'; + const VERSION = '0.4.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Language/VERSION b/src/Language/VERSION index 9325c3ccda98..60a2d3e96c80 100644 --- a/src/Language/VERSION +++ b/src/Language/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/src/Logging/LoggingClient.php b/src/Logging/LoggingClient.php index 88dc737a3e90..545a1955f6ca 100644 --- a/src/Logging/LoggingClient.php +++ b/src/Logging/LoggingClient.php @@ -68,7 +68,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.2.0'; + const VERSION = '1.3.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 867e52437ab8..589268e6fedb 100644 --- a/src/Logging/VERSION +++ b/src/Logging/VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/src/Monitoring/VERSION b/src/Monitoring/VERSION index 9325c3ccda98..60a2d3e96c80 100644 --- a/src/Monitoring/VERSION +++ b/src/Monitoring/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index da46495ead23..358ef24bc715 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -85,7 +85,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '0.5.1'; + const VERSION = '0.6.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION index 5d4294b9120c..09a3acfa138d 100644 --- a/src/PubSub/VERSION +++ b/src/PubSub/VERSION @@ -1 +1 @@ -0.5.1 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index b4798b35b958..b80b7a4a032d 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -50,7 +50,7 @@ */ class ServiceBuilder { - const VERSION = '0.32.1'; + const VERSION = '0.33.0'; /** * @var array Configuration options to be used between clients. diff --git a/src/Spanner/SpannerClient.php b/src/Spanner/SpannerClient.php index bb1f673c456f..1dc84c34aa28 100644 --- a/src/Spanner/SpannerClient.php +++ b/src/Spanner/SpannerClient.php @@ -64,7 +64,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '0.2.2'; + const VERSION = '0.3.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 f4778493c500..9325c3ccda98 100644 --- a/src/Spanner/VERSION +++ b/src/Spanner/VERSION @@ -1 +1 @@ -0.2.2 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/src/Speech/SpeechClient.php b/src/Speech/SpeechClient.php index 74eaef419766..357fdacf7220 100644 --- a/src/Speech/SpeechClient.php +++ b/src/Speech/SpeechClient.php @@ -42,7 +42,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.4.0'; + const VERSION = '0.5.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Speech/VERSION b/src/Speech/VERSION index 60a2d3e96c80..79a2734bbf3d 100644 --- a/src/Speech/VERSION +++ b/src/Speech/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.5.0 \ No newline at end of file diff --git a/src/Storage/StorageClient.php b/src/Storage/StorageClient.php index ae6e9490e048..9c6915ee985e 100644 --- a/src/Storage/StorageClient.php +++ b/src/Storage/StorageClient.php @@ -45,7 +45,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.0.0'; + const VERSION = '1.1.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/src/Storage/VERSION b/src/Storage/VERSION index afaf360d37fb..1cc5f657e054 100644 --- a/src/Storage/VERSION +++ b/src/Storage/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/src/Trace/TraceClient.php b/src/Trace/TraceClient.php index b4cf61361cbd..d0c685d606e7 100644 --- a/src/Trace/TraceClient.php +++ b/src/Trace/TraceClient.php @@ -41,7 +41,7 @@ class TraceClient use ArrayTrait; use ClientTrait; - const VERSION = '0.1.0'; + const VERSION = '0.2.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/trace.readonly'; diff --git a/src/Trace/VERSION b/src/Trace/VERSION index 6c6aa7cb0918..341cf11faf9a 100644 --- a/src/Trace/VERSION +++ b/src/Trace/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/src/Translate/TranslateClient.php b/src/Translate/TranslateClient.php index 196e63b7b483..539fde8272bd 100644 --- a/src/Translate/TranslateClient.php +++ b/src/Translate/TranslateClient.php @@ -51,7 +51,7 @@ class TranslateClient { use ClientTrait; - const VERSION = '0.2.1'; + const VERSION = '1.0.0'; const ENGLISH_LANGUAGE_CODE = 'en'; diff --git a/src/Translate/VERSION b/src/Translate/VERSION index 7dff5b892112..afaf360d37fb 100644 --- a/src/Translate/VERSION +++ b/src/Translate/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +1.0.0 \ No newline at end of file diff --git a/src/VideoIntelligence/VERSION b/src/VideoIntelligence/VERSION index 341cf11faf9a..9325c3ccda98 100644 --- a/src/VideoIntelligence/VERSION +++ b/src/VideoIntelligence/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/Vision/VERSION b/src/Vision/VERSION index 9325c3ccda98..60a2d3e96c80 100644 --- a/src/Vision/VERSION +++ b/src/Vision/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/src/Vision/VisionClient.php b/src/Vision/VisionClient.php index 872f3026b283..a1d0a1ef09f8 100644 --- a/src/Vision/VisionClient.php +++ b/src/Vision/VisionClient.php @@ -42,7 +42,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '0.3.0'; + const VERSION = '0.4.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/tests/unit/Trace/RequestHandlerTest.php b/tests/unit/Trace/RequestHandlerTest.php index 886ec033c55e..45da61e93192 100644 --- a/tests/unit/Trace/RequestHandlerTest.php +++ b/tests/unit/Trace/RequestHandlerTest.php @@ -99,7 +99,8 @@ public function testCanParseLabels() } $this->assertArrayHasKey('/pid', $labels); $this->assertArrayHasKey('/agent', $labels); - $this->assertEquals('google-cloud-php 0.1.0', $labels['/agent']); + $version = file_get_contents(__DIR__ .'/../../../src/Trace/VERSION'); + $this->assertEquals('google-cloud-php '. $version, $labels['/agent']); } public function testCanParseParentContext()