Skip to content

Commit 8ad837e

Browse files
committed
Add changelog for enabling retries by default (#4454)
1 parent 481f218 commit 8ad837e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.changelog/1769183956.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
applies_to:
3+
- client
4+
- aws-sdk-rust
5+
authors:
6+
- vcjana
7+
references:
8+
- smithy-rs#4454
9+
breaking: true
10+
new_feature: true
11+
bug_fix: false
12+
---
13+
Enable retries by default for AWS SDK clients starting with `BehaviorVersion::v2026_01_12()`. Previously, retries were disabled by default and required explicit configuration. This change only affects AWS SDK builds and does not impact generic Smithy clients.

0 commit comments

Comments
 (0)