Skip to content

Commit f2e6a59

Browse files
authored
chore: v0.7.1-alpha release (#526)
1 parent 72d6843 commit f2e6a59

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
# Changelog
22

3+
## [0.7.1-alpha] - 11/04/2021
4+
5+
**WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
6+
7+
### New features
8+
* add convenience extension method for detecting if a Shape has the Streaming trait [#512](https://github.com/awslabs/smithy-kotlin/pull/512)
9+
10+
### Fixes
11+
* delegate when to set content-type to binding resolver; fix content-length for empty bodies [#525](https://github.com/awslabs/smithy-kotlin/pull/525)
12+
* Update regex to handle version segments greater than 9 [#521](https://github.com/awslabs/smithy-kotlin/pull/521)
13+
314
## [0.7.0-alpha] - 10/28/2021
415

516
**WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
617

718
### New Features
819

920
* add endpoint configuration and middleware by default [#507](https://github.com/awslabs/smithy-kotlin/pull/507)
10-
21+
1122
## [0.6.0-alpha] - 10/21/2021
1223

1324
**WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android.useAndroidX=true
1212
android.enableJetifier=true
1313

1414
# SDK
15-
sdkVersion=0.7.1-SNAPSHOT
15+
sdkVersion=0.7.1-alpha
1616

1717
# kotlin
1818
kotlinVersion=1.5.31

0 commit comments

Comments
 (0)