File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.0] - 03/24/2022
4+
5+ ### Breaking changes
6+ * introduce opaque KMP default HTTP client engine [ #606 ] ( https://github.com/awslabs/smithy-kotlin/pull/606 )
7+
8+ ### New features
9+ * bootstrap event streams [ #597 ] ( https://github.com/awslabs/smithy-kotlin/pull/597 )
10+
11+ ### Fixes
12+ * temporarily handle httpchecksum trait the same as httpchecksumrequired [ #608 ] ( https://github.com/awslabs/smithy-kotlin/pull/608 )
13+
14+ ### Miscellaneous
15+ * add convenience function for decoding URL components [ #607 ] ( https://github.com/awslabs/smithy-kotlin/pull/607 )
16+ * fix pagination design docs [ #600 ] ( https://github.com/awslabs/smithy-kotlin/pull/600 )
17+
318## [ 0.7.8] - 02/17/2022
419
520### New features
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55kotlin.native.ignoreDisabledTargets =true
66
77# SDK
8- sdkVersion =0.7.9-SNAPSHOT
8+ sdkVersion =0.8.0
99
1010# kotlin
1111kotlinVersion =1.6.10
@@ -41,4 +41,4 @@ kotlinLoggingVersion=2.0.3
4141slf4jVersion =1.7.30
4242
4343# crt
44- crtKotlinVersion =0.5.4-SNAPSHOT
44+ crtKotlinVersion =0.5.4
You can’t perform that action at this time.
0 commit comments