Skip to content

Commit 4fbdba3

Browse files
chore: release 0.27.3
1 parent 1667167 commit 4fbdba3

File tree

5 files changed

+10
-22
lines changed

5 files changed

+10
-22
lines changed

.changes/d477286c-f799-426b-947c-7cc6982fbcfe.json

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

.changes/d47756d3-1127-4ed0-a71f-44ca2daebf9a.json

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

.changes/f82c0433-30f9-4246-8f18-91402c5ac0ab.json

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

CHANGELOG.md

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

3+
## [0.27.3] - 09/08/2023
4+
5+
### Features
6+
* [#612](https://github.com/awslabs/aws-sdk-kotlin/issues/612) Add conversions to and from `Flow<ByteArray>` and `ByteStream`
7+
* [#617](https://github.com/awslabs/aws-sdk-kotlin/issues/617) Add conversion to InputStream from ByteStream
8+
9+
### Miscellaneous
10+
* Expose SDK ID in service companion object section writer.
11+
312
## [0.27.1] - 08/31/2023
413

514
### Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55
kotlin.native.ignoreDisabledTargets=true
66

77
# SDK
8-
sdkVersion=0.27.3-SNAPSHOT
8+
sdkVersion=0.27.3
99

1010
# kotlin
1111
kotlinVersion=1.8.22

0 commit comments

Comments
 (0)