Skip to content

Commit e96b06b

Browse files
committed
chore: release 0.13.0-beta
1 parent a60ce09 commit e96b06b

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.13.0-beta] - 02/17/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+
* add sso credential provider; make all providers kmp compatible [#469](https://github.com/awslabs/aws-sdk-kotlin/pull/469)
9+
10+
### New features
11+
* update AWS models to latest versions [#532](https://github.com/awslabs/aws-sdk-kotlin/pull/532)
12+
13+
### Fixes
14+
* bump crt-kotlin to latest to fix leaked connections [#529](https://github.com/awslabs/aws-sdk-kotlin/pull/529)
15+
* isClosedForRead implies availableForRead is zero
16+
* fix CRT read channel buffer management
17+
18+
### Miscellaneous
19+
* coroutine version bump to 1.6.0 and Duration stabilization [#514](https://github.com/awslabs/aws-sdk-kotlin/pull/514)
20+
* dokka upgrade [#523](https://github.com/awslabs/aws-sdk-kotlin/pull/523)
21+
* upgrade smithy to 1.17.0 [#521](https://github.com/awslabs/aws-sdk-kotlin/pull/521)
22+
323
## [0.12.0-beta] - 02/04/2022
424

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

gradle.properties

Lines changed: 3 additions & 3 deletions
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.12.1-SNAPSHOT
9+
sdkVersion=0.13.0-beta
1010

1111
# codegen
1212
smithyVersion=1.17.0
1313
smithyGradleVersion=0.5.3
1414
# smithy-kotlin codegen and runtime are versioned together
15-
smithyKotlinVersion=0.7.8-SNAPSHOT
15+
smithyKotlinVersion=0.7.8
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.3-SNAPSHOT
31+
crtKotlinVersion=0.5.3
3232

3333
# testing/utility
3434
junitVersion=5.6.2

0 commit comments

Comments
 (0)