File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.14.3-beta] - 04/14/2022
4
+
5
+ ** WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
6
+
7
+ ### Fixes
8
+ * resolve region only when profile credentials require it [ #582 ] ( https://github.com/awslabs/aws-sdk-kotlin/pull/582 )
9
+ * only set Content-Type when appropriate [ #570 ] ( https://github.com/awslabs/aws-sdk-kotlin/pull/570 )
10
+
11
+ ### Miscellaneous
12
+ * sync AWS models [ #585 ] ( https://github.com/awslabs/aws-sdk-kotlin/pull/585 )
13
+
3
14
## [ 0.14.2-beta] - 04/07/2022
4
15
5
16
** WARNING: Beta 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 @@ -6,13 +6,13 @@ kotlin.native.ignoreDisabledTargets=true
6
6
org.gradle.jvmargs =-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G
7
7
8
8
# sdk
9
- sdkVersion =0.14.3-SNAPSHOT
9
+ sdkVersion =0.14.3-beta
10
10
11
11
# codegen
12
12
smithyVersion =1.17.0
13
13
smithyGradleVersion =0.5.3
14
14
# smithy-kotlin codegen and runtime are versioned together
15
- smithyKotlinVersion =0.8.3-SNAPSHOT
15
+ smithyKotlinVersion =0.8.3
16
16
17
17
# kotlin
18
18
kotlinVersion =1.6.10
You can’t perform that action at this time.
0 commit comments