diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa3e6663b21..6933c23d2662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,83 @@ # Changelog +## 0.196.0 + +
google/cloud-core 1.49.0 + + + +### Features + +* Add support for Monolog 3.x ([#5334](https://github.com/googleapis/google-cloud-php/issues/5334)) ([6ad6bc3](https://github.com/googleapis/google-cloud-php/commit/6ad6bc3249e8ce5d95f8e40021254565fcf8f8a4)) + +
+ +
google/cloud-datastore 1.17.2 + + + +### Bug Fixes + +* **datastore:** Query limit more than 300 ([#5592](https://github.com/googleapis/google-cloud-php/issues/5592)) ([b272644](https://github.com/googleapis/google-cloud-php/commit/b272644cac98e2548c9efc229724a620e7ad0fa0)) + +
+ +
google/cloud-debugger 1.4.13 + + + +
+ +
google/cloud-logging 1.25.0 + + + +### Features + +* Add support for Monolog 3.x ([#5334](https://github.com/googleapis/google-cloud-php/issues/5334)) ([6ad6bc3](https://github.com/googleapis/google-cloud-php/commit/6ad6bc3249e8ce5d95f8e40021254565fcf8f8a4)) + +
+ +
google/cloud-scheduler 1.7.0 + + + +### Features + +* [Scheduler] add location RPCs / legacy_app_engine_cron option ([#5705](https://github.com/googleapis/google-cloud-php/issues/5705)) ([cc7b7ad](https://github.com/googleapis/google-cloud-php/commit/cc7b7ad251d5da9e739be678f3c5dbdac81e367e)) + +
+ +
google/cloud-security-center 1.14.0 + + + +### Features + +* [SecurityCenter] add user_name field to the finding access ([#5706](https://github.com/googleapis/google-cloud-php/issues/5706)) ([01ae6f7](https://github.com/googleapis/google-cloud-php/commit/01ae6f76e1a144e410fbc4d1543a0761a579de9b)) + +
+ +
google/cloud-spanner 1.55.0 + + + +### Features + +* **Spanner:** FGAC support ([#5642](https://github.com/googleapis/google-cloud-php/issues/5642)) ([0f25677](https://github.com/googleapis/google-cloud-php/commit/0f25677e0654d2633fba5b7936edcc917083a47e)) + +
+ +
google/cloud-storage 1.30.2 + + + +### Bug Fixes + +* **Storage:** Fix System\StreamWrapper\ImageTest ([#5695](https://github.com/googleapis/google-cloud-php/issues/5695)) ([36cc50c](https://github.com/googleapis/google-cloud-php/commit/36cc50cd9968a8730eba97a996ca97a3af52e6f6)) + +
+ ## 0.195.0
google/cloud-access-approval 1.0.1 diff --git a/Core/VERSION b/Core/VERSION index 5525f03fa61b..7f3a46a841e5 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.48.1 +1.49.0 diff --git a/Datastore/VERSION b/Datastore/VERSION index 511a76e6faf8..06fb41b6322f 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.17.1 +1.17.2 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index 4c232dc85f84..437d45df7708 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -90,7 +90,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.17.1'; + const VERSION = '1.17.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Debugger/VERSION b/Debugger/VERSION index f86e0298809f..acd81d7f2c83 100644 --- a/Debugger/VERSION +++ b/Debugger/VERSION @@ -1 +1 @@ -1.4.12 +1.4.13 diff --git a/Debugger/src/DebuggerClient.php b/Debugger/src/DebuggerClient.php index d81a297a905a..3e3ea8ca64bd 100644 --- a/Debugger/src/DebuggerClient.php +++ b/Debugger/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '1.4.12'; + const VERSION = '1.4.13'; 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/Logging/VERSION b/Logging/VERSION index c4bdc90e96da..ad2191947f7b 100644 --- a/Logging/VERSION +++ b/Logging/VERSION @@ -1 +1 @@ -1.24.10 +1.25.0 diff --git a/Logging/src/LoggingClient.php b/Logging/src/LoggingClient.php index 24c319e80c6b..99c3ccb639a6 100644 --- a/Logging/src/LoggingClient.php +++ b/Logging/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.24.10'; + const VERSION = '1.25.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/Scheduler/VERSION b/Scheduler/VERSION index d8c5e721a77e..bd8bf882d061 100644 --- a/Scheduler/VERSION +++ b/Scheduler/VERSION @@ -1 +1 @@ -1.6.8 +1.7.0 diff --git a/SecurityCenter/VERSION b/SecurityCenter/VERSION index b50dd27dd92e..850e742404bb 100644 --- a/SecurityCenter/VERSION +++ b/SecurityCenter/VERSION @@ -1 +1 @@ -1.13.1 +1.14.0 diff --git a/Spanner/VERSION b/Spanner/VERSION index 75d4c09852e6..094d6ad00ce7 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.54.2 +1.55.0 diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index b1970e8aff44..04e06a17bb41 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -93,7 +93,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.54.2'; + const VERSION = '1.55.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 7f3c3affd72c..d1eaa3ba0b8c 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.30.1 +1.30.2 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 7b90aa0cd1df..7a1c415bc822 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.30.1'; + const VERSION = '1.30.2'; 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 d25be231bbde..347e1cb2c0fc 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ }, "conflict": { "psr/log": ">=3" - }, + }, "replace": { "google/access-context-manager": "0.3.1", "google/analytics-admin": "0.8.1", @@ -117,7 +117,7 @@ "google/cloud-contact-center-insights": "1.0.1", "google/cloud-container": "1.9.1", "google/cloud-container-analysis": "0.2.8", - "google/cloud-core": "1.48.1", + "google/cloud-core": "1.49.0", "google/cloud-data-catalog": "1.3.7", "google/cloud-data-fusion": "0.2.7", "google/cloud-dataflow": "0.3.6", @@ -126,10 +126,10 @@ "google/cloud-dataplex": "0.1.6", "google/cloud-dataproc": "3.2.2", "google/cloud-dataproc-metastore": "0.4.1", - "google/cloud-datastore": "1.17.1", + "google/cloud-datastore": "1.17.2", "google/cloud-datastore-admin": "0.5.4", "google/cloud-datastream": "1.0.1", - "google/cloud-debugger": "1.4.12", + "google/cloud-debugger": "1.4.13", "google/cloud-deploy": "0.3.2", "google/cloud-dialogflow": "1.0.1", "google/cloud-dlp": "1.8.1", @@ -157,7 +157,7 @@ "google/cloud-kms": "1.15.1", "google/cloud-language": "0.28.1", "google/cloud-life-sciences": "0.3.1", - "google/cloud-logging": "1.24.10", + "google/cloud-logging": "1.25.0", "google/cloud-managed-identities": "1.0.1", "google/cloud-media-translation": "0.2.8", "google/cloud-memcache": "1.0.1", @@ -183,9 +183,9 @@ "google/cloud-resource-settings": "1.0.1", "google/cloud-retail": "1.0.1", "google/cloud-run": "0.3.1", - "google/cloud-scheduler": "1.6.8", + "google/cloud-scheduler": "1.7.0", "google/cloud-secret-manager": "1.9.7", - "google/cloud-security-center": "1.13.1", + "google/cloud-security-center": "1.14.0", "google/cloud-security-private-ca": "1.0.1", "google/cloud-security-public-ca": "0.1.2", "google/cloud-service-control": "1.0.1", @@ -193,10 +193,10 @@ "google/cloud-service-management": "1.0.1", "google/cloud-service-usage": "1.0.1", "google/cloud-shell": "1.0.1", - "google/cloud-spanner": "1.54.2", + "google/cloud-spanner": "1.55.0", "google/cloud-speech": "1.8.0", "google/cloud-sql-admin": "0.2.7", - "google/cloud-storage": "1.30.1", + "google/cloud-storage": "1.30.2", "google/cloud-storage-transfer": "1.0.1", "google/cloud-talent": "1.0.1", "google/cloud-tasks": "1.11.7", diff --git a/docs/manifest.json b/docs/manifest.json index db785203f096..094d194df7d0 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.196.0", "v0.195.0", "v0.194.0", "v0.193.0", @@ -1187,6 +1188,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.49.0", "v1.48.1", "v1.48.0", "v1.47.4", @@ -1513,6 +1515,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.17.2", "v1.17.1", "v1.17.0", "v1.16.4", @@ -1625,6 +1628,7 @@ "name": "google/cloud-debugger", "defaultService": "debugger/debuggerclient", "versions": [ + "v1.4.13", "v1.4.12", "v1.4.11", "v1.4.10", @@ -2591,6 +2595,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.25.0", "v1.24.10", "v1.24.9", "v1.24.8", @@ -3448,6 +3453,7 @@ "name": "google/cloud-scheduler", "defaultService": "scheduler/readme", "versions": [ + "v1.7.0", "v1.6.8", "v1.6.7", "v1.6.6", @@ -3520,6 +3526,7 @@ "name": "google/cloud-security-center", "defaultService": "securitycenter/readme", "versions": [ + "v1.14.0", "v1.13.1", "v1.13.0", "v1.12.0", @@ -3711,6 +3718,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.55.0", "v1.54.2", "v1.54.1", "v1.54.0", @@ -3947,6 +3955,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.30.2", "v1.30.1", "v1.30.0", "v1.29.0", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 35f292d45bde..1b452f976f2d 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.195.0'; + const VERSION = '0.196.0'; } diff --git a/src/Version.php b/src/Version.php index 58356c4cd320..63304be1743e 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.195.0'; + const VERSION = '0.196.0'; }