From f3c30cb64da0975fe815e6881f74da49fcffc729 Mon Sep 17 00:00:00 2001 From: Garrett Beatty Date: Mon, 15 Jun 2026 14:00:53 -0400 Subject: [PATCH] Update durable-parallelasync.json --- .autover/changes/durable-parallelasync.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.autover/changes/durable-parallelasync.json b/.autover/changes/durable-parallelasync.json index a2bd49a37..ffad4e3df 100644 --- a/.autover/changes/durable-parallelasync.json +++ b/.autover/changes/durable-parallelasync.json @@ -4,7 +4,7 @@ "Name": "Amazon.Lambda.DurableExecution", "Type": "Patch", "ChangelogMessages": [ - "Add `ParallelAsync` to `IDurableContext` for running multiple workflow branches concurrently with automatic checkpointing. Supports configurable max concurrency, failure tolerance, and first-successful completion via `ParallelConfig`, returning an `IBatchResult`.", + "Add `ParallelAsync` to `IDurableContext` for running multiple workflow branches concurrently with automatic checkpointing." ] } ]