Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .autover/changes/1bf02dc5-534e-4f49-a4d9-cf07daf4fde7.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/485d9d8d-8f78-4e72-8385-e799f0b2a3c1.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/75140818-2797-4234-aff7-3e0eea5d54ba.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/89f7d5f8-2c64-446f-b146-1dfdac656c86.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/a1a6ed2d-0ba2-4456-8c63-32cfb7edfa43.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/afc895e8-8170-4e40-8bae-b8368ff4ff8d.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/c7234838-a835-4042-9e15-a9ad20729dd5.json

This file was deleted.

2 changes: 1 addition & 1 deletion Blueprints/BlueprintDefinitions/vs2026/Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<Version>8.1.1</Version>
<Version>8.1.2</Version>
<PackageId>Amazon.Lambda.Templates</PackageId>
<Title>AWS Lambda Templates</Title>
<Authors>Amazon Web Services</Authors>
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Release 2026-07-22

### Amazon.Lambda.Core (3.2.0)
* Graduate ILambdaContext.Serializer from experimental to stable. The AWSLAMBDA001 experimental diagnostic is removed; the managed runtime now populates the serializer in both the executable and class-library programming models.
### Amazon.Lambda.Templates (8.1.2)
* Update the durable function blueprints (DurableFunction and serverless.DurableFunction) to reference the GA 1.0.0 Amazon.Lambda.DurableExecution and Amazon.Lambda.DurableExecution.Testing packages instead of the preview versions.
### Amazon.Lambda.PowerShellHost (4.0.1)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i manually fixed the changelog

* Update System.Security.Cryptography.Xml dependency to 8.0.4 for .NET 8 and 10.0.10 for .NET 10
### Amazon.Lambda.TestUtilities (4.2.0)
* Graduate TestLambdaContext.Serializer from experimental to stable, mirroring the graduation of ILambdaContext.Serializer. The AWSLAMBDA001 experimental diagnostic is removed.
### Amazon.Lambda.DurableExecution (1.0.0)
* General availability release. Amazon.Lambda.DurableExecution is now GA and stable at 1.0.0; the SDK is no longer preview.
### Amazon.Lambda.DurableExecution.Testing (1.0.0)
* General availability release. Amazon.Lambda.DurableExecution.Testing is now GA and stable at 1.0.0; the package is no longer preview.

## Release 2026-07-14

### Amazon.Lambda.DurableExecution (0.3.2-preview)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks>netstandard2.0;$(DefaultPackageTargets)</TargetFrameworks>
<Description>Amazon Lambda .NET Core support - Core package.</Description>
<AssemblyTitle>Amazon.Lambda.Core</AssemblyTitle>
<Version>3.1.1</Version>
<Version>3.2.0</Version>
<AssemblyName>Amazon.Lambda.Core</AssemblyName>
<PackageId>Amazon.Lambda.Core</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>

<Version>0.3.2-preview</Version>
<Version>1.0.0</Version>
<Description>Roslyn analyzers and code fixes for Amazon.Lambda.DurableExecution — catches durable-execution determinism and authoring mistakes (DE001-DE004) at build time.</Description>
<AssemblyTitle>Amazon.Lambda.DurableExecution.Analyzers</AssemblyTitle>
<AssemblyName>Amazon.Lambda.DurableExecution.Analyzers</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
<Description>Testing utilities for Amazon Lambda Durable Execution - test durable workflows locally without deploying to AWS.</Description>
<AssemblyTitle>Amazon.Lambda.DurableExecution.Testing</AssemblyTitle>
<Version>0.1.0-preview</Version>
<Version>1.0.0</Version>
<AssemblyName>Amazon.Lambda.DurableExecution.Testing</AssemblyName>
<PackageId>Amazon.Lambda.DurableExecution.Testing</PackageId>
<PackageTags>AWS;Amazon;Lambda;Durable;Workflow;Testing</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
<Description>Amazon Lambda .NET SDK for Durable Execution - write multi-step workflows that persist state automatically.</Description>
<AssemblyTitle>Amazon.Lambda.DurableExecution</AssemblyTitle>
<Version>0.3.2-preview</Version>
<Version>1.0.0</Version>
<AssemblyName>Amazon.Lambda.DurableExecution</AssemblyName>
<PackageId>Amazon.Lambda.DurableExecution</PackageId>
<PackageTags>AWS;Amazon;Lambda;Durable;Workflow</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
<Description>AWS Lambda PowerShell Host.</Description>
<AssemblyTitle>Amazon.Lambda.PowerShellHost</AssemblyTitle>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<AssemblyName>Amazon.Lambda.PowerShellHost</AssemblyName>
<PackageId>Amazon.Lambda.PowerShellHost</PackageId>
<PackageTags>AWS;Amazon;Lambda;PowerShell</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Amazon.Lambda.TestUtilties includes stub implementations of interfaces defined in Amazon.Lambda.Core and helper methods.</Description>
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
<AssemblyTitle>Amazon.Lambda.TestUtilities</AssemblyTitle>
<Version>4.1.0</Version>
<Version>4.2.0</Version>
<AssemblyName>Amazon.Lambda.TestUtilities</AssemblyName>
<PackageId>Amazon.Lambda.TestUtilities</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Loading