Skip to content

Commit 27cc4ff

Browse files
committed
chore: release 0.7.8
1 parent 5a1a921 commit 27cc4ff

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.8] - 02/17/2022
4+
5+
### New features
6+
* add DSL overloads to paginator methods [#591](https://github.com/awslabs/smithy-kotlin/pull/591)
7+
8+
### Fixes
9+
* ignore redirect statuses in Ktor engine [#590](https://github.com/awslabs/smithy-kotlin/pull/590)
10+
* handle stream response exceptions properly in Ktor engine [#589](https://github.com/awslabs/smithy-kotlin/pull/589)
11+
12+
### Miscellaneous
13+
* coroutine version bump to 1.6.0 and Duration stabilization [#580](https://github.com/awslabs/smithy-kotlin/pull/580)
14+
* dokka upgrade [#588](https://github.com/awslabs/smithy-kotlin/pull/588)
15+
* upgrade smithy to 1.17.0 [#587](https://github.com/awslabs/smithy-kotlin/pull/587)
16+
317
## [0.7.7] - 02/04/2022
418

519
### New features

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.7.8-SNAPSHOT
8+
sdkVersion=0.7.8
99

1010
# kotlin
1111
kotlinVersion=1.6.10

0 commit comments

Comments
 (0)