[do not merge yet] Promote Durable Execution SDK to GA (1.0.0)#2484
Draft
GarrettBeatty wants to merge 1 commit into
Draft
[do not merge yet] Promote Durable Execution SDK to GA (1.0.0)#2484GarrettBeatty wants to merge 1 commit into
GarrettBeatty wants to merge 1 commit into
Conversation
GarrettBeatty
force-pushed
the
durable-execution-ga-1.0.0
branch
from
July 20, 2026 20:30
ccc2c52 to
40e9300
Compare
GarrettBeatty
force-pushed
the
durable-execution-ga-1.0.0
branch
from
July 20, 2026 20:43
40e9300 to
ec025e6
Compare
GarrettBeatty
changed the base branch from
dev
to
graduate-ilambdacontext-serializer
July 20, 2026 20:43
Mark Amazon.Lambda.DurableExecution and Amazon.Lambda.DurableExecution.Testing as generally available and drop the preview label. - Remove "PrereleaseLabel": "preview" from both projects in autover.json so the next release produces clean 1.0.0 versions (no -preview suffix). - Add Major change files for both packages (autover computes 0.x -> 1.0.0) and a Patch change file for Amazon.Lambda.Templates covering the blueprint updates. - Remove Preview banners from both package READMEs. - Bump the durable blueprint templates (DurableFunction + serverless.DurableFunction, src + test) to reference the GA 1.0.0 packages instead of the preview versions. - Update remaining preview/0.x wording in docs/analyzers.md, DurableUserAgent.cs, the package CLAUDE.md, and the .csproj AWSLAMBDA001-suppression comment. Package .csproj <Version> tags are intentionally left at their released values; the automated release PR bumps them when it consumes the change files.
GarrettBeatty
force-pushed
the
durable-execution-ga-1.0.0
branch
from
July 21, 2026 17:09
ec025e6 to
7e4a00d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Marks
Amazon.Lambda.DurableExecutionandAmazon.Lambda.DurableExecution.Testingas generally available and removes the preview label ahead of the 1.0.0 release.Changes
Versioning
"PrereleaseLabel": "preview"from both durable projects in.autover/autover.json(this is what appended-preview).Majorchange files forAmazon.Lambda.DurableExecutionandAmazon.Lambda.DurableExecution.Testing. Verified viaautover versiondry-run that0.x-preview→1.0.0(not0.4.0), with no-previewsuffix.Patchchange file forAmazon.Lambda.Templatescovering the blueprint updates below.<Version>tags are intentionally left at their released values so the Release PR doesn't double-bump.Docs & references
DurableFunction+serverless.DurableFunction, src + test) to reference the GA1.0.0packages instead of the preview versions.docs/analyzers.md,DurableUserAgent.cs, and the packageCLAUDE.md.Intentionally left alone
ILambdaContext.SerializerAPI — Graduate ILambdaContext.Serializer to stable (remove AWSLAMBDA001) #2485 graduates it from experimental, so no suppression or preview wording is needed here anymore.Verification
Amazon.Lambda.DurableExecution(+ bundled.Analyzers) — build succeeded, 0 warnings (net8.0 + net10.0).Amazon.Lambda.DurableExecution.Testing— build succeeded, 0 warnings (net10.0).