File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.2-alpha] - 11/19/2021
4+
5+ ** WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
6+
7+ ### Fixes
8+ * Fix nested struct dsl builder function codegen [ #538 ] ( https://github.com/awslabs/smithy-kotlin/pull/538 )
9+ * remove leaky trace logging from XML serde [ #537 ] ( https://github.com/awslabs/smithy-kotlin/pull/537 )
10+ * fix rendering of middleware without configure [ #535 ] ( https://github.com/awslabs/smithy-kotlin/pull/535 )
11+
312## [ 0.7.1-alpha] - 11/04/2021
413
514** WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android.useAndroidX=true
99android.enableJetifier =true
1010
1111# SDK
12- sdkVersion =0.7.2-SNAPSHOT
12+ sdkVersion =0.7.2-alpha
1313
1414# kotlin
1515kotlinVersion =1.5.31
You can’t perform that action at this time.
0 commit comments