Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release v0.13.0 (2019-10-01)
Services
SDK Breaking changes
Deprecations
service/s3/s3crypto
: Deprecates the crypto client from the SDK (#394)aws
: Removes plugin credential provider (#391)SDK Features
service/s3/s3manager
: Add Upload Buffer Provider (#404)BufferProvider
member for specifying how part data can be buffered in memory.service/s3/s3manager
: Add Download Buffer Provider (#404)BufferProvider
member for specifying how part data can be buffered in memory when copying from the http response body.service/dynamodb/dynamodbattribute
: New Encoder and Decoder Behavior for Empty Collections (#401)Encoder
andDecoder
types have been enhanced to support the marshaling of empty structures, maps, and slices to and from their respective DynamoDB AttributeValues.SDK Enhancements
internal/awsutil
: Add suppressing logging sensitive API parameters (#398)sensitive
trait. This prevents the API type'sString
method returning a string representation of the API type with sensitive fields printed such as keys and passwords.aws/request
: Retryer is now a named field on Request. (#393)service/s3/s3manager
: Addssync.Pool
to allow reuse of part buffers for streaming payloads (#404)SDK Bugs
service/s3/s3manager
: Fix index out of range when a streaming reader returns -1 (#378)internal/ini
: Fix ini parser to handle empty values #406