Skip to content

Commit 11a57e9

Browse files
chore: release 0.12.6
1 parent 383ebb8 commit 11a57e9

7 files changed

+14
-29
lines changed

.changes/0c737e4d-adb6-45f4-95d3-7123f3455171.json

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

.changes/2310b190-0074-4d42-89c4-8229b0197609.json

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

.changes/2706bf03-43a0-4f21-93a9-4d7be027d554.json

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

.changes/63e845b0-937d-4952-b416-b9ab6d9de17f.json

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

.changes/69672ec4-a822-465c-80ac-2656dd3ff334.json

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

CHANGELOG.md

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

3+
## [0.12.6] - 09/19/2022
4+
5+
### Features
6+
* Add support for full duplex HTTP exchanges
7+
8+
### Fixes
9+
* Fix occasional stream leak due to race condition in CRT engine
10+
* [#678](https://github.com/awslabs/smithy-kotlin/issues/678) Fix the calculation of file lengths on `ByteStream`s from `Path`s
11+
* Properly check if a member can be nullable
12+
13+
### Miscellaneous
14+
* Provide an explicit scope for request bound work
15+
316
## [0.12.5] - 08/18/2022
417

518
### Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin.native.ignoreDisabledTargets=true
99
#kotlin.mpp.hierarchicalStructureSupport=false
1010

1111
# SDK
12-
sdkVersion=0.12.6-SNAPSHOT
12+
sdkVersion=0.12.6
1313

1414
# kotlin
1515
kotlinVersion=1.7.10

0 commit comments

Comments
 (0)