File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.0-alpha] - 10/14/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+ ## New features
8+
9+ * http engine config [ #336 ] ( https://github.com/awslabs/aws-sdk-kotlin/pull/336 )
10+ * add codegen wrappers for retries [ #331 ] ( https://github.com/awslabs/aws-sdk-kotlin/pull/331 )
11+
312## [ 0.6.0-alpha] - 10/07/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 @@ -22,7 +22,7 @@ Consult the [stability guide](stability.md) for more information on SDK stabilit
2222 ```kt
2323 # file: my- project/ build.gradle.kts
2424
25- val awsKotlinSdkVersion = " 0.6 .0-alpha"
25+ val awsKotlinSdkVersion = " 0.7 .0-alpha"
2626 // OR put it in gradle.properties
2727 // val awsKotlinSdkVersion: String by project
2828
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55allprojects {
66 group = " aws.sdk.kotlin.example"
7- version = " 0.6.1-SNAPSHOT "
7+ version = " 0.7.0-alpha "
88
99 repositories {
1010 mavenLocal()
Original file line number Diff line number Diff line change 11
22# AWS SDK
3- awsSdkKotlinVersion =0.6.1-SNAPSHOT
3+ awsSdkKotlinVersion =0.7.0-alpha
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ sdkVersion=0.6.1-SNAPSHOT
1313smithyVersion =1.9.1
1414smithyGradleVersion =0.5.3
1515# smithy-kotlin codegen and runtime are versioned together
16- smithyKotlinVersion =0.5.1-SNAPSHOT
16+ smithyKotlinVersion =0.5.1-alpha
1717
1818# kotlin
1919kotlinVersion =1.5.30
@@ -28,7 +28,7 @@ atomicFuVersion=0.16.1
2828kotlinxSerializationVersion =1.3.0
2929
3030# crt
31- crtKotlinVersion =0.4.2-SNAPSHOT
31+ crtKotlinVersion =0.4.1-alpha
3232
3333# testing/utility
3434junitVersion =5.6.2
You can’t perform that action at this time.
0 commit comments