Skip to content

Commit 88df991

Browse files
committed
chore: update changelog and release 0.13.0-beta-api-docs
1 parent 4bf1167 commit 88df991

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [0.13.0-beta-api-docs] - 02/25/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+
* improve detection of available read bytes to avoid hang [#535](https://github.com/awslabs/aws-sdk-kotlin/pull/535)
15+
* bump crt-kotlin to latest to fix leaked connections [#529](https://github.com/awslabs/aws-sdk-kotlin/pull/529)
16+
* isClosedForRead implies availableForRead is zero
17+
* fix CRT read channel buffer management
18+
319
## [0.13.0-beta] - 02/17/2022
420

521
**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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G
77

88
# sdk
9-
sdkVersion=0.13.1-SNAPSHOT
9+
sdkVersion=0.13.0-beta-api-docs
1010

1111
# codegen
1212
smithyVersion=1.17.0

0 commit comments

Comments
 (0)