Skip to content

Commit ef1459d

Browse files
committed
Update changelog entries
1 parent c1838c0 commit ef1459d

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

.changelog/retry-behavior-2.1-aws-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ breaking: false
99
new_feature: true
1010
bug_fix: false
1111
---
12-
Implement retry behavior 2.1, gated behind `BehaviorVersion::v2026_05_15()`. DynamoDB and DynamoDB Streams use a 25ms base backoff (instead of the general 50ms) and increase default max attempts to 4 (from 3). Long-polling operations (SQS `ReceiveMessage`, SFN `GetActivityTask`, SWF `PollForActivityTask`/`PollForDecisionTask`) backoff even when the retry token bucket is empty.
12+
Implement retry behavior 2.1, opt-in via `AWS_NEW_RETRIES_2026=true` environment variable. Non-throttling errors now use 50ms base backoff (previously 1,000ms). Transient retry quota cost is 14 tokens (previously 5). DynamoDB and DynamoDB Streams use a 25ms base backoff and increase default max attempts to 4 (from 3). Long-polling operations (SQS `ReceiveMessage`, SFN `GetActivityTask`, SWF `PollForActivityTask`/`PollForDecisionTask`) backoff even when the retry token bucket is empty.

.changelog/retry-behavior-2.1.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)