Skip to content

Commit

Permalink
Prepare v0.43.0 (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Nov 11, 2017
1 parent ebba579 commit 4ce0b3f
Show file tree
Hide file tree
Showing 23 changed files with 44 additions and 32 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@
"phpseclib/phpseclib": "^2"
},
"replace": {
"google/cloud-bigquery": "0.3.0",
"google/cloud-core": "1.11.0",
"google/cloud-datastore": "1.0.2",
"google/cloud-bigquery": "0.3.1",
"google/cloud-core": "1.12.0",
"google/cloud-datastore": "1.0.3",
"google/cloud-error-reporting": "0.6.0",
"google/cloud-logging": "1.6.0",
"google/cloud-logging": "1.6.1",
"google/cloud-monitoring": "0.6.0",
"google/cloud-language": "0.8.0",
"google/cloud-pubsub": "0.9.0",
"google/cloud-spanner": "0.8.0",
"google/cloud-language": "0.9.0",
"google/cloud-pubsub": "0.9.1",
"google/cloud-spanner": "0.8.1",
"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-storage": "1.2.1",
"google/cloud-trace": "0.3.3",
"google/cloud-translate": "1.0.2",
"google/cloud-videointelligence": "0.6.0",
"google/cloud-vision": "0.6.0",
"google/cloud-dlp": "0.3.0"
Expand Down Expand Up @@ -117,4 +117,4 @@
]
}
}
}
}
12 changes: 12 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": "readme",
"versions": [
"v0.43.0",
"v0.42.0",
"v0.41.0",
"v0.40.0",
Expand Down Expand Up @@ -72,6 +73,7 @@
"name": "google/cloud-bigquery",
"defaultService": "bigquery/bigqueryclient",
"versions": [
"v0.3.1",
"v0.3.0",
"v0.2.4",
"v0.2.3",
Expand All @@ -87,6 +89,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.12.0",
"v1.11.0",
"v1.10.0",
"v1.9.0",
Expand All @@ -113,6 +116,7 @@
"name": "google/cloud-datastore",
"defaultService": "datastore/datastoreclient",
"versions": [
"v1.0.3",
"v1.0.2",
"v1.0.1",
"v1.0.0",
Expand Down Expand Up @@ -156,6 +160,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v1.6.1",
"v1.6.0",
"v1.5.0",
"v1.4.0",
Expand Down Expand Up @@ -192,6 +197,8 @@
"name": "google/cloud-language",
"defaultService": "language/languageclient",
"versions": [
"v0.9.0",
"v0.8.1",
"v0.8.0",
"v0.7.0",
"v0.6.0",
Expand All @@ -209,6 +216,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v0.9.1",
"v0.9.0",
"v0.8.0",
"v0.7.0",
Expand All @@ -229,6 +237,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v0.8.1",
"v0.8.0",
"v0.7.0",
"v0.6.0",
Expand Down Expand Up @@ -267,6 +276,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.2.1",
"v1.2.0",
"v1.1.5",
"v1.1.4",
Expand All @@ -284,6 +294,7 @@
"name": "google/cloud-trace",
"defaultService": "trace/traceclient",
"versions": [
"v0.3.3",
"v0.3.2",
"v0.3.1",
"v0.3.0",
Expand All @@ -297,6 +308,7 @@
"name": "google/cloud-translate",
"defaultService": "translate/translateclient",
"versions": [
"v1.0.2",
"v1.0.1",
"v1.0.0",
"v0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/BigQuery/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class BigQueryClient
use ClientTrait;
use RetryDeciderTrait;

const VERSION = '0.3.0';
const VERSION = '0.3.1';

const MAX_DELAY_MICROSECONDS = 32000000;

Expand Down
2 changes: 1 addition & 1 deletion src/BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0
2 changes: 1 addition & 1 deletion src/Datastore/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = '1.0.2';
const VERSION = '1.0.3';

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

Expand Down
2 changes: 1 addition & 1 deletion src/Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
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.8.0';
const VERSION = '0.9.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.8.0
0.9.0
2 changes: 1 addition & 1 deletion src/Logging/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class LoggingClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.6.0';
const VERSION = '1.6.1';

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.6.0
1.6.1
2 changes: 1 addition & 1 deletion src/PubSub/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

const VERSION = '0.9.0';
const VERSION = '0.9.1';

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.9.0
0.9.1
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.42.0';
const VERSION = '0.43.0';
}
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.8.0';
const VERSION = '0.8.1';

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.8.0
0.8.1
2 changes: 1 addition & 1 deletion src/Storage/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.2.0';
const VERSION = '1.2.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 src/Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion src/Trace/TraceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class TraceClient
use ArrayTrait;
use ClientTrait;

const VERSION = '0.3.2';
const VERSION = '0.3.3';

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.3.2
0.3.3
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 = '1.0.1';
const VERSION = '1.0.2';

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 @@
1.0.1
1.0.2
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.42.0';
const VERSION = '0.43.0';
}

0 comments on commit 4ce0b3f

Please sign in to comment.