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 a0c1772 commit 014a81dCopy full SHA for 014a81d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.8.2] - 04/07/2022
4
+
5
+### Fixes
6
+* remove maxTime from StandardRetryStrategy [#624](https://github.com/awslabs/smithy-kotlin/pull/624)
7
+* readAvailable fallback behavior [#620](https://github.com/awslabs/smithy-kotlin/pull/620)
8
9
## [0.8.1] - 03/31/2022
10
11
### New features
gradle.properties
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true
# SDK
-sdkVersion=0.8.2-SNAPSHOT
+sdkVersion=0.8.3-SNAPSHOT
# kotlin
kotlinVersion=1.6.10
0 commit comments