Skip to content

[do not merge yet] Promote Durable Execution SDK to GA (1.0.0)#2484

Draft
GarrettBeatty wants to merge 1 commit into
devfrom
durable-execution-ga-1.0.0
Draft

[do not merge yet] Promote Durable Execution SDK to GA (1.0.0)#2484
GarrettBeatty wants to merge 1 commit into
devfrom
durable-execution-ga-1.0.0

Conversation

@GarrettBeatty

@GarrettBeatty GarrettBeatty commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

Marks Amazon.Lambda.DurableExecution and Amazon.Lambda.DurableExecution.Testing as generally available and removes the preview label ahead of the 1.0.0 release.

Changes

Versioning

  • Remove "PrereleaseLabel": "preview" from both durable projects in .autover/autover.json (this is what appended -preview).
  • Add Major change files for Amazon.Lambda.DurableExecution and Amazon.Lambda.DurableExecution.Testing. Verified via autover version dry-run that 0.x-preview1.0.0 (not 0.4.0), with no -preview suffix.
  • Add a Patch change file for Amazon.Lambda.Templates covering the blueprint updates below.
  • csproj <Version> tags are intentionally left at their released values so the Release PR doesn't double-bump.

Docs & references

  • Remove the 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, and the package CLAUDE.md.

Intentionally left alone

Verification

  • Amazon.Lambda.DurableExecution (+ bundled .Analyzers) — build succeeded, 0 warnings (net8.0 + net10.0).
  • Amazon.Lambda.DurableExecution.Testing — build succeeded, 0 warnings (net10.0).

@GarrettBeatty
GarrettBeatty force-pushed the durable-execution-ga-1.0.0 branch from ccc2c52 to 40e9300 Compare July 20, 2026 20:30
@GarrettBeatty
GarrettBeatty force-pushed the durable-execution-ga-1.0.0 branch from 40e9300 to ec025e6 Compare July 20, 2026 20:43
@GarrettBeatty
GarrettBeatty changed the base branch from dev to graduate-ilambdacontext-serializer July 20, 2026 20:43
@GarrettBeatty GarrettBeatty changed the title Promote Durable Execution SDK to GA (1.0.0) [do not merge yet] Promote Durable Execution SDK to GA (1.0.0) Jul 20, 2026
Base automatically changed from graduate-ilambdacontext-serializer to dev July 21, 2026 17:04
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
GarrettBeatty force-pushed the durable-execution-ga-1.0.0 branch from ec025e6 to 7e4a00d Compare July 21, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant