Skip to content

Commit c72b1af

Browse files
Release 2025-11-06 (#43)
1 parent dc1c661 commit c72b1af

File tree

8 files changed

+18
-47
lines changed

8 files changed

+18
-47
lines changed

.autover/changes/1916e292-d131-4c9a-8036-0d7b68f0ce7a.json

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

.autover/changes/8cdca44b-11fc-41ad-aa31-3448cd3309e5.json

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

.autover/changes/b0df0353-6e47-4548-94a7-45b42f67b910.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Release 2025-11-06
2+
3+
### Amazon.Lambda.CognitoEvents (4.0.1)
4+
* [Breaking Change] Fix issue around not handling null value during deserialization for `ForceAliasCreation` by making it nullable.
5+
### Amazon.Lambda.Core (2.8.0)
6+
* Add LambdaTraceProvider to make the current trace id globally accessible
7+
### Amazon.Lambda.RuntimeSupport (1.14.0)
8+
* Add support for Lambda multi concurrency mode
9+
### Amazon.Lambda.APIGatewayEvents (2.7.2)
10+
* Added NotResource field to APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement
11+
112
## Release 2025-09-17
213

314
### Amazon.Lambda.RuntimeSupport (1.13.4)

Libraries/src/Amazon.Lambda.APIGatewayEvents/Amazon.Lambda.APIGatewayEvents.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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;netcoreapp3.1;net8.0</TargetFrameworks>
77
<Description>Amazon Lambda .NET Core support - API Gateway package.</Description>
88
<AssemblyTitle>Amazon.Lambda.APIGatewayEvents</AssemblyTitle>
9-
<Version>2.7.1</Version>
9+
<Version>2.7.2</Version>
1010
<AssemblyName>Amazon.Lambda.APIGatewayEvents</AssemblyName>
1111
<PackageId>Amazon.Lambda.APIGatewayEvents</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda</PackageTags>
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<None Include="README.md" Pack="true" PackagePath="\"/>
28+
<None Include="README.md" Pack="true" PackagePath="\" />
2929
</ItemGroup>
3030

3131
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

Libraries/src/Amazon.Lambda.CognitoEvents/Amazon.Lambda.CognitoEvents.csproj

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

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

55
<PropertyGroup>
66
<Description>Amazon Lambda .NET Core support - CognitoEvents package.</Description>
77
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net8.0</TargetFrameworks>
88
<AssemblyTitle>Amazon.Lambda.CognitoEvents</AssemblyTitle>
9-
<Version>4.0.0</Version>
9+
<Version>4.0.1</Version>
1010
<AssemblyName>Amazon.Lambda.CognitoEvents</AssemblyName>
1111
<PackageId>Amazon.Lambda.CognitoEvents</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda</PackageTags>

Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<PropertyGroup>
66
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0;net10.0</TargetFrameworks>
7-
<Version>1.13.4</Version>
7+
<Version>1.14.0</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)