Skip to content

Commit

Permalink
Release Google.Cloud.Logging.V2 version 4.1.0 (#10564)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Log Analytics features of the Cloud Logging API ([commit 5a7f88f](https://togithub.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.CreateBucketAsync method for creating Log Buckets asynchronously ([commit 5a7f88f](https://togithub.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.UpdateBucketAsync method for creating Log Buckets asynchronously ([commit 5a7f88f](https://togithub.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.CreateLink method for creating linked datasets for Log Analytics Buckets ([commit 5a7f88f](https://togithub.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.DeleteLink method for deleting linked datasets ([commit 5a7f88f](https://togithub.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.ListLinks method for listing linked datasets ([commit 5a7f88f](https://togithub.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.GetLink methods for describing linked datasets ([commit 5a7f88f](https://togithub.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add LogBucket.analytics_enabled field that specifies whether Log Bucket's Analytics features are enabled ([commit 5a7f88f](https://togithub.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add LogBucket.index_configs field that contains a list of Log Bucket's indexed fields and related configuration data ([commit 5a7f88f](https://togithub.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))

### Documentation improvements

- Documentation for the Log Analytics features of the Cloud Logging API ([commit 5a7f88f](https://togithub.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
  • Loading branch information
jskeet committed Jun 20, 2023
1 parent d1cd0f3 commit c751a2b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.0.0</Version>
<Version>4.1.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Logging API, which writes log entries and manages your logs, log sinks, and logs-based metrics.</Description>
Expand Down
18 changes: 18 additions & 0 deletions apis/Google.Cloud.Logging.V2/docs/history.md
@@ -1,5 +1,23 @@
# Version history

## Version 4.1.0, released 2023-06-20

### New features

- Log Analytics features of the Cloud Logging API ([commit 5a7f88f](https://github.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.CreateBucketAsync method for creating Log Buckets asynchronously ([commit 5a7f88f](https://github.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.UpdateBucketAsync method for creating Log Buckets asynchronously ([commit 5a7f88f](https://github.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.CreateLink method for creating linked datasets for Log Analytics Buckets ([commit 5a7f88f](https://github.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.DeleteLink method for deleting linked datasets ([commit 5a7f88f](https://github.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.ListLinks method for listing linked datasets ([commit 5a7f88f](https://github.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add ConfigServiceV2.GetLink methods for describing linked datasets ([commit 5a7f88f](https://github.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add LogBucket.analytics_enabled field that specifies whether Log Bucket's Analytics features are enabled ([commit 5a7f88f](https://github.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))
- Add LogBucket.index_configs field that contains a list of Log Bucket's indexed fields and related configuration data ([commit 5a7f88f](https://github.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))

### Documentation improvements

- Documentation for the Log Analytics features of the Cloud Logging API ([commit 5a7f88f](https://github.com/googleapis/google-cloud-dotnet/commit/5a7f88f19321e890f3f91fecfbc13a2ff1335ed6))

## Version 4.0.0, released 2022-06-08

This is the first version of this package to depend on GAX v4.
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -2840,7 +2840,7 @@
"protoPath": "google/logging/v2",
"productName": "Google Cloud Logging",
"productUrl": "https://cloud.google.com/logging/",
"version": "4.0.0",
"version": "4.1.0",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Logging API, which writes log entries and manages your logs, log sinks, and logs-based metrics.",
"tags": [
Expand Down

0 comments on commit c751a2b

Please sign in to comment.