Skip to content

Commit

Permalink
Prepare v0.33.0 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored Jun 30, 2017
1 parent 9e355ff commit 96899dd
Show file tree
Hide file tree
Showing 25 changed files with 39 additions and 24 deletions.
14 changes: 14 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.33.0",
"v0.32.1",
"v0.32.0",
"v0.31.1",
Expand Down Expand Up @@ -69,6 +70,7 @@
"name": "google/cloud-core",
"defaultService": "core/readme",
"versions": [
"v1.6.0",
"v1.5.1",
"v1.5.0",
"v1.4.1",
Expand Down Expand Up @@ -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",
Expand All @@ -110,6 +113,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v1.3.0",
"v1.2.0",
"v1.1.0",
"v1.0.0",
Expand All @@ -122,6 +126,7 @@
"name": "google/cloud-monitoring",
"defaultService": "monitoring/readme",
"versions": [
"v0.4.0",
"v0.3.0",
"v0.2.1",
"v0.2.0",
Expand All @@ -134,6 +139,7 @@
"name": "google/cloud-language",
"defaultService": "language/languageclient",
"versions": [
"v0.4.0",
"v0.3.0",
"v0.2.0",
"v0.1.0",
Expand All @@ -145,6 +151,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v0.6.0",
"v0.5.1",
"v0.5.0",
"v0.4.0",
Expand All @@ -159,6 +166,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v0.3.0",
"v0.2.2",
"v0.2.1",
"v0.2.0",
Expand All @@ -172,6 +180,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.5.0",
"v0.4.0",
"v0.3.0",
"v0.2.0",
Expand All @@ -184,6 +193,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.1.0",
"v1.0.0",
"v0.1.0",
"master"
Expand All @@ -194,6 +204,7 @@
"name": "google/cloud-trace",
"defaultService": "trace/traceclient",
"versions": [
"v0.2.0",
"v0.1.0",
"master"
]
Expand All @@ -203,6 +214,7 @@
"name": "google/cloud-translate",
"defaultService": "translate/translateclient",
"versions": [
"v1.0.0",
"v0.2.1",
"v0.2.0",
"v0.1.0",
Expand All @@ -214,6 +226,7 @@
"name": "google/cloud-videointelligence",
"defaultService": "videointelligence/videointelligenceserviceclient",
"versions": [
"v0.3.0",
"v0.2.0",
"v0.1.0",
"master"
Expand All @@ -224,6 +237,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
"v0.4.0",
"v0.3.0",
"v0.2.0",
"v0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0
2 changes: 1 addition & 1 deletion src/ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
2 changes: 1 addition & 1 deletion src/Language/LanguageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion src/Language/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
2 changes: 1 addition & 1 deletion src/Logging/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
2 changes: 1 addition & 1 deletion src/Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
2 changes: 1 addition & 1 deletion src/PubSub/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion src/PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.6.0
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Spanner/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.3.0
2 changes: 1 addition & 1 deletion src/Speech/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion src/Speech/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 src/Storage/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion src/Trace/TraceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/Trace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
2 changes: 1 addition & 1 deletion src/Translate/TranslateClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class TranslateClient
{
use ClientTrait;

const VERSION = '0.2.1';
const VERSION = '1.0.0';

const ENGLISH_LANGUAGE_CODE = 'en';

Expand Down
2 changes: 1 addition & 1 deletion src/Translate/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
1.0.0
2 changes: 1 addition & 1 deletion src/VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion src/Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
2 changes: 1 addition & 1 deletion src/Vision/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
3 changes: 2 additions & 1 deletion tests/unit/Trace/RequestHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 96899dd

Please sign in to comment.