Skip to content

Commit

Permalink
chore(main): release 0.205.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 6, 2023
1 parent e22bb9f commit 84f1c33
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 7 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## 0.205.0

<details><summary>google/cloud-logging 1.26.0</summary>



### 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))

</details>

<details><summary>google/cloud-redis 1.7.0</summary>



### 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))

</details>

## 0.204.0

<details><summary>google/access-context-manager 0.4.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.5
1.26.0
2 changes: 1 addition & 1 deletion Logging/src/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion Redis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.12
1.7.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.204.0';
const VERSION = '0.205.0';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.204.0';
const VERSION = '0.205.0';
}

0 comments on commit 84f1c33

Please sign in to comment.