Skip to content

Commit af70b07

Browse files
Release 2025-09-16 (#2139)
* release_2025-09-16 * Updated changelog
1 parent 4b7587a commit af70b07

File tree

4 files changed

+10
-21
lines changed

4 files changed

+10
-21
lines changed

.autover/changes/84836f7b-8e69-44a1-87dc-22971f426990.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release 2025-09-16
2+
3+
### Amazon.Lambda.RuntimeSupport (1.13.3)
4+
* Fix NullReferenceException when logging a null logging message with structured logging enabled.
5+
### Amazon.Lambda.Logging.AspNetCore (4.1.1)
6+
* Fix NullReferenceException when logging a null logging message with structured logging enabled.
7+
18
## Release 2025-08-01
29

310
### Amazon.Lambda.RuntimeSupport (1.13.2)

Libraries/src/Amazon.Lambda.Logging.AspNetCore/Amazon.Lambda.Logging.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Amazon Lambda .NET Core support - Logging ASP.NET Core package.</Description>
77
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
88
<AssemblyTitle>Amazon.Lambda.Logging.AspNetCore</AssemblyTitle>
9-
<Version>4.1.0</Version>
9+
<Version>4.1.1</Version>
1010
<AssemblyName>Amazon.Lambda.Logging.AspNetCore</AssemblyName>
1111
<PackageId>Amazon.Lambda.Logging.AspNetCore</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda;Logging</PackageTags>

Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\..\buildtools\common.props" />
44

55
<PropertyGroup>
66
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0;net10.0</TargetFrameworks>
7-
<Version>1.13.2</Version>
7+
<Version>1.13.3</Version>
88
<Description>Provides a bootstrap and Lambda Runtime API Client to help you to develop custom .NET Core Lambda Runtimes.</Description>
99
<AssemblyTitle>Amazon.Lambda.RuntimeSupport</AssemblyTitle>
1010
<AssemblyName>Amazon.Lambda.RuntimeSupport</AssemblyName>

0 commit comments

Comments
 (0)