Skip to content

Commit

Permalink
Release 2024-11-26 (#1886)
Browse files Browse the repository at this point in the history
* release_2024-11-26

* Updated changelog
  • Loading branch information
aws-sdk-dotnet-automation authored Nov 26, 2024
1 parent 71a9ce6 commit 8a190c6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 37 deletions.
11 changes: 0 additions & 11 deletions .autover/changes/7db9a194-0cc2-43e7-81da-e2f468d3fc90.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/cd8cd757-830a-4abd-b01f-92176e837b07.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/f8f316e8-1393-4185-bfb1-07ccfa2e68bf.json

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Release 2024-11-26

### Amazon.Lambda.AspNetCoreServer (9.0.3)
* Fixed issue '(EmptyBodyBehavior = EmptyBodyBehavior.Allow)' not being honored when request body was empty
### Amazon.Lambda.RuntimeSupport (1.12.1)
* Revert behavior for non SnapShot scenario to throw an exception when initialization fails
### Amazon.Lambda.AspNetCoreServer.Hosting (1.7.3)
* Fixed issue '(EmptyBodyBehavior = EmptyBodyBehavior.Allow)' not being honored when request body was empty

## Release 2024-11-25
### Amazon.Lambda.Templates (7.4.0)
* Update package dependencies. The significant dependency update was for Amazon.Lambda.Core and Amazon.Lambda.RuntimeSupport with added support for Lambda SnapStart.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.2</Version>
<Version>1.7.3</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyName>Amazon.Lambda.AspNetCoreServer.Hosting</AssemblyName>
<PackageId>Amazon.Lambda.AspNetCoreServer.Hosting</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Amazon.Lambda.AspNetCoreServer makes it easy to run ASP.NET Core Web API applications as AWS Lambda functions.</Description>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<AssemblyTitle>Amazon.Lambda.AspNetCoreServer</AssemblyTitle>
<Version>9.0.2</Version>
<Version>9.0.3</Version>
<AssemblyName>Amazon.Lambda.AspNetCoreServer</AssemblyName>
<PackageId>Amazon.Lambda.AspNetCoreServer</PackageId>
<PackageTags>AWS;Amazon;Lambda;aspnetcore</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

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

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;net6.0;net8.0</TargetFrameworks>
<Version>1.12.0</Version>
<Version>1.12.1</Version>
<Description>Provides a bootstrap and Lambda Runtime API Client to help you to develop custom .NET Core Lambda Runtimes.</Description>
<AssemblyTitle>Amazon.Lambda.RuntimeSupport</AssemblyTitle>
<AssemblyName>Amazon.Lambda.RuntimeSupport</AssemblyName>
Expand Down

0 comments on commit 8a190c6

Please sign in to comment.