Skip to content

Commit

Permalink
add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Oct 9, 2019
1 parent 8fe4dad commit e135ecd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_PENDING.md
Expand Up @@ -3,3 +3,7 @@
### SDK Enhancements

### SDK Bugs
* `service/s3`,`service/kinesis`: Fix streaming APIs' Err method closing stream ([#2882](https://github.com/aws/aws-sdk-go/pull/2882))
* Fixes calling the Err method on SDK's Amazon Kinesis's SubscribeToShared and Amazon S3's SelectObjectContent response EventStream members closing the stream. This would cause unexpected read errors, or early termination of the streams. Only the Close method of the streaming members will close the streams.
* Related to [#2769](https://github.com/aws/aws-sdk-go/issues/2769)

0 comments on commit e135ecd

Please sign in to comment.