Skip to content

Commit 51e2daa

Browse files
authored
chore: release 0.10.0-beta (#494)
1 parent a28ea5e commit 51e2daa

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.10.0-beta] - 01/06/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+
### Breaking changes
8+
* Update codegen to generate base exception rather than UnknownServiceErrorException [#484](https://github.com/awslabs/aws-sdk-kotlin/pull/484)
9+
10+
### New features
11+
* update AWS models to latest versions
12+
* upgrade to Kotlin 1.6.10 [#474](https://github.com/awslabs/aws-sdk-kotlin/pull/474)
13+
14+
### Fixes
15+
* Fix usage of unicode in bucket names of s3 presigner [#487](https://github.com/awslabs/aws-sdk-kotlin/pull/487)
16+
* Add new services in published release [#468](https://github.com/awslabs/aws-sdk-kotlin/pull/468)
17+
18+
### Miscellaneous
19+
* Add design tenets [#466](https://github.com/awslabs/aws-sdk-kotlin/pull/466)
20+
* updated the Readme doc to include API reference guide [#471](https://github.com/awslabs/aws-sdk-kotlin/pull/471)
21+
322
## [0.9.5-beta] - 12/09/2021
423

524
**WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G
77

88
# sdk
9-
sdkVersion=0.9.6-SNAPSHOT
9+
sdkVersion=0.10.0-beta
1010

1111
# codegen
1212
smithyVersion=1.13.1
1313
smithyGradleVersion=0.5.3
1414
# smithy-kotlin codegen and runtime are versioned together
15-
smithyKotlinVersion=0.7.5-SNAPSHOT
15+
smithyKotlinVersion=0.7.5
1616

1717
# kotlin
1818
kotlinVersion=1.6.10
@@ -28,7 +28,7 @@ kotlinxSerializationVersion=1.3.1
2828
ktorVersion=1.6.7
2929

3030
# crt
31-
crtKotlinVersion=0.5.1-SNAPSHOT
31+
crtKotlinVersion=0.5.2
3232

3333
# testing/utility
3434
junitVersion=5.6.2

0 commit comments

Comments
 (0)