Skip to content

Commit

Permalink
Prepare v0.56.0 (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Feb 26, 2018
1 parent 1901a3a commit 7136c7e
Show file tree
Hide file tree
Showing 29 changed files with 63 additions and 45 deletions.
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,26 @@
},
"replace": {
"google/cloud-bigquery": "1.0.3",
"google/cloud-bigtable": "0.2.1",
"google/cloud-container": "0.2.1",
"google/cloud-core": "1.17.0",
"google/cloud-dataproc": "0.2.1",
"google/cloud-bigtable": "0.2.2",
"google/cloud-container": "0.2.2",
"google/cloud-core": "1.17.1",
"google/cloud-dataproc": "0.2.2",
"google/cloud-datastore": "1.3.1",
"google/cloud-dlp": "0.5.2",
"google/cloud-error-reporting": "0.8.2",
"google/cloud-firestore": "0.5.0",
"google/cloud-language": "0.12.1",
"google/cloud-logging": "1.9.2",
"google/cloud-monitoring": "0.8.1",
"google/cloud-oslogin": "0.2.1",
"google/cloud-pubsub": "1.0.0",
"google/cloud-spanner": "1.1.2",
"google/cloud-speech": "0.11.1",
"google/cloud-dlp": "0.5.3",
"google/cloud-error-reporting": "0.8.3",
"google/cloud-firestore": "0.5.1",
"google/cloud-language": "0.12.2",
"google/cloud-logging": "1.9.3",
"google/cloud-monitoring": "0.8.2",
"google/cloud-oslogin": "0.2.2",
"google/cloud-pubsub": "1.0.1",
"google/cloud-spanner": "1.2.0",
"google/cloud-speech": "0.11.2",
"google/cloud-storage": "1.3.4",
"google/cloud-trace": "0.6.1",
"google/cloud-trace": "0.6.2",
"google/cloud-translate": "1.1.2",
"google/cloud-videointelligence": "0.9.1",
"google/cloud-vision": "0.10.0",
"google/cloud-videointelligence": "0.9.2",
"google/cloud-vision": "0.10.1",
"google/cloud-debugger": "0.5.0"
},
"suggest": {
Expand Down Expand Up @@ -130,4 +130,4 @@
]
}
}
}
}
18 changes: 18 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.56.0",
"v0.55.0",
"v0.54.0",
"v0.53.0",
Expand Down Expand Up @@ -113,6 +114,7 @@
"name": "google/cloud-bigtable",
"defaultService": "bigtable/readme",
"versions": [
"v0.2.2",
"v0.2.1",
"v0.2.0",
"v0.1.1",
Expand All @@ -125,6 +127,7 @@
"name": "google/cloud-container",
"defaultService": "container/readme",
"versions": [
"v0.2.2",
"v0.2.1",
"v0.2.0",
"v0.1.1",
Expand All @@ -137,6 +140,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.17.1",
"v1.17.0",
"v1.16.0",
"v1.15.3",
Expand Down Expand Up @@ -176,6 +180,7 @@
"name": "google/cloud-dataproc",
"defaultService": "dataproc/readme",
"versions": [
"v0.2.2",
"v0.2.1",
"v0.2.0",
"v0.1.1",
Expand Down Expand Up @@ -220,6 +225,7 @@
"name": "google/cloud-dlp",
"defaultService": "dlp/readme",
"versions": [
"v0.5.3",
"v0.5.2",
"v0.5.1",
"v0.5.0",
Expand All @@ -241,6 +247,7 @@
"name": "google/cloud-error-reporting",
"defaultService": "errorreporting/readme",
"versions": [
"v0.8.3",
"v0.8.2",
"v0.8.1",
"v0.8.0",
Expand All @@ -267,6 +274,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v0.5.1",
"v0.5.0",
"v0.4.2",
"v0.4.1",
Expand All @@ -287,6 +295,7 @@
"name": "google/cloud-language",
"defaultService": "language/languageclient",
"versions": [
"v0.12.2",
"v0.12.1",
"v0.12.0",
"v0.11.2",
Expand All @@ -313,6 +322,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v1.9.3",
"v1.9.2",
"v1.9.1",
"v1.9.0",
Expand Down Expand Up @@ -341,6 +351,7 @@
"name": "google/cloud-monitoring",
"defaultService": "monitoring/readme",
"versions": [
"v0.8.2",
"v0.8.1",
"v0.8.0",
"v0.7.3",
Expand All @@ -366,6 +377,7 @@
"name": "google/cloud-oslogin",
"defaultService": "oslogin/readme",
"versions": [
"v0.2.2",
"v0.2.1",
"v0.2.0",
"v0.1.1",
Expand All @@ -378,6 +390,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v1.0.1",
"v1.0.0",
"v0.12.2",
"v0.12.1",
Expand Down Expand Up @@ -409,6 +422,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.2.0",
"v1.1.2",
"v1.1.1",
"v1.1.0",
Expand Down Expand Up @@ -440,6 +454,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.11.2",
"v0.11.1",
"v0.11.0",
"v0.10.2",
Expand Down Expand Up @@ -488,6 +503,7 @@
"name": "google/cloud-trace",
"defaultService": "trace/traceclient",
"versions": [
"v0.6.2",
"v0.6.1",
"v0.6.0",
"v0.5.1",
Expand Down Expand Up @@ -524,6 +540,7 @@
"name": "google/cloud-videointelligence",
"defaultService": "videointelligence/videointelligenceserviceclient",
"versions": [
"v0.9.2",
"v0.9.1",
"v0.9.0",
"v0.8.3",
Expand All @@ -548,6 +565,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
"v0.10.1",
"v0.10.0",
"v0.9.1",
"v0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion src/Container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.0
1.17.1
2 changes: 1 addition & 1 deletion src/Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion src/Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.5.3
2 changes: 1 addition & 1 deletion src/ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.8.3
2 changes: 1 addition & 1 deletion src/Firestore/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '0.5.0';
const VERSION = '0.5.1';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion src/Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
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.12.1';
const VERSION = '0.12.2';

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.12.1
0.12.2
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.9.2';
const VERSION = '1.9.3';

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.9.2
1.9.3
2 changes: 1 addition & 1 deletion src/Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
2 changes: 1 addition & 1 deletion src/OsLogin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion src/PubSub/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

const VERSION = '1.0.0';
const VERSION = '1.0.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 @@
1.0.0
1.0.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.55.0';
const VERSION = '0.56.0';
}
2 changes: 1 addition & 1 deletion src/Spanner/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.1.2';
const VERSION = '1.2.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 @@
1.1.2
1.2.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.11.1';
const VERSION = '0.11.2';

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.11.1
0.11.2
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 ClientTrait;

const VERSION = '0.6.1';
const VERSION = '0.6.2';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion src/Trace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.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.55.0';
const VERSION = '0.56.0';
}
2 changes: 1 addition & 1 deletion src/VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
2 changes: 1 addition & 1 deletion src/Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.10.1
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.10.0';
const VERSION = '0.10.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down

0 comments on commit 7136c7e

Please sign in to comment.