diff --git a/README.md b/README.md index 9e0b5f2e9627..5cd664e16bea 100644 --- a/README.md +++ b/README.md @@ -498,6 +498,14 @@ if ($operationResponse->operationSucceeded()) { } ``` +#### google/cloud-videointelligence + +Cloud Video Intelligence can be installed separately by requiring the `google/cloud-videointelligence` composer package: + +``` +$ require google/cloud-videointelligence +``` + ## Google Stackdriver Trace (Alpha) - [API Documentation](http://googlecloudplatform.github.io/google-cloud-php/#/docs/latest/trace/traceclient) @@ -531,6 +539,14 @@ foreach($traceClient->traces() as $trace) { } ``` +#### google/cloud-trace + +Stackdriver Trace can be installed separately by requiring the `google/cloud-trace` composer package: + +``` +$ require google/cloud-trace +``` + ## Caching Access Tokens By default the library will use a simple in-memory caching implementation, however it is possible to override this behavior by passing a [PSR-6](http://www.php-fig.org/psr/psr-6/) caching implementation in to the desired client. diff --git a/docs/contents/google-cloud.json b/docs/contents/google-cloud.json index c7a5ba8e8932..224ba5a6d7fe 100644 --- a/docs/contents/google-cloud.json +++ b/docs/contents/google-cloud.json @@ -15,6 +15,7 @@ "cloud-spanner", "cloud-speech", "cloud-storage", + "cloud-trace", "cloud-translate", "cloud-videointelligence", "cloud-vision", diff --git a/docs/manifest.json b/docs/manifest.json index 92c98685ded1..e1edc53490c6 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.32.0", "v0.31.1", "v0.31.0", "v0.30.1", @@ -67,6 +68,7 @@ "name": "google/cloud-core", "defaultService": "core/readme", "versions": [ + "v1.5.1", "v1.5.0", "v1.4.1", "v1.4.0", @@ -95,6 +97,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.3.0", "v0.2.1", "v0.2.0", "v0.1.0", @@ -118,6 +121,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.3.0", "v0.2.1", "v0.2.0", "v0.1.0", @@ -154,6 +158,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v0.2.1", "v0.2.0", "v0.1.1", "v0.1.0", @@ -182,6 +187,15 @@ "master" ] }, + { + "id": "cloud-trace", + "name": "google/cloud-trace", + "defaultService": "trace/traceclient", + "versions": [ + "v0.1.0", + "master" + ] + }, { "id": "cloud-translate", "name": "google/cloud-translate", diff --git a/src/Core/VERSION b/src/Core/VERSION index 3e1ad720b13d..8e03717dca27 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.5.1 \ No newline at end of file diff --git a/src/ErrorReporting/VERSION b/src/ErrorReporting/VERSION index 7dff5b892112..9325c3ccda98 100644 --- a/src/ErrorReporting/VERSION +++ b/src/ErrorReporting/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/src/Monitoring/VERSION b/src/Monitoring/VERSION index 7dff5b892112..9325c3ccda98 100644 --- a/src/Monitoring/VERSION +++ b/src/Monitoring/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index f38af13b9299..590b28698efb 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -50,7 +50,7 @@ */ class ServiceBuilder { - const VERSION = '0.31.1'; + const VERSION = '0.32.0'; /** * @var array Configuration options to be used between clients. diff --git a/src/Spanner/SpannerClient.php b/src/Spanner/SpannerClient.php index a19803a68d5a..89a8491c0de7 100644 --- a/src/Spanner/SpannerClient.php +++ b/src/Spanner/SpannerClient.php @@ -65,7 +65,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '0.2.0'; + const VERSION = '0.2.1'; 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 341cf11faf9a..7dff5b892112 100644 --- a/src/Spanner/VERSION +++ b/src/Spanner/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1 \ No newline at end of file diff --git a/src/Trace/VERSION b/src/Trace/VERSION index 6e8bf73aa550..6c6aa7cb0918 100644 --- a/src/Trace/VERSION +++ b/src/Trace/VERSION @@ -1 +1 @@ -0.1.0 +0.1.0 \ No newline at end of file