From b68c159bca2236ffc956601c013693d1befdce6a Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Wed, 27 Mar 2019 18:13:43 -0400 Subject: [PATCH] Prepare v0.97.0 (#1750) --- Asset/VERSION | 2 +- AutoMl/VERSION | 2 +- BigQueryDataTransfer/VERSION | 2 +- Bigtable/VERSION | 2 +- Bigtable/src/BigtableClient.php | 2 +- CommonProtos/VERSION | 2 +- Container/VERSION | 2 +- Core/VERSION | 2 +- Dataproc/VERSION | 2 +- Datastore/VERSION | 2 +- Datastore/src/DatastoreClient.php | 2 +- Debugger/VERSION | 2 +- Debugger/src/DebuggerClient.php | 2 +- Dialogflow/VERSION | 2 +- Dlp/VERSION | 2 +- ErrorReporting/VERSION | 2 +- Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- Iot/VERSION | 2 +- Kms/VERSION | 2 +- Language/VERSION | 2 +- Language/src/LanguageClient.php | 2 +- Logging/VERSION | 2 +- Logging/src/LoggingClient.php | 2 +- Monitoring/VERSION | 2 +- OsLogin/VERSION | 2 +- PubSub/VERSION | 2 +- PubSub/src/PubSubClient.php | 2 +- Redis/VERSION | 2 +- Scheduler/VERSION | 2 +- Spanner/VERSION | 2 +- Spanner/src/SpannerClient.php | 2 +- Speech/VERSION | 2 +- Speech/src/SpeechClient.php | 2 +- Talent/VERSION | 2 +- Tasks/VERSION | 2 +- TextToSpeech/VERSION | 2 +- Trace/VERSION | 2 +- Trace/src/TraceClient.php | 2 +- VideoIntelligence/VERSION | 2 +- Vision/VERSION | 2 +- Vision/src/VisionClient.php | 2 +- composer.json | 64 +++++++++++++++---------------- dev/src/Split/Command.php | 10 +++-- docs/manifest.json | 32 ++++++++++++++++ src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 47 files changed, 115 insertions(+), 79 deletions(-) diff --git a/Asset/VERSION b/Asset/VERSION index 84aa3a7dd73b..341cf11faf9a 100644 --- a/Asset/VERSION +++ b/Asset/VERSION @@ -1 +1 @@ -0.1.8 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/AutoMl/VERSION b/AutoMl/VERSION index 6c6aa7cb0918..341cf11faf9a 100644 --- a/AutoMl/VERSION +++ b/AutoMl/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/BigQueryDataTransfer/VERSION b/BigQueryDataTransfer/VERSION index 120f53215519..899f24fc754a 100644 --- a/BigQueryDataTransfer/VERSION +++ b/BigQueryDataTransfer/VERSION @@ -1 +1 @@ -0.8.6 \ No newline at end of file +0.9.0 \ No newline at end of file diff --git a/Bigtable/VERSION b/Bigtable/VERSION index 71172b43ae95..142464bf22b4 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -0.10.1 \ No newline at end of file +0.11.0 \ No newline at end of file diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index 7bdc0605be8b..e8b803e3625c 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '0.10.1'; + const VERSION = '0.11.0'; /** * @var GapicClient diff --git a/CommonProtos/VERSION b/CommonProtos/VERSION index 6da28dde76d6..341cf11faf9a 100644 --- a/CommonProtos/VERSION +++ b/CommonProtos/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/Container/VERSION b/Container/VERSION index fab77af2a1a7..899f24fc754a 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -0.8.3 \ No newline at end of file +0.9.0 \ No newline at end of file diff --git a/Core/VERSION b/Core/VERSION index bc584045a3db..e43da41f67bf 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.26.0 \ No newline at end of file +1.27.0 \ No newline at end of file diff --git a/Dataproc/VERSION b/Dataproc/VERSION index f514a2f0bd05..2774f8587f40 100644 --- a/Dataproc/VERSION +++ b/Dataproc/VERSION @@ -1 +1 @@ -0.9.1 \ No newline at end of file +0.10.0 \ No newline at end of file diff --git a/Datastore/VERSION b/Datastore/VERSION index 9dbb0c0052e7..afa2b3515e91 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.7.0 \ No newline at end of file +1.8.0 \ No newline at end of file diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index 015c18825fd2..5e2318ce64a5 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -79,7 +79,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.7.0'; + const VERSION = '1.8.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Debugger/VERSION b/Debugger/VERSION index 6b4966ddeb40..07feb8234926 100644 --- a/Debugger/VERSION +++ b/Debugger/VERSION @@ -1 +1 @@ -0.16.3 \ No newline at end of file +0.17.0 \ No newline at end of file diff --git a/Debugger/src/DebuggerClient.php b/Debugger/src/DebuggerClient.php index 514ebad501af..f6f1182306bc 100644 --- a/Debugger/src/DebuggerClient.php +++ b/Debugger/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.16.3'; + const VERSION = '0.17.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly'; diff --git a/Dialogflow/VERSION b/Dialogflow/VERSION index 389faccca38e..09a3acfa138d 100644 --- a/Dialogflow/VERSION +++ b/Dialogflow/VERSION @@ -1 +1 @@ -0.5.5 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/Dlp/VERSION b/Dlp/VERSION index d183d4ace05b..07feb8234926 100644 --- a/Dlp/VERSION +++ b/Dlp/VERSION @@ -1 +1 @@ -0.16.0 \ No newline at end of file +0.17.0 \ No newline at end of file diff --git a/ErrorReporting/VERSION b/ErrorReporting/VERSION index 679934348d0b..51de3305bb38 100644 --- a/ErrorReporting/VERSION +++ b/ErrorReporting/VERSION @@ -1 +1 @@ -0.12.5 \ No newline at end of file +0.13.0 \ No newline at end of file diff --git a/Firestore/VERSION b/Firestore/VERSION index 867e52437ab8..589268e6fedb 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 20f3d83c263d..c57570f19c12 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.2.0'; + const VERSION = '1.3.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/Iot/VERSION b/Iot/VERSION index c52db9804044..09a3acfa138d 100644 --- a/Iot/VERSION +++ b/Iot/VERSION @@ -1 +1 @@ -0.5.3 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/Kms/VERSION b/Kms/VERSION index 8cfbc905b39f..867e52437ab8 100644 --- a/Kms/VERSION +++ b/Kms/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.2.0 \ No newline at end of file diff --git a/Language/VERSION b/Language/VERSION index 3ccca1e8b89b..07feb8234926 100644 --- a/Language/VERSION +++ b/Language/VERSION @@ -1 +1 @@ -0.16.5 \ No newline at end of file +0.17.0 \ No newline at end of file diff --git a/Language/src/LanguageClient.php b/Language/src/LanguageClient.php index acb83c0452fb..ff3109c99a7b 100644 --- a/Language/src/LanguageClient.php +++ b/Language/src/LanguageClient.php @@ -44,7 +44,7 @@ class LanguageClient use ClientTrait; use RetryDeciderTrait; - const VERSION = '0.16.5'; + const VERSION = '0.17.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Logging/VERSION b/Logging/VERSION index 61e44cc77cfb..d19d0890128a 100644 --- a/Logging/VERSION +++ b/Logging/VERSION @@ -1 +1 @@ -1.14.5 \ No newline at end of file +1.15.0 \ No newline at end of file diff --git a/Logging/src/LoggingClient.php b/Logging/src/LoggingClient.php index a83ebc57e0ca..5e66f42898aa 100644 --- a/Logging/src/LoggingClient.php +++ b/Logging/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.14.5'; + const VERSION = '1.15.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/Monitoring/VERSION b/Monitoring/VERSION index 1c16bd1a4199..7092c7c46f86 100644 --- a/Monitoring/VERSION +++ b/Monitoring/VERSION @@ -1 +1 @@ -0.14.2 \ No newline at end of file +0.15.0 \ No newline at end of file diff --git a/OsLogin/VERSION b/OsLogin/VERSION index ef090a6c471a..8adc70fdd9d6 100644 --- a/OsLogin/VERSION +++ b/OsLogin/VERSION @@ -1 +1 @@ -0.7.4 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/PubSub/VERSION b/PubSub/VERSION index abb16582324b..ed21137ee197 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -1.9.0 \ No newline at end of file +1.10.0 \ No newline at end of file diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index bd75fc84d764..19d9c642e1ce 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -85,7 +85,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '1.9.0'; + const VERSION = '1.10.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/Redis/VERSION b/Redis/VERSION index 5d4294b9120c..09a3acfa138d 100644 --- a/Redis/VERSION +++ b/Redis/VERSION @@ -1 +1 @@ -0.5.1 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/Scheduler/VERSION b/Scheduler/VERSION index 341cf11faf9a..9325c3ccda98 100644 --- a/Scheduler/VERSION +++ b/Scheduler/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/Spanner/VERSION b/Spanner/VERSION index 32bd932f355b..f88cf52e6efc 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.12.0 \ No newline at end of file +1.13.0 \ No newline at end of file diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index 3f1530a38e74..c6d0bdd94ed3 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -78,7 +78,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.12.0'; + const VERSION = '1.13.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/Speech/VERSION b/Speech/VERSION index b9f8e558df4d..a7f3fc27a7ac 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -0.21.1 \ No newline at end of file +0.22.0 \ No newline at end of file diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index 6d4b5c12c033..4350f29ad089 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.21.1'; + const VERSION = '0.22.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Talent/VERSION b/Talent/VERSION index 6c6aa7cb0918..341cf11faf9a 100644 --- a/Talent/VERSION +++ b/Talent/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/Tasks/VERSION b/Tasks/VERSION index 7deb86fee428..8adc70fdd9d6 100644 --- a/Tasks/VERSION +++ b/Tasks/VERSION @@ -1 +1 @@ -0.7.1 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/TextToSpeech/VERSION b/TextToSpeech/VERSION index 7dff5b892112..9325c3ccda98 100644 --- a/TextToSpeech/VERSION +++ b/TextToSpeech/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/Trace/VERSION b/Trace/VERSION index 679934348d0b..51de3305bb38 100644 --- a/Trace/VERSION +++ b/Trace/VERSION @@ -1 +1 @@ -0.12.5 \ No newline at end of file +0.13.0 \ No newline at end of file diff --git a/Trace/src/TraceClient.php b/Trace/src/TraceClient.php index 2bf96fb5bf8e..bbe44207dea6 100644 --- a/Trace/src/TraceClient.php +++ b/Trace/src/TraceClient.php @@ -44,7 +44,7 @@ class TraceClient { use ClientTrait; - const VERSION = '0.12.5'; + const VERSION = '0.13.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/VideoIntelligence/VERSION b/VideoIntelligence/VERSION index 6261a05bb0ef..e21e727f96fa 100644 --- a/VideoIntelligence/VERSION +++ b/VideoIntelligence/VERSION @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.4.0 \ No newline at end of file diff --git a/Vision/VERSION b/Vision/VERSION index 918820be221d..a881cf79f294 100644 --- a/Vision/VERSION +++ b/Vision/VERSION @@ -1 +1 @@ -0.19.3 \ No newline at end of file +0.20.0 \ No newline at end of file diff --git a/Vision/src/VisionClient.php b/Vision/src/VisionClient.php index 02d93bdd0eab..70699975de4c 100644 --- a/Vision/src/VisionClient.php +++ b/Vision/src/VisionClient.php @@ -50,7 +50,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '0.19.3'; + const VERSION = '0.20.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/composer.json b/composer.json index 8a905d090aff..befe8eb6cd8d 100644 --- a/composer.json +++ b/composer.json @@ -67,40 +67,40 @@ "swaggest/json-schema": "^0.12.0" }, "replace": { - "google/cloud-asset": "0.1.8", - "google/cloud-automl": "0.1.0", + "google/cloud-asset": "0.2.0", + "google/cloud-automl": "0.2.0", "google/cloud-bigquery": "1.5.0", - "google/cloud-bigquerydatatransfer": "0.8.6", - "google/cloud-bigtable": "0.10.1", - "google/cloud-common-protos": "0.1.1", - "google/cloud-container": "0.8.3", - "google/cloud-core": "1.26.0", - "google/cloud-dataproc": "0.9.1", - "google/cloud-datastore": "1.7.0", - "google/cloud-debugger": "0.16.3", - "google/cloud-dialogflow": "0.5.5", - "google/cloud-dlp": "0.16.0", - "google/cloud-error-reporting": "0.12.5", - "google/cloud-firestore": "1.2.0", - "google/cloud-iot": "0.5.3", - "google/cloud-kms": "1.1.1", - "google/cloud-language": "0.16.5", - "google/cloud-logging": "1.14.5", - "google/cloud-monitoring": "0.14.2", - "google/cloud-oslogin": "0.7.4", - "google/cloud-pubsub": "1.9.0", - "google/cloud-redis": "0.5.1", - "google/cloud-scheduler": "0.2.0", - "google/cloud-spanner": "1.12.0", - "google/cloud-speech": "0.21.1", + "google/cloud-bigquerydatatransfer": "0.9.0", + "google/cloud-bigtable": "0.11.0", + "google/cloud-common-protos": "0.2.0", + "google/cloud-container": "0.9.0", + "google/cloud-core": "1.27.0", + "google/cloud-dataproc": "0.10.0", + "google/cloud-datastore": "1.8.0", + "google/cloud-debugger": "0.17.0", + "google/cloud-dialogflow": "0.6.0", + "google/cloud-dlp": "0.17.0", + "google/cloud-error-reporting": "0.13.0", + "google/cloud-firestore": "1.3.0", + "google/cloud-iot": "0.6.0", + "google/cloud-kms": "1.2.0", + "google/cloud-language": "0.17.0", + "google/cloud-logging": "1.15.0", + "google/cloud-monitoring": "0.15.0", + "google/cloud-oslogin": "0.8.0", + "google/cloud-pubsub": "1.10.0", + "google/cloud-redis": "0.6.0", + "google/cloud-scheduler": "0.3.0", + "google/cloud-spanner": "1.13.0", + "google/cloud-speech": "0.22.0", "google/cloud-storage": "1.11.0", - "google/cloud-talent": "0.1.0", - "google/cloud-tasks": "0.7.1", - "google/cloud-text-to-speech": "0.2.1", - "google/cloud-trace": "0.12.5", + "google/cloud-talent": "0.2.0", + "google/cloud-tasks": "0.8.0", + "google/cloud-text-to-speech": "0.3.0", + "google/cloud-trace": "0.13.0", "google/cloud-translate": "1.2.8", - "google/cloud-videointelligence": "1.3.1", - "google/cloud-vision": "0.19.3" + "google/cloud-videointelligence": "1.4.0", + "google/cloud-vision": "0.20.0" }, "suggest": { "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", @@ -238,4 +238,4 @@ ] } } -} +} \ No newline at end of file diff --git a/dev/src/Split/Command.php b/dev/src/Split/Command.php index 53e741fff802..161e8743e2bd 100644 --- a/dev/src/Split/Command.php +++ b/dev/src/Split/Command.php @@ -129,7 +129,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $errors = []; foreach ($components as $component) { - $res = $this->processComponent($output, $github, $split, $component); + $res = $this->processComponent($output, $github, $split, $component, $splitBinaryPath, $parentTagSource); if (!$res) { $errors[] = $component['id']; } @@ -159,13 +159,17 @@ protected function execute(InputInterface $input, OutputInterface $output) * @param GitHub A GitHub API wrapper. * @param Split A Splitsh wrapper. * @param array $component The component data. + * @param string $splitBinaryPath The path to the splitsh binary. + * @param string $parentTagSource The URI to the parent tag. * @return bool */ private function processComponent( OutputInterface $output, GitHub $github, Split $split, - array $component + array $component, + $splitBinaryPath, + $parentTagSource ) { $output->writeln(''); $localVersion = current($this->componentManager->componentsVersion($component['id'])); @@ -187,7 +191,7 @@ private function processComponent( )); $output->writeln('[info] Skipping.'); - return; + return true; } $output->writeln(sprintf( diff --git a/docs/manifest.json b/docs/manifest.json index db9949586356..cac07a3b9240 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.97.0", "v0.96.0", "v0.95.0", "v0.94.0", @@ -138,6 +139,7 @@ "name": "google/cloud-asset", "defaultService": "asset/readme", "versions": [ + "v0.2.0", "v0.1.8", "v0.1.7", "v0.1.6", @@ -155,6 +157,7 @@ "name": "google/cloud-automl", "defaultService": "automl/readme", "versions": [ + "v0.2.0", "v0.1.0", "master" ] @@ -202,6 +205,7 @@ "name": "google/cloud-bigquerydatatransfer", "defaultService": "bigquerydatatransfer/readme", "versions": [ + "v0.9.0", "v0.8.6", "v0.8.5", "v0.8.4", @@ -229,6 +233,7 @@ "name": "google/cloud-bigtable", "defaultService": "bigtable/readme", "versions": [ + "v0.11.0", "v0.10.1", "v0.10.0", "v0.9.3", @@ -265,6 +270,7 @@ "name": "google/cloud-common-protos", "defaultService": "commonprotos/readme", "versions": [ + "v0.2.0", "v0.1.1", "v0.1.0", "master" @@ -275,6 +281,7 @@ "name": "google/cloud-container", "defaultService": "container/readme", "versions": [ + "v0.9.0", "v0.8.3", "v0.8.2", "v0.8.1", @@ -308,6 +315,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.27.0", "v1.26.0", "v1.25.1", "v1.25.0", @@ -376,6 +384,7 @@ "name": "google/cloud-dataproc", "defaultService": "dataproc/readme", "versions": [ + "v0.10.0", "v0.9.1", "v0.9.0", "v0.8.4", @@ -412,6 +421,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.8.0", "v1.7.0", "v1.6.1", "v1.6.0", @@ -448,6 +458,7 @@ "name": "google/cloud-debugger", "defaultService": "debugger/debuggerclient", "versions": [ + "v0.17.0", "v0.16.3", "v0.16.2", "v0.16.1", @@ -482,6 +493,7 @@ "name": "google/cloud-dialogflow", "defaultService": "dialogflow/readme", "versions": [ + "v0.6.0", "v0.5.5", "v0.5.4", "v0.5.3", @@ -507,6 +519,7 @@ "name": "google/cloud-dlp", "defaultService": "dlp/readme", "versions": [ + "v0.17.0", "v0.16.0", "v0.15.3", "v0.15.2", @@ -550,6 +563,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.13.0", "v0.12.5", "v0.12.4", "v0.12.3", @@ -598,6 +612,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v1.3.0", "v1.2.0", "v1.1.1", "v1.1.0", @@ -649,6 +664,7 @@ "name": "google/cloud-iot", "defaultService": "iot/readme", "versions": [ + "v0.6.0", "v0.5.3", "v0.5.2", "v0.5.1", @@ -674,6 +690,7 @@ "name": "google/cloud-kms", "defaultService": "kms/readme", "versions": [ + "v1.2.0", "v1.1.1", "v1.1.0", "v1.0.0", @@ -696,6 +713,7 @@ "name": "google/cloud-language", "defaultService": "language/languageclient", "versions": [ + "v0.17.0", "v0.16.5", "v0.16.4", "v0.16.3", @@ -743,6 +761,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.15.0", "v1.14.5", "v1.14.4", "v1.14.3", @@ -798,6 +817,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.15.0", "v0.14.2", "v0.14.1", "v0.14.0", @@ -844,6 +864,7 @@ "name": "google/cloud-oslogin", "defaultService": "oslogin/readme", "versions": [ + "v0.8.0", "v0.7.4", "v0.7.3", "v0.7.2", @@ -875,6 +896,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v1.10.0", "v1.9.0", "v1.8.2", "v1.8.1", @@ -931,6 +953,7 @@ "name": "google/cloud-redis", "defaultService": "redis/readme", "versions": [ + "v0.6.0", "v0.5.1", "v0.5.0", "v0.4.6", @@ -958,6 +981,7 @@ "name": "google/cloud-scheduler", "defaultService": "scheduler/readme", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.1", "v0.1.0", @@ -969,6 +993,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.13.0", "v1.12.0", "v1.11.7", "v1.11.6", @@ -1029,6 +1054,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.22.0", "v0.21.1", "v0.21.0", "v0.20.0", @@ -1120,6 +1146,7 @@ "name": "google/cloud-talent", "defaultService": "talent/readme", "versions": [ + "v0.2.0", "v0.1.0", "master" ] @@ -1129,6 +1156,7 @@ "name": "google/cloud-tasks", "defaultService": "tasks/readme", "versions": [ + "v0.8.0", "v0.7.1", "v0.7.0", "v0.6.0", @@ -1151,6 +1179,7 @@ "name": "google/cloud-text-to-speech", "defaultService": "texttospeech/readme", "versions": [ + "v0.3.0", "v0.2.1", "v0.2.0", "v0.1.8", @@ -1170,6 +1199,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v0.13.0", "v0.12.5", "v0.12.4", "v0.12.3", @@ -1238,6 +1268,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/readme", "versions": [ + "v1.4.0", "v1.3.1", "v1.3.0", "v1.2.3", @@ -1288,6 +1319,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.20.0", "v0.19.3", "v0.19.2", "v0.19.1", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 6d57e8abe904..93da8d1515f6 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.96.0'; + const VERSION = '0.97.0'; } diff --git a/src/Version.php b/src/Version.php index baeb5137ceaf..73967246daad 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.96.0'; + const VERSION = '0.97.0'; }