Skip to content

Release 2026-07-14#2477

Merged
GarrettBeatty merged 2 commits into
devfrom
releases/next-release
Jul 14, 2026
Merged

Release 2026-07-14#2477
GarrettBeatty merged 2 commits into
devfrom
releases/next-release

Conversation

@aws-sdk-dotnet-automation

Copy link
Copy Markdown
Collaborator

Release 2026-07-14

Amazon.Lambda.DurableExecution (0.3.2-preview)

  • Fix two durable Map/Parallel conformance issues found via cross-SDK testing. (1) Per-item map iteration child contexts now use the SubType "MapIteration" (was "MapItem"), matching the JS/Python/Java SDKs. (2) Persist each unit's result/error inline on the parent Parallel/Map SUCCEED payload for Nested nesting (previously only Flat), so a batch that completes and then suspends (e.g. a wait after the map) reconstructs its per-item results correctly on replay — the service collapses completed per-unit child contexts out of the resumed state, so the inline copy is the authoritative source. Large aggregate results still overflow to the ReplayChildren path. Preview.

@aws-sdk-dotnet-automation aws-sdk-dotnet-automation added the Release PR A Release PR that includes versioning and changelog changes label Jul 14, 2026
@GarrettBeatty GarrettBeatty merged commit 1a65ad0 into dev Jul 14, 2026
5 of 6 checks passed
@AlexDaines AlexDaines deleted the releases/next-release branch July 14, 2026 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release PR A Release PR that includes versioning and changelog changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants