From 5958ff0303975354012b7135615fbc45719f9e19 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Fri, 15 Dec 2017 18:37:58 -0500 Subject: [PATCH] Prepare v0.47.0 (#797) --- composer.json | 34 +++++++++++++++---------------- docs/manifest.json | 18 ++++++++++++++++ src/BigQuery/BigQueryClient.php | 2 +- src/BigQuery/VERSION | 2 +- src/Core/VERSION | 2 +- src/Datastore/DatastoreClient.php | 2 +- src/Datastore/VERSION | 2 +- src/Dlp/VERSION | 2 +- src/ErrorReporting/VERSION | 2 +- src/Firestore/FirestoreClient.php | 2 +- src/Firestore/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/Version.php | 2 +- src/VideoIntelligence/VERSION | 2 +- src/Vision/VERSION | 2 +- src/Vision/VisionClient.php | 2 +- 33 files changed, 66 insertions(+), 48 deletions(-) diff --git a/composer.json b/composer.json index 517513a46fe..1fe6a1f7f3e 100644 --- a/composer.json +++ b/composer.json @@ -65,23 +65,23 @@ }, "replace": { "google/cloud-bigtable": "0.1.0", - "google/cloud-bigquery": "0.3.1", - "google/cloud-core": "1.14.0", - "google/cloud-datastore": "1.1.0", - "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.8.0", - "google/cloud-vision": "0.7.0", - "google/cloud-dlp": "0.4.0" + "google/cloud-bigquery": "0.4.0", + "google/cloud-core": "1.14.1", + "google/cloud-datastore": "1.2.0", + "google/cloud-error-reporting": "0.7.1", + "google/cloud-firestore": "0.3.0", + "google/cloud-logging": "1.8.0", + "google/cloud-monitoring": "0.7.1", + "google/cloud-language": "0.11.0", + "google/cloud-pubsub": "0.11.0", + "google/cloud-spanner": "0.11.0", + "google/cloud-speech": "0.10.0", + "google/cloud-storage": "1.3.0", + "google/cloud-trace": "0.4.0", + "google/cloud-translate": "1.1.0", + "google/cloud-videointelligence": "0.8.1", + "google/cloud-vision": "0.8.0", + "google/cloud-dlp": "0.4.1" }, "suggest": { "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2." diff --git a/docs/manifest.json b/docs/manifest.json index 9004367f541..139b415f642 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "readme", "versions": [ + "v0.47.0", "v0.46.0", "v0.45.2", "v0.45.1", @@ -87,6 +88,7 @@ "name": "google/cloud-bigquery", "defaultService": "bigquery/bigqueryclient", "versions": [ + "v0.4.0", "v0.3.1", "v0.3.0", "v0.2.4", @@ -103,6 +105,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.14.1", "v1.14.0", "v1.13.2", "v1.13.1", @@ -135,6 +138,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.2.0", "v1.1.0", "v1.0.3", "v1.0.2", @@ -149,6 +153,7 @@ "name": "google/cloud-dlp", "defaultService": "dlp/readme", "versions": [ + "v0.4.1", "v0.4.0", "v0.3.1", "v0.3.0", @@ -164,6 +169,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.7.1", "v0.7.0", "v0.6.1", "v0.6.0", @@ -184,6 +190,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.1", "v0.1.0", @@ -195,6 +202,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.8.0", "v1.7.0", "v1.6.2", "v1.6.1", @@ -216,6 +224,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.7.1", "v0.7.0", "v0.6.1", "v0.6.0", @@ -236,6 +245,7 @@ "name": "google/cloud-language", "defaultService": "language/languageclient", "versions": [ + "v0.11.0", "v0.10.0", "v0.9.1", "v0.9.0", @@ -257,6 +267,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v0.11.0", "v0.10.0", "v0.9.2", "v0.9.1", @@ -280,6 +291,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v0.11.0", "v0.10.0", "v0.9.1", "v0.9.0", @@ -305,6 +317,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.10.0", "v0.9.0", "v0.8.1", "v0.8.0", @@ -325,6 +338,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.3.0", "v1.2.1", "v1.2.0", "v1.1.5", @@ -343,6 +357,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v0.4.0", "v0.3.3", "v0.3.2", "v0.3.1", @@ -357,6 +372,7 @@ "name": "google/cloud-translate", "defaultService": "translate/translateclient", "versions": [ + "v1.1.0", "v1.0.2", "v1.0.1", "v1.0.0", @@ -371,6 +387,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/videointelligenceserviceclient", "versions": [ + "v0.8.1", "v0.8.0", "v0.7.0", "v0.6.0", @@ -390,6 +407,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.8.0", "v0.7.0", "v0.6.1", "v0.6.0", diff --git a/src/BigQuery/BigQueryClient.php b/src/BigQuery/BigQueryClient.php index 4afb8b770a6..c2fde822e98 100644 --- a/src/BigQuery/BigQueryClient.php +++ b/src/BigQuery/BigQueryClient.php @@ -48,7 +48,7 @@ class BigQueryClient use ClientTrait; use RetryDeciderTrait; - const VERSION = '0.3.1'; + const VERSION = '0.4.0'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/src/BigQuery/VERSION b/src/BigQuery/VERSION index a2268e2de44..60a2d3e96c8 100644 --- a/src/BigQuery/VERSION +++ b/src/BigQuery/VERSION @@ -1 +1 @@ -0.3.1 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/src/Core/VERSION b/src/Core/VERSION index cd99d386a8d..30f101cbefa 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.14.0 \ No newline at end of file +1.14.1 \ No newline at end of file diff --git a/src/Datastore/DatastoreClient.php b/src/Datastore/DatastoreClient.php index 3178fcdd363..5b9763dc099 100644 --- a/src/Datastore/DatastoreClient.php +++ b/src/Datastore/DatastoreClient.php @@ -76,7 +76,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.1.0'; + const VERSION = '1.2.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/src/Datastore/VERSION b/src/Datastore/VERSION index 1cc5f657e05..867e52437ab 100644 --- a/src/Datastore/VERSION +++ b/src/Datastore/VERSION @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.2.0 \ No newline at end of file diff --git a/src/Dlp/VERSION b/src/Dlp/VERSION index 60a2d3e96c8..44bb5d1f743 100644 --- a/src/Dlp/VERSION +++ b/src/Dlp/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1 \ No newline at end of file diff --git a/src/ErrorReporting/VERSION b/src/ErrorReporting/VERSION index bcaffe19b5b..7deb86fee42 100644 --- a/src/ErrorReporting/VERSION +++ b/src/ErrorReporting/VERSION @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.7.1 \ No newline at end of file diff --git a/src/Firestore/FirestoreClient.php b/src/Firestore/FirestoreClient.php index c3aaf2c970b..a19e5683037 100644 --- a/src/Firestore/FirestoreClient.php +++ b/src/Firestore/FirestoreClient.php @@ -45,7 +45,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '0.2.0'; + const VERSION = '0.3.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/src/Firestore/VERSION b/src/Firestore/VERSION index 341cf11faf9..9325c3ccda9 100644 --- a/src/Firestore/VERSION +++ b/src/Firestore/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/Language/LanguageClient.php b/src/Language/LanguageClient.php index bda227a246d..52f5541b066 100644 --- a/src/Language/LanguageClient.php +++ b/src/Language/LanguageClient.php @@ -43,7 +43,7 @@ class LanguageClient use ClientTrait; use RetryDeciderTrait; - const VERSION = '0.10.0'; + const VERSION = '0.11.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Language/VERSION b/src/Language/VERSION index 2774f8587f4..142464bf22b 100644 --- a/src/Language/VERSION +++ b/src/Language/VERSION @@ -1 +1 @@ -0.10.0 \ No newline at end of file +0.11.0 \ No newline at end of file diff --git a/src/Logging/LoggingClient.php b/src/Logging/LoggingClient.php index 5842f942ccc..bbeb377fbf6 100644 --- a/src/Logging/LoggingClient.php +++ b/src/Logging/LoggingClient.php @@ -59,7 +59,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.7.0'; + const VERSION = '1.8.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 9dbb0c0052e..afa2b3515e9 100644 --- a/src/Logging/VERSION +++ b/src/Logging/VERSION @@ -1 +1 @@ -1.7.0 \ No newline at end of file +1.8.0 \ No newline at end of file diff --git a/src/Monitoring/VERSION b/src/Monitoring/VERSION index bcaffe19b5b..7deb86fee42 100644 --- a/src/Monitoring/VERSION +++ b/src/Monitoring/VERSION @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.7.1 \ No newline at end of file diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index 60d7692013e..e266fef3e0a 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -76,7 +76,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '0.10.0'; + const VERSION = '0.11.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION index 2774f8587f4..142464bf22b 100644 --- a/src/PubSub/VERSION +++ b/src/PubSub/VERSION @@ -1 +1 @@ -0.10.0 \ No newline at end of file +0.11.0 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 94caf97d132..4331cf4ba8b 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.46.0'; + const VERSION = '0.47.0'; } diff --git a/src/Spanner/SpannerClient.php b/src/Spanner/SpannerClient.php index 4cb04a8e861..f0cbea2a792 100644 --- a/src/Spanner/SpannerClient.php +++ b/src/Spanner/SpannerClient.php @@ -65,7 +65,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '0.10.0'; + const VERSION = '0.11.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 2774f8587f4..142464bf22b 100644 --- a/src/Spanner/VERSION +++ b/src/Spanner/VERSION @@ -1 +1 @@ -0.10.0 \ No newline at end of file +0.11.0 \ No newline at end of file diff --git a/src/Speech/SpeechClient.php b/src/Speech/SpeechClient.php index 54b41ac9518..eaa765561be 100644 --- a/src/Speech/SpeechClient.php +++ b/src/Speech/SpeechClient.php @@ -42,7 +42,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.9.0'; + const VERSION = '0.10.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Speech/VERSION b/src/Speech/VERSION index 899f24fc754..2774f8587f4 100644 --- a/src/Speech/VERSION +++ b/src/Speech/VERSION @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.10.0 \ No newline at end of file diff --git a/src/Storage/StorageClient.php b/src/Storage/StorageClient.php index 9604bb2e762..c5c5f799ff5 100644 --- a/src/Storage/StorageClient.php +++ b/src/Storage/StorageClient.php @@ -46,7 +46,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.2.1'; + const VERSION = '1.3.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 cb174d58a53..589268e6fed 100644 --- a/src/Storage/VERSION +++ b/src/Storage/VERSION @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/src/Trace/TraceClient.php b/src/Trace/TraceClient.php index 50c937d20d6..d5c73a52fb9 100644 --- a/src/Trace/TraceClient.php +++ b/src/Trace/TraceClient.php @@ -41,7 +41,7 @@ class TraceClient { use ClientTrait; - const VERSION = '0.3.3'; + const VERSION = '0.4.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Trace/VERSION b/src/Trace/VERSION index 87a0871112f..60a2d3e96c8 100644 --- a/src/Trace/VERSION +++ b/src/Trace/VERSION @@ -1 +1 @@ -0.3.3 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/src/Translate/TranslateClient.php b/src/Translate/TranslateClient.php index 67304f6dccb..77fdc5508b2 100644 --- a/src/Translate/TranslateClient.php +++ b/src/Translate/TranslateClient.php @@ -51,7 +51,7 @@ class TranslateClient { use ClientTrait; - const VERSION = '1.0.2'; + const VERSION = '1.1.0'; const ENGLISH_LANGUAGE_CODE = 'en'; diff --git a/src/Translate/VERSION b/src/Translate/VERSION index e6d5cb833c6..1cc5f657e05 100644 --- a/src/Translate/VERSION +++ b/src/Translate/VERSION @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/src/Version.php b/src/Version.php index 4827f077a96..9efe297b324 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.46.0'; + const VERSION = '0.47.0'; } diff --git a/src/VideoIntelligence/VERSION b/src/VideoIntelligence/VERSION index 8adc70fdd9d..c18d72be303 100644 --- a/src/VideoIntelligence/VERSION +++ b/src/VideoIntelligence/VERSION @@ -1 +1 @@ -0.8.0 \ No newline at end of file +0.8.1 \ No newline at end of file diff --git a/src/Vision/VERSION b/src/Vision/VERSION index bcaffe19b5b..8adc70fdd9d 100644 --- a/src/Vision/VERSION +++ b/src/Vision/VERSION @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/src/Vision/VisionClient.php b/src/Vision/VisionClient.php index abb5abbe827..b70eded6d25 100644 --- a/src/Vision/VisionClient.php +++ b/src/Vision/VisionClient.php @@ -42,7 +42,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '0.7.0'; + const VERSION = '0.8.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';