Skip to content

Commit 5752dc6

Browse files
authored
Merge pull request #2049 from aws/releases/next-release
Release 2025-04-25
2 parents a146de9 + 580b0a4 commit 5752dc6

File tree

7 files changed

+14
-27
lines changed

7 files changed

+14
-27
lines changed

.autover/autover.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"Name": "Amazon.Lambda.TestTool",
145145
"Path": "Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj"
146146
},
147-
{
147+
{
148148
"Name": "Amazon.Lambda.AppSyncEvents",
149149
"Path": "Libraries/src/Amazon.Lambda.AppSyncEvents/Amazon.Lambda.AppSyncEvents.csproj"
150150
}

.autover/changes/38c5bace-4ca5-4f83-8094-ae6d912ca20a.json

-11
This file was deleted.

.autover/changes/78ee1265-f50d-434a-b25c-fcb8e9e7a26a.json

-11
This file was deleted.

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Release 2025-04-25
2+
3+
### Amazon.Lambda.AspNetCoreServer (9.1.0)
4+
* Add overrideable method GetBeforeSnapshotRequests() and AddAWSLambdaBeforeSnapshotRequest() extension method to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback.
5+
### Amazon.Lambda.AspNetCoreServer.Hosting (1.8.0)
6+
* Add overrideable method GetBeforeSnapshotRequests() and AddAWSLambdaBeforeSnapshotRequest() extension method to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback.
7+
### Amazon.Lambda.AppSyncEvents (1.0.0)
8+
* Added AppSyncResolverEvent to support direct lambda resolver
9+
110
## Release 2025-04-10 #2
211

312
### Amazon.Lambda.TestTool (0.10.1)

Libraries/src/Amazon.Lambda.AppSyncEvents/Amazon.Lambda.AppSyncEvents.csproj

+2-2
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 support - AWS AppSync package.</Description>
77
<TargetFrameworks>net8.0</TargetFrameworks>
88
<AssemblyTitle>Amazon.Lambda.AppSyncEvents</AssemblyTitle>
9-
<Version>0.0.1</Version>
9+
<Version>1.0.0</Version>
1010
<AssemblyName>Amazon.Lambda.AppSyncEvents</AssemblyName>
1111
<PackageId>Amazon.Lambda.AppSyncEvents</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda</PackageTags>

Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
10-
<Version>1.7.4</Version>
10+
<Version>1.8.0</Version>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<AssemblyName>Amazon.Lambda.AspNetCoreServer.Hosting</AssemblyName>
1313
<PackageId>Amazon.Lambda.AspNetCoreServer.Hosting</PackageId>

Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Amazon.Lambda.AspNetCoreServer makes it easy to run ASP.NET Core Web API applications as AWS Lambda functions.</Description>
77
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
88
<AssemblyTitle>Amazon.Lambda.AspNetCoreServer</AssemblyTitle>
9-
<Version>9.0.4</Version>
9+
<Version>9.1.0</Version>
1010
<AssemblyName>Amazon.Lambda.AspNetCoreServer</AssemblyName>
1111
<PackageId>Amazon.Lambda.AspNetCoreServer</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda;aspnetcore</PackageTags>

0 commit comments

Comments
 (0)