Skip to content

Commit 11de718

Browse files
chore: release 1.3.18
1 parent 5f7c98d commit 11de718

File tree

5 files changed

+11
-20
lines changed

5 files changed

+11
-20
lines changed

.changes/2daf7e93-a9e4-4c6b-9c0c-b083a1864c09.json

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

.changes/386353e6-e3cc-4561-bfd6-9763d3ac033b.json

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

.changes/cda907f0-b704-42de-a50f-dad204dacbfb.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.3.18] - 10/31/2024
4+
5+
### Fixes
6+
* [#1214](https://github.com/awslabs/aws-sdk-kotlin/issues/1214) Add support for connection idle monitoring for OkHttp via the engine config parameter `connectionIdlePollingInterval`. Monitoring is disabled by default to match previous behavior. This monitoring will switch to enabled by default in an upcoming minor version release.
7+
8+
### Miscellaneous
9+
* Add `Accept` header to all RpcV2Cbor requests
10+
* Correct documentation for `ByteStream.writeToOutputStream`, add `ByteStream.appendToOutputStream`
11+
312
## [1.3.17] - 10/16/2024
413

514
### Miscellaneous

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1313
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
1414

1515
# SDK
16-
sdkVersion=1.3.18-SNAPSHOT
16+
sdkVersion=1.3.18
1717

1818
# codegen
19-
codegenVersion=0.33.18-SNAPSHOT
19+
codegenVersion=0.33.18

0 commit comments

Comments
 (0)