Skip to content

Commit

Permalink
chore: release 0.17.6-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Sep 19, 2022
1 parent f22a2bf commit d1493bc
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changes/21d25177-2aba-4300-964e-9de3eb7fbf6e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/34fc4fc2-ad2d-4264-976c-5013324c10b7.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/354c9857-8af1-43b7-9bcf-bff91aa32bc5.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/6313ed78-29f9-4d71-af08-38b6a62bcd40.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/6cb06363-7f79-4f03-b8f2-efaac82945ac.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/704b9a6e-d859-4706-b39f-91052b375834.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/909db533-6b5f-4fd9-9d79-7f4fd8e46671.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.17.6-beta] - 09/19/2022

### Features
* [#543](https://github.com/awslabs/aws-sdk-kotlin/issues/543) Add support for event streams
* Mark event stream HTTP body as duplex stream

### Fixes
* [#694](https://github.com/awslabs/aws-sdk-kotlin/issues/694) Merge per-op custom metadata to avoid clobbering per-client metadata

### Miscellaneous
* Sync AWS service models
* Update smithy-kotlin version
* Add unbound event stream payload deserialization path
* Use explict CoroutineScope for consuming event stream flow

## [0.17.5-beta] - 08/18/2022

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=0.17.6-SNAPSHOT
sdkVersion=0.17.6-beta

# codegen
smithyVersion=1.23.0
Expand Down Expand Up @@ -39,4 +39,4 @@ slf4jVersion=1.7.36

# dokka config (values specified at build-time as needed)
smithyKotlinPackageListUrl=
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin

0 comments on commit d1493bc

Please sign in to comment.