Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service/dynamodb/dynamodbattribute: Support for configuring the marsh… #2834

Merged
merged 2 commits into from
Sep 25, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into feature/DynamoNullCollections
  • Loading branch information
skmcgrail authored Sep 25, 2019
commit 8a81d4eb6ddde207f94f77e993d833051aee7efd
6 changes: 6 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
* Fixes [#682](https://github.com/aws/aws-sdk-go/issues/682)
* Fixes [#1890](https://github.com/aws/aws-sdk-go/issues/1890)
* Fixes [#2746](https://github.com/aws/aws-sdk-go/issues/2746)
* `service/s3/s3manager`: Add Download Buffer Provider ([#2823](https://github.com/aws/aws-sdk-go/pull/2823))
* Adds a new `BufferProvider` member for specifying how part data can be buffered in memory when copying from the http response body.
* Windows platforms will now default to buffering 1MB per part to reduce contention when downloading files.
* Non-Windows platforms will continue to employ a non-buffering behavior.
* Fixes [#2180](https://github.com/aws/aws-sdk-go/issues/2180)
* Fixes [#2662](https://github.com/aws/aws-sdk-go/issues/2662)

### SDK Enhancements

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.