Skip to content

Commit 589d851

Browse files
chore: release 1.6.15
1 parent ec5486c commit 589d851

6 files changed

Lines changed: 11 additions & 24 deletions

.changes/0c6de8ff-1483-4c9b-b134-097aaf072ae9.json

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

.changes/31cb979a-e70c-4d6c-b5d3-9745ee91bdd1.json

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

.changes/3d3ef467-7538-4a74-85b8-c0c6c77f4aad.json

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

.changes/f5b78bb8-2279-4c39-a981-107be08e1925.json

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

CHANGELOG.md

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

3+
## [1.6.15] - 06/10/2026
4+
5+
### Features
6+
* [#363](https://github.com/smithy-lang/smithy-kotlin/issues/363) Add support for Smithy's [`@requiresLength`](https://smithy.io/2.0/spec/streaming.html#smithy-api-requireslength-trait) and verify that annotated blob shapes include a `Content-Length`
7+
8+
### Fixes
9+
* Validate that OkHttp header values do not contain CR or LF
10+
* Limit exponent scale to prevent OOM errors when expanding exponents
11+
* Limit serde parsing depth to 1,000 levels of nesting to prevent `StackOverflowError`
12+
313
## [1.6.14] - 05/08/2026
414

515
### Features

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.15-SNAPSHOT
18+
sdkVersion=1.6.15
1919

2020
# codegen
2121
codegenVersion=0.35.44-SNAPSHOT

0 commit comments

Comments
 (0)