Skip to content

Commit 864abb9

Browse files
chore: release 0.14.1
1 parent 401c0e6 commit 864abb9

7 files changed

+13
-36
lines changed

.changes/01b0c84d-bd45-4742-aad7-c3a1f9bd5f17.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/0b232d1e-06b5-4557-a5f5-90245238f2ab.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/0b8435af-23b7-478a-b31a-260a7dfdfaab.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/51ec552f-1a2f-49d2-8e87-a421ad1dec27.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/f0ec11be-3875-498a-8e33-74c49416f3b8.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [0.14.1] - 12/15/2022
4+
5+
### Features
6+
* Add HashingSource and HashingSink
7+
* Use `aws-chunked` content encoding for streaming requests
8+
9+
### Fixes
10+
* [#759](https://github.com/awslabs/aws-sdk-kotlin/issues/759) Allow root trace spans to inherit their parent from current context
11+
* [#763](https://github.com/awslabs/smithy-kotlin/issues/763) Respect @sensitive trait when applied to container shape
12+
* [#759](https://github.com/awslabs/smithy-kotlin/issues/759) Fix `aws-chunked` requests in the CRT HTTP engine
13+
314
## [0.14.0] - 12/01/2022
415

516
### Miscellaneous

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
kotlin.mpp.enableCompatibilityMetadataVariant=true
77

88
# SDK
9-
sdkVersion=0.14.1-SNAPSHOT
9+
sdkVersion=0.14.1
1010

1111
# kotlin
1212
kotlinVersion=1.7.10
@@ -44,4 +44,4 @@ kotlinLoggingVersion=2.1.21
4444
slf4jVersion=1.7.36
4545

4646
# crt
47-
crtKotlinVersion=0.6.7
47+
crtKotlinVersion=0.6.7

0 commit comments

Comments
 (0)