diff --git a/Asset/VERSION b/Asset/VERSION index ca7176690dd6..0a5af26df3fd 100644 --- a/Asset/VERSION +++ b/Asset/VERSION @@ -1 +1 @@ -1.11.2 +1.11.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 473d08b13241..1a7f35bd8b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,53 @@ # Changelog +## 0.205.0 + +
google/cloud-asset 1.11.3 + + + +### Bug Fixes + +* **deps:** Update dependency google/access-context-manager to ^0.4 ([#6186](https://github.com/googleapis/google-cloud-php/issues/6186)) ([2a40db9](https://github.com/googleapis/google-cloud-php/commit/2a40db91b65c84903e4ef3e7b9c1193198ff33af)) + +
+ +
google/cloud-logging 1.26.0 + + + +### Features + +* Add ConfigServiceV2.CreateBucketAsync method for creating Log Buckets asynchronously ([be76df8](https://github.com/googleapis/google-cloud-php/commit/be76df88ba9cd2887caa777ecd7638d13d76fb38)) +* Add ConfigServiceV2.CreateLink method for creating linked datasets for Log Analytics Buckets ([be76df8](https://github.com/googleapis/google-cloud-php/commit/be76df88ba9cd2887caa777ecd7638d13d76fb38)) +* Add ConfigServiceV2.DeleteLink method for deleting linked datasets ([be76df8](https://github.com/googleapis/google-cloud-php/commit/be76df88ba9cd2887caa777ecd7638d13d76fb38)) +* Add ConfigServiceV2.GetLink methods for describing linked datasets ([be76df8](https://github.com/googleapis/google-cloud-php/commit/be76df88ba9cd2887caa777ecd7638d13d76fb38)) +* Add ConfigServiceV2.ListLinks method for listing linked datasets ([be76df8](https://github.com/googleapis/google-cloud-php/commit/be76df88ba9cd2887caa777ecd7638d13d76fb38)) +* Add ConfigServiceV2.UpdateBucketAsync method for creating Log Buckets asynchronously ([be76df8](https://github.com/googleapis/google-cloud-php/commit/be76df88ba9cd2887caa777ecd7638d13d76fb38)) +* Add LogBucket.analytics_enabled field that specifies whether Log Bucket's Analytics features are enabled ([be76df8](https://github.com/googleapis/google-cloud-php/commit/be76df88ba9cd2887caa777ecd7638d13d76fb38)) +* Add LogBucket.index_configs field that contains a list of Log Bucket's indexed fields and related configuration data ([be76df8](https://github.com/googleapis/google-cloud-php/commit/be76df88ba9cd2887caa777ecd7638d13d76fb38)) +* Log Analytics features of the Cloud Logging API ([#6189](https://github.com/googleapis/google-cloud-php/issues/6189)) ([be76df8](https://github.com/googleapis/google-cloud-php/commit/be76df88ba9cd2887caa777ecd7638d13d76fb38)) + + +### Documentation + +* Documentation for the Log Analytics features of the Cloud Logging API ([be76df8](https://github.com/googleapis/google-cloud-php/commit/be76df88ba9cd2887caa777ecd7638d13d76fb38)) + +
+ +
google/cloud-redis 1.7.0 + + + +### Features + +* [Cloud Memorystore for Redis] Add persistence support ([e22bb9f](https://github.com/googleapis/google-cloud-php/commit/e22bb9f1766f6f02df14195dc9f463543a3a726a)) +* [Cloud Memorystore for Redis] Add self service update maintenance version support ([e22bb9f](https://github.com/googleapis/google-cloud-php/commit/e22bb9f1766f6f02df14195dc9f463543a3a726a)) +* [Cloud Memorystore for Redis] Add suspension_reasons field ([e22bb9f](https://github.com/googleapis/google-cloud-php/commit/e22bb9f1766f6f02df14195dc9f463543a3a726a)) +* Add CMEK key field ([#6187](https://github.com/googleapis/google-cloud-php/issues/6187)) ([e22bb9f](https://github.com/googleapis/google-cloud-php/commit/e22bb9f1766f6f02df14195dc9f463543a3a726a)) + +
+ ## 0.204.0
google/access-context-manager 0.4.0 diff --git a/Logging/VERSION b/Logging/VERSION index b45fe310644f..5ff8c4f5d2ad 100644 --- a/Logging/VERSION +++ b/Logging/VERSION @@ -1 +1 @@ -1.25.5 +1.26.0 diff --git a/Logging/src/LoggingClient.php b/Logging/src/LoggingClient.php index c9bf0a9d4278..06141873028b 100644 --- a/Logging/src/LoggingClient.php +++ b/Logging/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.25.5'; + const VERSION = '1.26.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/Redis/VERSION b/Redis/VERSION index 9e7398a301dc..bd8bf882d061 100644 --- a/Redis/VERSION +++ b/Redis/VERSION @@ -1 +1 @@ -1.6.12 +1.7.0 diff --git a/composer.json b/composer.json index 16f70d825b2f..5459ae6dc3b6 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ "google/cloud-apigee-registry": "0.2.7", "google/cloud-appengine-admin": "1.0.6", "google/cloud-artifact-registry": "0.3.12", - "google/cloud-asset": "1.11.2", + "google/cloud-asset": "1.11.3", "google/cloud-assured-workloads": "0.8.2", "google/cloud-automl": "1.4.17", "google/cloud-bare-metal-solution": "0.2.8", @@ -156,7 +156,7 @@ "google/cloud-kms-inventory": "0.1.2", "google/cloud-language": "0.28.5", "google/cloud-life-sciences": "0.3.5", - "google/cloud-logging": "1.25.5", + "google/cloud-logging": "1.26.0", "google/cloud-managed-identities": "1.0.5", "google/cloud-media-translation": "0.2.12", "google/cloud-memcache": "1.0.5", @@ -177,7 +177,7 @@ "google/cloud-recaptcha-enterprise": "1.3.2", "google/cloud-recommendations-ai": "0.4.12", "google/cloud-recommender": "1.7.8", - "google/cloud-redis": "1.6.12", + "google/cloud-redis": "1.7.0", "google/cloud-resource-manager": "0.4.1", "google/cloud-resource-settings": "1.0.5", "google/cloud-retail": "1.2.1", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index e38650453433..cd9597e13568 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.204.0'; + const VERSION = '0.205.0'; } diff --git a/src/Version.php b/src/Version.php index 3186cb6e1a3d..b6f701a0b4a2 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.204.0'; + const VERSION = '0.205.0'; }