From e135ecd6096ce78fa851f4ec15f5077040ab66f1 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte Date: Wed, 9 Oct 2019 15:39:49 -0700 Subject: [PATCH] add change log --- CHANGELOG_PENDING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 8a1927a39ca..0f7b6cf07ea 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -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) +