Skip to content

Commit fd9fb63

Browse files
chore: release 1.6.14
1 parent a2753e0 commit fd9fb63

5 files changed

Lines changed: 10 additions & 16 deletions

.changes/669afdfa-3db5-4436-b029-e46bc508aa18.json

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

.changes/731b8994-73ab-48e3-81a7-2601ec800c0f.json

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

.changes/8ff144dd-952c-46e3-b59a-40c8eb673ead.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.6.14] - 05/08/2026
4+
5+
### Features
6+
* Add standard retry strategy with updated exponential backoff, retry quotas, `x-amz-retry-after` header support, and service-specific behavior for DynamoDB. Gated behind the `SMITHY_NEW_RETRIES_2026` feature flag. See the [announcement](https://github.com/aws/aws-sdk-kotlin/discussions/1885) for more details.
7+
* Add retry logic for long polling operations. See the [announcement](https://github.com/aws/aws-sdk-kotlin/discussions/1885) for more details.
8+
9+
### Fixes
10+
* Erase empty file if setting permissions fails
11+
312
## [1.6.13] - 04/28/2026
413

514
### Miscellaneous

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G
1515
org.gradle.parallel=true
1616

1717
# SDK
18-
sdkVersion=1.6.14-SNAPSHOT
18+
sdkVersion=1.6.14
1919

2020
# codegen
2121
codegenVersion=0.35.43-SNAPSHOT

0 commit comments

Comments
 (0)