diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9c4404b1b0..283460add334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +## 0.122.0 + +
google/cloud-firestore 1.10.1 + + + +### Bug Fixes + +* fix compatibility with phpspec/prophecy v1.10 ([#2525](https://www.github.com/googleapis/google-cloud-php/issues/2525)) ([ca739c4](https://www.github.com/googleapis/google-cloud-php/commit/ca739c486895bef6b8f243529668e483eae83147)) + +
+ +
google/cloud-spanner 1.23.0 + + + +### Features + +* enable 'FieldMask' param in Instance::reload() method options ([#2530](https://www.github.com/googleapis/google-cloud-php/issues/2530)) ([006487a](https://www.github.com/googleapis/google-cloud-php/commit/006487a23046acb0db983cc59f16d0b808affa70)) + + +### Bug Fixes + +* fix compatibility with phpspec/prophecy v1.10 ([#2525](https://www.github.com/googleapis/google-cloud-php/issues/2525)) ([ca739c4](https://www.github.com/googleapis/google-cloud-php/commit/ca739c486895bef6b8f243529668e483eae83147)) + +
+ +
google/cloud-storage 1.17.0 + + + +### Features + +* add support for ARCHIVE storage class ([#2428](https://www.github.com/googleapis/google-cloud-php/issues/2428)) ([bb0e3d9](https://www.github.com/googleapis/google-cloud-php/commit/bb0e3d9de9766be3ef47308afc71292008a16ba5)) + + +### Bug Fixes + +* allow mkdir() via stream wrapper when UBL is enabled ([#2541](https://www.github.com/googleapis/google-cloud-php/issues/2541)) ([aef45e7](https://www.github.com/googleapis/google-cloud-php/commit/aef45e789ff45d774fa7bd184d3ca2166a1f5603)) + +
+ ## 0.121.0
google/cloud-asset 0.5.0 diff --git a/Firestore/VERSION b/Firestore/VERSION index ed21137ee197..e33692ab6f79 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.10.0 \ No newline at end of file +1.10.1 \ No newline at end of file diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 5fc1fd703cb3..4aac546e6007 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.10.0'; + const VERSION = '1.10.1'; const DEFAULT_DATABASE = '(default)'; diff --git a/Spanner/VERSION b/Spanner/VERSION index 80a81c0e7fc2..bfbadb3a2ac0 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.22.0 \ No newline at end of file +1.23.0 \ No newline at end of file diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index b9d968be335c..ac13aba9457b 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -77,7 +77,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.22.0'; + const VERSION = '1.23.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/Storage/VERSION b/Storage/VERSION index bbb75a1b6647..73d74673c7d5 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.16.1 \ No newline at end of file +1.17.0 \ No newline at end of file diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index c190bf0a1953..2544b40fcc44 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.1'; + const VERSION = '1.17.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/composer.json b/composer.json index 314cc4583cf9..cd3432e10294 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "google/cloud-dialogflow": "0.10.0", "google/cloud-dlp": "0.24.0", "google/cloud-error-reporting": "0.15.0", - "google/cloud-firestore": "1.10.0", + "google/cloud-firestore": "1.10.1", "google/cloud-iot": "0.10.0", "google/cloud-kms": "1.7.0", "google/cloud-language": "0.21.0", @@ -94,9 +94,9 @@ "google/cloud-redis": "0.11.0", "google/cloud-scheduler": "1.1.0", "google/cloud-security-center": "0.2.0", - "google/cloud-spanner": "1.22.0", + "google/cloud-spanner": "1.23.0", "google/cloud-speech": "0.29.0", - "google/cloud-storage": "1.16.1", + "google/cloud-storage": "1.17.0", "google/cloud-talent": "0.8.2", "google/cloud-tasks": "1.4.0", "google/cloud-text-to-speech": "0.5.0", diff --git a/docs/manifest.json b/docs/manifest.json index 30012103b113..c876a7e0483b 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.122.0", "v0.121.0", "v0.120.0", "v0.119.0", @@ -756,6 +757,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v1.10.1", "v1.10.0", "v1.9.0", "v1.8.0", @@ -1239,6 +1241,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.23.0", "v1.22.0", "v1.21.0", "v1.20.0", @@ -1378,6 +1381,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.17.0", "v1.16.1", "v1.16.0", "v1.15.0", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index fc4404f527ea..a3ceb5bed3a7 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.121.0'; + const VERSION = '0.122.0'; } diff --git a/src/Version.php b/src/Version.php index d78f82d77e62..fbe284084172 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.121.0'; + const VERSION = '0.122.0'; }