diff --git a/composer.json b/composer.json index b19da66b9719..638cbd4724f7 100644 --- a/composer.json +++ b/composer.json @@ -63,21 +63,22 @@ "phpseclib/phpseclib": "^2" }, "replace": { - "google/cloud-bigquery": "0.2.2", - "google/cloud-core": "1.8.0", - "google/cloud-datastore": "1.0.0", - "google/cloud-error-reporting": "0.4.1", - "google/cloud-logging": "1.3.1", - "google/cloud-monitoring": "0.4.1", - "google/cloud-language": "0.4.0", - "google/cloud-pubsub": "0.6.1", - "google/cloud-spanner": "0.4.0", - "google/cloud-speech": "0.6.1", - "google/cloud-storage": "1.1.3", - "google/cloud-trace": "0.3.1", - "google/cloud-translate": "1.0.0", - "google/cloud-videointelligence": "0.3.1", - "google/cloud-vision": "0.4.0" + "google/cloud-bigquery": "0.2.3", + "google/cloud-core": "1.8.1", + "google/cloud-datastore": "1.0.1", + "google/cloud-error-reporting": "0.4.2", + "google/cloud-logging": "1.3.2", + "google/cloud-monitoring": "0.4.2", + "google/cloud-language": "0.4.1", + "google/cloud-pubsub": "0.6.2", + "google/cloud-spanner": "0.5.0", + "google/cloud-speech": "0.6.2", + "google/cloud-storage": "1.1.4", + "google/cloud-trace": "0.3.2", + "google/cloud-translate": "1.0.1", + "google/cloud-videointelligence": "0.3.2", + "google/cloud-vision": "0.4.1", + "google/cloud-dlp": "0.1.1" }, "suggest": { "google/gax": "Required to support gRPC", @@ -114,4 +115,4 @@ "entry": "ServiceBuilder.php" } } -} +} \ No newline at end of file diff --git a/docs/manifest.json b/docs/manifest.json index 02abf9a96555..38cea82663b7 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.37.0", "v0.36.0", "v0.35.0", "v0.34.1", @@ -64,6 +65,7 @@ "name": "google/cloud-bigquery", "defaultService": "bigquery/bigqueryclient", "versions": [ + "v0.2.3", "v0.2.2", "v0.2.1", "v0.2.0", @@ -76,6 +78,7 @@ "name": "google/cloud-core", "defaultService": "core/readme", "versions": [ + "v1.8.1", "v1.8.0", "v1.7.0", "v1.6.0", @@ -98,6 +101,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.0.1", "v1.0.0", "v0.1.0", "master" @@ -108,6 +112,7 @@ "name": "google/cloud-dlp", "defaultService": "dlp/readme", "versions": [ + "v0.1.1", "v0.1.0", "master" ] @@ -117,6 +122,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.4.2", "v0.4.1", "v0.4.0", "v0.3.0", @@ -131,6 +137,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.3.2", "v1.3.1", "v1.3.0", "v1.2.0", @@ -145,6 +152,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.4.2", "v0.4.1", "v0.4.0", "v0.3.0", @@ -159,6 +167,7 @@ "name": "google/cloud-language", "defaultService": "language/languageclient", "versions": [ + "v0.4.1", "v0.4.0", "v0.3.0", "v0.2.0", @@ -171,6 +180,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v0.6.2", "v0.6.1", "v0.6.0", "v0.5.1", @@ -187,6 +197,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v0.5.0", "v0.4.0", "v0.3.1", "v0.3.0", @@ -203,6 +214,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.6.2", "v0.6.1", "v0.6.0", "v0.5.0", @@ -218,6 +230,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.1.4", "v1.1.3", "v1.1.2", "v1.1.1", @@ -232,6 +245,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v0.3.2", "v0.3.1", "v0.3.0", "v0.2.0", @@ -244,6 +258,7 @@ "name": "google/cloud-translate", "defaultService": "translate/translateclient", "versions": [ + "v1.0.1", "v1.0.0", "v0.2.1", "v0.2.0", @@ -256,6 +271,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/videointelligenceserviceclient", "versions": [ + "v0.3.2", "v0.3.1", "v0.3.0", "v0.2.0", @@ -268,6 +284,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.4.1", "v0.4.0", "v0.3.0", "v0.2.0", diff --git a/src/BigQuery/BigQueryClient.php b/src/BigQuery/BigQueryClient.php index cfa25d9e09a6..68c62bfea764 100644 --- a/src/BigQuery/BigQueryClient.php +++ b/src/BigQuery/BigQueryClient.php @@ -45,7 +45,7 @@ class BigQueryClient use ClientTrait; use JobConfigurationTrait; - const VERSION = '0.2.2'; + const VERSION = '0.2.3'; const SCOPE = 'https://www.googleapis.com/auth/bigquery'; const INSERT_SCOPE = 'https://www.googleapis.com/auth/bigquery.insertdata'; diff --git a/src/BigQuery/VERSION b/src/BigQuery/VERSION index f4778493c500..373f8c6f0736 100644 --- a/src/BigQuery/VERSION +++ b/src/BigQuery/VERSION @@ -1 +1 @@ -0.2.2 \ No newline at end of file +0.2.3 \ No newline at end of file diff --git a/src/Core/VERSION b/src/Core/VERSION index afa2b3515e91..b9268dae245e 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.8.0 \ No newline at end of file +1.8.1 \ No newline at end of file diff --git a/src/Datastore/DatastoreClient.php b/src/Datastore/DatastoreClient.php index 07725a41087e..781d9330e8b4 100644 --- a/src/Datastore/DatastoreClient.php +++ b/src/Datastore/DatastoreClient.php @@ -76,7 +76,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.0.0'; + const VERSION = '1.0.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/src/Datastore/VERSION b/src/Datastore/VERSION index afaf360d37fb..7f207341d5d9 100644 --- a/src/Datastore/VERSION +++ b/src/Datastore/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/src/Dlp/VERSION b/src/Dlp/VERSION index 6e8bf73aa550..6da28dde76d6 100644 --- a/src/Dlp/VERSION +++ b/src/Dlp/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 \ No newline at end of file diff --git a/src/ErrorReporting/VERSION b/src/ErrorReporting/VERSION index 44bb5d1f7435..f7abe273d307 100644 --- a/src/ErrorReporting/VERSION +++ b/src/ErrorReporting/VERSION @@ -1 +1 @@ -0.4.1 \ No newline at end of file +0.4.2 \ No newline at end of file diff --git a/src/Language/LanguageClient.php b/src/Language/LanguageClient.php index 007ceabf90df..096662c92e9b 100644 --- a/src/Language/LanguageClient.php +++ b/src/Language/LanguageClient.php @@ -43,7 +43,7 @@ class LanguageClient use ClientTrait; use RetryDeciderTrait; - const VERSION = '0.4.0'; + const VERSION = '0.4.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Language/VERSION b/src/Language/VERSION index 60a2d3e96c80..44bb5d1f7435 100644 --- a/src/Language/VERSION +++ b/src/Language/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/Logging/LoggingClient.php b/src/Logging/LoggingClient.php index c7b8bab69bb3..1094869359d8 100644 --- a/src/Logging/LoggingClient.php +++ b/src/Logging/LoggingClient.php @@ -68,7 +68,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.3.1'; + const VERSION = '1.3.2'; 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 6261a05bb0ef..d5e98f723f15 100644 --- a/src/Logging/VERSION +++ b/src/Logging/VERSION @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.2 \ No newline at end of file diff --git a/src/Monitoring/VERSION b/src/Monitoring/VERSION index 44bb5d1f7435..f7abe273d307 100644 --- a/src/Monitoring/VERSION +++ b/src/Monitoring/VERSION @@ -1 +1 @@ -0.4.1 \ No newline at end of file +0.4.2 \ No newline at end of file diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index 462e2287309d..def544a3a393 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -85,7 +85,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '0.6.1'; + const VERSION = '0.6.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION index 7ceb04048e8a..b1d7abc0dbab 100644 --- a/src/PubSub/VERSION +++ b/src/PubSub/VERSION @@ -1 +1 @@ -0.6.1 \ No newline at end of file +0.6.2 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index ae0301118d72..ca64e6293096 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -50,7 +50,7 @@ */ class ServiceBuilder { - const VERSION = '0.36.0'; + const VERSION = '0.37.0'; /** * @var array Configuration options to be used between clients. diff --git a/src/Spanner/SpannerClient.php b/src/Spanner/SpannerClient.php index c035172d92aa..0fcfefb6c722 100644 --- a/src/Spanner/SpannerClient.php +++ b/src/Spanner/SpannerClient.php @@ -64,7 +64,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '0.4.0'; + const VERSION = '0.5.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 60a2d3e96c80..79a2734bbf3d 100644 --- a/src/Spanner/VERSION +++ b/src/Spanner/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.5.0 \ No newline at end of file diff --git a/src/Speech/SpeechClient.php b/src/Speech/SpeechClient.php index 4417c8b8857e..a38f73856295 100644 --- a/src/Speech/SpeechClient.php +++ b/src/Speech/SpeechClient.php @@ -42,7 +42,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.6.1'; + const VERSION = '0.6.2'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Speech/VERSION b/src/Speech/VERSION index 7ceb04048e8a..b1d7abc0dbab 100644 --- a/src/Speech/VERSION +++ b/src/Speech/VERSION @@ -1 +1 @@ -0.6.1 \ No newline at end of file +0.6.2 \ No newline at end of file diff --git a/src/Storage/StorageClient.php b/src/Storage/StorageClient.php index 7ad5bdf327d0..a852787bfdff 100644 --- a/src/Storage/StorageClient.php +++ b/src/Storage/StorageClient.php @@ -45,7 +45,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.1.3'; + const VERSION = '1.1.4'; 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 9c1218c201fd..1b87bcd0b09c 100644 --- a/src/Storage/VERSION +++ b/src/Storage/VERSION @@ -1 +1 @@ -1.1.3 \ No newline at end of file +1.1.4 \ No newline at end of file diff --git a/src/Trace/TraceClient.php b/src/Trace/TraceClient.php index 0b61af4b38a6..3e4d74a3bd11 100644 --- a/src/Trace/TraceClient.php +++ b/src/Trace/TraceClient.php @@ -43,7 +43,7 @@ class TraceClient use ArrayTrait; use ClientTrait; - const VERSION = '0.3.1'; + const VERSION = '0.3.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/trace.readonly'; diff --git a/src/Trace/VERSION b/src/Trace/VERSION index a2268e2de445..9fc80f937fab 100644 --- a/src/Trace/VERSION +++ b/src/Trace/VERSION @@ -1 +1 @@ -0.3.1 \ No newline at end of file +0.3.2 \ No newline at end of file diff --git a/src/Translate/TranslateClient.php b/src/Translate/TranslateClient.php index 261d970f5e49..719d55011476 100644 --- a/src/Translate/TranslateClient.php +++ b/src/Translate/TranslateClient.php @@ -51,7 +51,7 @@ class TranslateClient { use ClientTrait; - const VERSION = '1.0.0'; + const VERSION = '1.0.1'; const ENGLISH_LANGUAGE_CODE = 'en'; diff --git a/src/Translate/VERSION b/src/Translate/VERSION index afaf360d37fb..7f207341d5d9 100644 --- a/src/Translate/VERSION +++ b/src/Translate/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/src/VideoIntelligence/VERSION b/src/VideoIntelligence/VERSION index a2268e2de445..9fc80f937fab 100644 --- a/src/VideoIntelligence/VERSION +++ b/src/VideoIntelligence/VERSION @@ -1 +1 @@ -0.3.1 \ No newline at end of file +0.3.2 \ No newline at end of file diff --git a/src/Vision/VERSION b/src/Vision/VERSION index 60a2d3e96c80..44bb5d1f7435 100644 --- a/src/Vision/VERSION +++ b/src/Vision/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/Vision/VisionClient.php b/src/Vision/VisionClient.php index e9a32e5f6666..741ff1021bae 100644 --- a/src/Vision/VisionClient.php +++ b/src/Vision/VisionClient.php @@ -42,7 +42,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '0.4.0'; + const VERSION = '0.4.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';