Skip to content

Commit 368f024

Browse files
committed
feat: add more conversion methods for JVM streams
1 parent 66849de commit 368f024

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "5824d887-14a3-4c04-9e46-4cb8e6cb92ed",
3+
"type": "feature",
4+
"description": "Add new Kotlin/JVM methods for converting `InputStream` to `ByteStream` and for writing `ByteStream` to `OutputStream`",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#1352"
7+
]
8+
}

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ coroutines-version = "1.7.3"
99
atomicfu-version = "0.23.1"
1010

1111
# smithy-kotlin codegen and runtime are versioned separately
12-
smithy-kotlin-runtime-version = "1.2.14"
13-
smithy-kotlin-codegen-version = "0.32.14"
12+
smithy-kotlin-runtime-version = "1.2.15"
13+
smithy-kotlin-codegen-version = "0.32.15"
1414

1515
# codegen
1616
smithy-version = "1.50.0"

0 commit comments

Comments
 (0)