We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e403e2 commit df87da0Copy full SHA for df87da0
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [0.8.5] - 04/21/2022
4
+
5
+### Fixes
6
+* set Content-Type header on empty bodies with Ktor if canonical request includes it [#630](https://github.com/awslabs/smithy-kotlin/pull/630)
7
+* coroutine leak in ktor engine [#628](https://github.com/awslabs/smithy-kotlin/pull/628)
8
9
+## [0.8.4] - 04/21/2022
10
11
+NOTE: Do not use. No difference from 0.8.3
12
13
## [0.8.3] - 04/14/2022
14
15
### Fixes
gradle.properties
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true
# SDK
-sdkVersion=0.8.4-SNAPSHOT
+sdkVersion=0.8.5
# kotlin
kotlinVersion=1.6.10
0 commit comments