Skip to content

Commit 1471bdd

Browse files
chore: release 1.7.0
1 parent 4da9304 commit 1471bdd

6 files changed

Lines changed: 9 additions & 25 deletions

.changes/5fab7b09-e799-4345-8fae-c44f4a9fddc8.json

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

.changes/a1b2c3d4-e5f6-7890-abcd-ef1234567890.json

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

.changes/bec7ce83-b7f0-4973-ac8a-ac62ec559ea3.json

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

.changes/f9e8d7c6-b5a4-3210-fedc-ba9876543210.json

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

CHANGELOG.md

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

3+
## [1.7.0] - 07/06/2026
4+
5+
### Miscellaneous
6+
* **Breaking**: Remove deprecated `AwsChunkedSource` constructor overload, `HttpRequestBuilder.setAwsChunkedBody` overload, and `Flow<SdkBuffer>.asEventStreamHttpBody(CoroutineScope)` overload that were scheduled for removal in 1.7
7+
* **Breaking**: Update Kotlin version from 2.3.20 to 2.4.0
8+
* **Breaking**: Deprecate `Filesystem.readFileOrNull`, `Filesystem.writeFile`, and `Filesystem.fileExists` for removal in 1.8
9+
* ⚠️ **IMPORTANT**: Deprecate [`OkHttpEngineConfig.connectionIdlePollingInterval`](https://docs.aws.amazon.com/smithy-kotlin/api/latest/http-client-engine-okhttp/aws.smithy.kotlin.runtime.http.engine.okhttp/-ok-http-engine-config/connection-idle-polling-interval.html), which has been superseded by [`OkHttpEngineConfig.retryOnConnectionFailure`](https://docs.aws.amazon.com/smithy-kotlin/api/latest/http-client-engine-okhttp/aws.smithy.kotlin.runtime.http.engine.okhttp/-ok-http-engine-config/retry-on-connection-failure.html)
10+
311
## [1.6.15] - 06/10/2026
412

513
### 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.16-SNAPSHOT
18+
sdkVersion=1.7.0
1919

2020
# codegen
2121
codegenVersion=0.35.45-SNAPSHOT

0 commit comments

Comments
 (0)