Skip to content

Commit

Permalink
Prepare v0.46.0 (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored and dwsupplee committed Dec 2, 2017
1 parent 1610f2e commit 288c3da
Show file tree
Hide file tree
Showing 23 changed files with 47 additions and 34 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,22 @@
"replace": {
"google/cloud-bigtable": "0.1.0",
"google/cloud-bigquery": "0.3.1",
"google/cloud-core": "1.13.2",
"google/cloud-core": "1.14.0",
"google/cloud-datastore": "1.1.0",
"google/cloud-error-reporting": "0.6.1",
"google/cloud-firestore": "0.1.1",
"google/cloud-logging": "1.6.2",
"google/cloud-monitoring": "0.6.1",
"google/cloud-language": "0.9.1",
"google/cloud-pubsub": "0.9.2",
"google/cloud-spanner": "0.9.1",
"google/cloud-speech": "0.8.1",
"google/cloud-error-reporting": "0.7.0",
"google/cloud-firestore": "0.2.0",
"google/cloud-logging": "1.7.0",
"google/cloud-monitoring": "0.7.0",
"google/cloud-language": "0.10.0",
"google/cloud-pubsub": "0.10.0",
"google/cloud-spanner": "0.10.0",
"google/cloud-speech": "0.9.0",
"google/cloud-storage": "1.2.1",
"google/cloud-trace": "0.3.3",
"google/cloud-translate": "1.0.2",
"google/cloud-videointelligence": "0.7.0",
"google/cloud-vision": "0.6.1",
"google/cloud-dlp": "0.3.1"
"google/cloud-videointelligence": "0.8.0",
"google/cloud-vision": "0.7.0",
"google/cloud-dlp": "0.4.0"
},
"suggest": {
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
Expand Down Expand Up @@ -123,4 +123,4 @@
]
}
}
}
}
13 changes: 13 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.46.0",
"v0.45.2",
"v0.45.1",
"v0.45.0",
Expand Down Expand Up @@ -102,6 +103,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.14.0",
"v1.13.2",
"v1.13.1",
"v1.13.0",
Expand Down Expand Up @@ -147,6 +149,7 @@
"name": "google/cloud-dlp",
"defaultService": "dlp/readme",
"versions": [
"v0.4.0",
"v0.3.1",
"v0.3.0",
"v0.2.0",
Expand All @@ -161,6 +164,7 @@
"name": "google/cloud-error-reporting",
"defaultService": "errorreporting/readme",
"versions": [
"v0.7.0",
"v0.6.1",
"v0.6.0",
"v0.5.0",
Expand All @@ -180,6 +184,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v0.2.0",
"v0.1.1",
"v0.1.0",
"master"
Expand All @@ -190,6 +195,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v1.7.0",
"v1.6.2",
"v1.6.1",
"v1.6.0",
Expand All @@ -210,6 +216,7 @@
"name": "google/cloud-monitoring",
"defaultService": "monitoring/readme",
"versions": [
"v0.7.0",
"v0.6.1",
"v0.6.0",
"v0.5.0",
Expand All @@ -229,6 +236,7 @@
"name": "google/cloud-language",
"defaultService": "language/languageclient",
"versions": [
"v0.10.0",
"v0.9.1",
"v0.9.0",
"v0.8.1",
Expand All @@ -249,6 +257,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v0.10.0",
"v0.9.2",
"v0.9.1",
"v0.9.0",
Expand All @@ -271,6 +280,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v0.10.0",
"v0.9.1",
"v0.9.0",
"v0.8.2",
Expand All @@ -295,6 +305,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.9.0",
"v0.8.1",
"v0.8.0",
"v0.7.0",
Expand Down Expand Up @@ -360,6 +371,7 @@
"name": "google/cloud-videointelligence",
"defaultService": "videointelligence/videointelligenceserviceclient",
"versions": [
"v0.8.0",
"v0.7.0",
"v0.6.0",
"v0.5.0",
Expand All @@ -378,6 +390,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
"v0.7.0",
"v0.6.1",
"v0.6.0",
"v0.5.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.13.2
1.14.0
2 changes: 1 addition & 1 deletion src/Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.4.0
2 changes: 1 addition & 1 deletion src/ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.7.0
2 changes: 1 addition & 1 deletion src/Firestore/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '0.1.1';
const VERSION = '0.2.0';

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.1.1
0.2.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.9.1';
const VERSION = '0.10.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.9.1
0.10.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.2';
const VERSION = '1.7.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.6.2
1.7.0
2 changes: 1 addition & 1 deletion src/Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.7.0
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.2';
const VERSION = '0.10.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.9.2
0.10.0
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.45.2';
const VERSION = '0.46.0';
}
2 changes: 1 addition & 1 deletion src/Spanner/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '0.9.1';
const VERSION = '0.10.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.9.1
0.10.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.8.1';
const VERSION = '0.9.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.8.1
0.9.0
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.45.2';
const VERSION = '0.46.0';
}
2 changes: 1 addition & 1 deletion src/VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0
2 changes: 1 addition & 1 deletion src/Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.7.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.6.1';
const VERSION = '0.7.0';

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

Expand Down

0 comments on commit 288c3da

Please sign in to comment.