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

v1.25.0 #2858

Merged
merged 1 commit into from
Sep 26, 2019
Merged

v1.25.0 #2858

merged 1 commit into from
Sep 26, 2019

Conversation

aws-sdk-go-automation
Copy link
Contributor

Release v1.25.0 (2019-09-26)

Service Client Updates

  • service/codepipeline: Updates service documentation
    • Documentation updates for CodePipeline
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/ssm: Updates service API and documentation
    • This release updates the AWS Systems Manager Parameter Store PutParameter and LabelParameterVersion APIs to return the "Tier" of parameter created/updated and the "parameter version" labeled respectively.

SDK Features

  • service/dynamodb/dynamodbattribute: Add EnableEmptyCollections flag to Encoder and Decoder (#2834)
    • The Encoder and Decoder types have been enhanced to allow support for specifying the SDK's behavior when marshaling structures, maps, and slices to DynamoDB.
    • When EnableEmptyCollections is set to True the SDK will preserve the empty of these types in DynamoDB rather then encoding a NULL AttributeValue.
    • Fixes #682
    • Fixes #1890
    • Fixes #2746
  • service/s3/s3manager: Add Download Buffer Provider (#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
    • Fixes #2662

@aws-sdk-go-automation aws-sdk-go-automation merged commit 2ccc8d9 into master Sep 26, 2019
@aws-sdk-go-automation aws-sdk-go-automation deleted the release branch September 26, 2019 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment