Skip to content

Commit 0cb7024

Browse files
authored
chore: prepare for 0.14.1-beta release (#560)
1 parent bf2428e commit 0cb7024

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## [0.14.0-beta] - 03/24/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+
* replace default HTTP client engine [#554](https://github.com/awslabs/aws-sdk-kotlin/pull/554)
9+
10+
### New features
11+
* bootstrap event streams [#545](https://github.com/awslabs/aws-sdk-kotlin/pull/545)
12+
13+
### Fixes
14+
* temporarily bypass httpchecksum traits until full flexible checksum support is available [#558](https://github.com/awslabs/aws-sdk-kotlin/pull/558)
15+
* include headers in presigning requests [#556](https://github.com/awslabs/aws-sdk-kotlin/pull/556)
16+
* backfill optional auth trait for cognito and cognito-idp [#555](https://github.com/awslabs/aws-sdk-kotlin/pull/555)
17+
18+
### Miscellaneous
19+
* update AWS models to latest versions [#559](https://github.com/awslabs/aws-sdk-kotlin/pull/559)
20+
* cleanup presign tests [#546](https://github.com/awslabs/aws-sdk-kotlin/pull/546)
21+
322
## [0.13.1-beta] - 02/25/2022
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

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.13.2-SNAPSHOT
9+
sdkVersion=0.14.1-SNAPSHOT
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.9-SNAPSHOT
15+
smithyKotlinVersion=0.8.0
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.4-SNAPSHOT
31+
crtKotlinVersion=0.5.4
3232

3333
# testing/utility
3434
junitVersion=5.6.2

0 commit comments

Comments
 (0)