Skip to content

Commit

Permalink
Release Google.Cloud.Logging.Console version 1.4.0 (#14377)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add formatting augmenter to console logging ([issue 14284](https://togithub.com/googleapis/google-cloud-dotnet/issues/14284)) ([commit e5d0659](https://togithub.com/googleapis/google-cloud-dotnet/commit/e5d0659e2c98417d72f99629af9d10703d4822b6))
  • Loading branch information
jskeet authored Mar 3, 2025
1 parent 01a6ba8 commit fd4f0a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.3.1</Version>
<Version>1.4.0</Version>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>ConsoleFormatter for Google Cloud Logging.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Logging.Console/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 1.4.0, released 2025-03-03

### New features

- Add formatting augmenter to console logging ([issue 14284](https://github.com/googleapis/google-cloud-dotnet/issues/14284)) ([commit e5d0659](https://github.com/googleapis/google-cloud-dotnet/commit/e5d0659e2c98417d72f99629af9d10703d4822b6))

## Version 1.3.1, released 2024-11-18

No API surface changes, just an update of the Microsoft.Extensions.Logging.Console dependency. This transitively updates System.Text.Json, addressing a security vulnerability in the earlier version.
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -3154,7 +3154,7 @@
},
{
"id": "Google.Cloud.Logging.Console",
"version": "1.3.1",
"version": "1.4.0",
"type": "other",
"metadataType": "INTEGRATION",
"targetFrameworks": "netstandard2.0",
Expand Down

0 comments on commit fd4f0a3

Please sign in to comment.