diff --git a/Asset/VERSION b/Asset/VERSION index 60a2d3e96c80..79a2734bbf3d 100644 --- a/Asset/VERSION +++ b/Asset/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.5.0 \ No newline at end of file diff --git a/BigQueryDataTransfer/VERSION b/BigQueryDataTransfer/VERSION index 0548fb4e9b2f..7092c7c46f86 100644 --- a/BigQueryDataTransfer/VERSION +++ b/BigQueryDataTransfer/VERSION @@ -1 +1 @@ -0.14.0 \ No newline at end of file +0.15.0 \ No newline at end of file diff --git a/Bigtable/VERSION b/Bigtable/VERSION index 1cc5f657e054..8cfbc905b39f 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.1.1 \ No newline at end of file diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index fdd49b9faff8..d7db07ca5ae2 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '1.1.0'; + const VERSION = '1.1.1'; /** * @var GapicClient diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a935a6a7a94..0e9c4404b1b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,107 @@ # Changelog +## 0.121.0 + +
google/cloud-asset 0.5.0 + + + +### Features + +* add bigquery destination, update GCS destination, support Real Time Feed API ([#2463](https://www.github.com/googleapis/google-cloud-php/issues/2463)) ([e80f302](https://www.github.com/googleapis/google-cloud-php/commit/e80f30227ceac7f8adaf3c19d85708ab28bf2db2)) + +
+ +
google/cloud-bigquerydatatransfer 0.15.0 + + + +### Features + +* update client ([#2507](https://www.github.com/googleapis/google-cloud-php/issues/2507)) ([c5b25d4](https://www.github.com/googleapis/google-cloud-php/commit/c5b25d4419927bcf7cb56af00c91b282d68b2336)) + +
+ +
google/cloud-bigtable 1.1.1 + + + +### Bug Fixes + +* demonstrate row key in sample ([#2501](https://www.github.com/googleapis/google-cloud-php/issues/2501)) ([331799f](https://www.github.com/googleapis/google-cloud-php/commit/331799f3652c85eb7a82fa5e199f8cf17256367c)) + +
+ +
google/cloud-datastore 1.10.1 + + + +### Bug Fixes + +* add http annotations for operations ([#2488](https://www.github.com/googleapis/google-cloud-php/issues/2488)) ([0065969](https://www.github.com/googleapis/google-cloud-php/commit/006596900e32e398447b6854e65bc508e9a14b89)) + +
+ +
google/cloud-dlp 0.24.0 + + + +### Features + +* add locationId to request messages ([#2489](https://www.github.com/googleapis/google-cloud-php/issues/2489)) ([1ed49dd](https://www.github.com/googleapis/google-cloud-php/commit/1ed49dd7dde7dbcde018c5f29f5b3e8f86dc2f15)) + +
+ +
google/cloud-speech 0.29.0 + + + +### Features + +* update timeouts ([#2505](https://www.github.com/googleapis/google-cloud-php/issues/2505)) ([4b9377f](https://www.github.com/googleapis/google-cloud-php/commit/4b9377fe252a4cb772eb9d7cacdb36da91ea7abf)) + +
+ +
google/cloud-storage 1.16.1 + + + +### Bug Fixes + +* fix is_dir() and scandir() behavior in stream wrapper ([#2496](https://www.github.com/googleapis/google-cloud-php/issues/2496)) ([67f0029](https://www.github.com/googleapis/google-cloud-php/commit/67f002993127efd66e03f03519c8290c12fb35af)) + +
+ +
google/cloud-talent 0.8.2 + + + +### Bug Fixes + +* add back in HTTP bindings for operation calls ([#2495](https://www.github.com/googleapis/google-cloud-php/issues/2495)) ([cb280a7](https://www.github.com/googleapis/google-cloud-php/commit/cb280a7d50b9fffdec5d8a5b8a1dff98163b3089)) + +
+ +
google/cloud-videointelligence 1.7.1 + + + +### Bug Fixes + +* update unit tests ([#2487](https://www.github.com/googleapis/google-cloud-php/issues/2487)) ([a9722bb](https://www.github.com/googleapis/google-cloud-php/commit/a9722bb0c47798b3265feb952c4b0664cb29fb6d)) + +
+ +
google/cloud-vision 0.24.1 + + + +### Bug Fixes + +* make vision test more resilient ([#2512](https://www.github.com/googleapis/google-cloud-php/issues/2512)) ([f7bd9f7](https://www.github.com/googleapis/google-cloud-php/commit/f7bd9f7849b35b21c9a5970aa7406fa5144c6a7a)) + +
+ ## 0.120.0
google/cloud-speech 0.28.0 diff --git a/Datastore/VERSION b/Datastore/VERSION index ed21137ee197..e33692ab6f79 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.10.0 \ No newline at end of file +1.10.1 \ No newline at end of file diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index 7fb74b1ddce0..2e3e513cb0ef 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -80,7 +80,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.10.0'; + const VERSION = '1.10.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Dlp/VERSION b/Dlp/VERSION index 2ba6141de51c..286d5b09c89e 100644 --- a/Dlp/VERSION +++ b/Dlp/VERSION @@ -1 +1 @@ -0.23.0 \ No newline at end of file +0.24.0 \ No newline at end of file diff --git a/Speech/VERSION b/Speech/VERSION index 022a0337400f..beb3a3f6f7af 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -0.28.0 \ No newline at end of file +0.29.0 \ No newline at end of file diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index 2e06a5a3dd3e..b0defac3a96e 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.28.0'; + const VERSION = '0.29.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Storage/VERSION b/Storage/VERSION index 71bd5d9ee641..bbb75a1b6647 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.16.0 \ No newline at end of file +1.16.1 \ No newline at end of file diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 727717c992cf..c9548295f8c5 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.16.0'; + const VERSION = '1.16.1'; 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/Talent/VERSION b/Talent/VERSION index c18d72be3037..53a48a1e8c64 100644 --- a/Talent/VERSION +++ b/Talent/VERSION @@ -1 +1 @@ -0.8.1 \ No newline at end of file +0.8.2 \ No newline at end of file diff --git a/VideoIntelligence/VERSION b/VideoIntelligence/VERSION index 9dbb0c0052e7..081af9a10f3f 100644 --- a/VideoIntelligence/VERSION +++ b/VideoIntelligence/VERSION @@ -1 +1 @@ -1.7.0 \ No newline at end of file +1.7.1 \ No newline at end of file diff --git a/Vision/VERSION b/Vision/VERSION index 286d5b09c89e..1fee94775168 100644 --- a/Vision/VERSION +++ b/Vision/VERSION @@ -1 +1 @@ -0.24.0 \ No newline at end of file +0.24.1 \ No newline at end of file diff --git a/Vision/src/VisionClient.php b/Vision/src/VisionClient.php index a54d1c8a0068..b16bb17f124b 100644 --- a/Vision/src/VisionClient.php +++ b/Vision/src/VisionClient.php @@ -50,7 +50,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '0.24.0'; + const VERSION = '0.24.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/composer.json b/composer.json index 6f6f2cb35e8f..38daff89ee44 100644 --- a/composer.json +++ b/composer.json @@ -70,19 +70,19 @@ "swaggest/json-schema": "^0.12.0" }, "replace": { - "google/cloud-asset": "0.4.0", + "google/cloud-asset": "0.5.0", "google/cloud-automl": "0.8.1", "google/cloud-bigquery": "1.12.1", - "google/cloud-bigquerydatatransfer": "0.14.0", - "google/cloud-bigtable": "1.1.0", + "google/cloud-bigquerydatatransfer": "0.15.0", + "google/cloud-bigtable": "1.1.1", "google/cloud-common-protos": "0.2.0", "google/cloud-container": "0.11.0", "google/cloud-core": "1.34.0", "google/cloud-dataproc": "0.16.0", - "google/cloud-datastore": "1.10.0", + "google/cloud-datastore": "1.10.1", "google/cloud-debugger": "0.20.0", "google/cloud-dialogflow": "0.10.0", - "google/cloud-dlp": "0.23.0", + "google/cloud-dlp": "0.24.0", "google/cloud-error-reporting": "0.15.0", "google/cloud-firestore": "1.10.0", "google/cloud-iot": "0.10.0", @@ -96,15 +96,15 @@ "google/cloud-scheduler": "1.1.0", "google/cloud-security-center": "0.2.0", "google/cloud-spanner": "1.22.0", - "google/cloud-speech": "0.28.0", - "google/cloud-storage": "1.16.0", - "google/cloud-talent": "0.8.1", + "google/cloud-speech": "0.29.0", + "google/cloud-storage": "1.16.1", + "google/cloud-talent": "0.8.2", "google/cloud-tasks": "1.4.0", "google/cloud-text-to-speech": "0.5.0", "google/cloud-trace": "0.16.0", "google/cloud-translate": "1.6.0", - "google/cloud-videointelligence": "1.7.0", - "google/cloud-vision": "0.24.0", + "google/cloud-videointelligence": "1.7.1", + "google/cloud-vision": "0.24.1", "google/cloud-web-risk": "0.3.0", "google/cloud-web-security-scanner": "0.3.0" }, diff --git a/docs/manifest.json b/docs/manifest.json index 5082e03a6f74..30012103b113 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.121.0", "v0.120.0", "v0.119.0", "v0.118.0", @@ -165,6 +166,7 @@ "name": "google/cloud-asset", "defaultService": "asset/readme", "versions": [ + "v0.5.0", "v0.4.0", "v0.3.4", "v0.3.3", @@ -255,6 +257,7 @@ "name": "google/cloud-bigquerydatatransfer", "defaultService": "bigquerydatatransfer/readme", "versions": [ + "v0.15.0", "v0.14.0", "v0.13.0", "v0.12.1", @@ -293,6 +296,7 @@ "name": "google/cloud-bigtable", "defaultService": "bigtable/readme", "versions": [ + "v1.1.1", "v1.1.0", "v1.0.0", "v0.15.0", @@ -517,6 +521,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.10.1", "v1.10.0", "v1.9.5", "v1.9.4", @@ -640,6 +645,7 @@ "name": "google/cloud-dlp", "defaultService": "dlp/readme", "versions": [ + "v0.24.0", "v0.23.0", "v0.22.0", "v0.21.0", @@ -1310,6 +1316,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.29.0", "v0.28.0", "v0.27.0", "v0.26.0", @@ -1371,6 +1378,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.16.1", "v1.16.0", "v1.15.0", "v1.14.0", @@ -1420,6 +1428,7 @@ "name": "google/cloud-talent", "defaultService": "talent/readme", "versions": [ + "v0.8.2", "v0.8.1", "v0.8.0", "v0.7.0", @@ -1579,6 +1588,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/readme", "versions": [ + "v1.7.1", "v1.7.0", "v1.6.1", "v1.6.0", @@ -1637,6 +1647,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.24.1", "v0.24.0", "v0.23.0", "v0.22.5", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 148bc65f91c7..fc4404f527ea 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.120.0'; + const VERSION = '0.121.0'; } diff --git a/src/Version.php b/src/Version.php index d340df1a0784..d78f82d77e62 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.120.0'; + const VERSION = '0.121.0'; }