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

Bump github.com/aws/aws-sdk-go from 1.24.3 to 1.25.1 #21

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/aws/aws-sdk-go from 1.24.3 to 1.25.1.

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.25.1 (2019-09-27)

Service Client Updates

  • service/amplify: Updates service API and documentation
  • service/ecs: Updates service API and documentation
    • This release of Amazon Elastic Container Service (Amazon ECS) removes FirelensConfiguration from the DescribeTask output during the FireLens public preview.

SDK Enhancements

  • private/protocol/xml/xmlutil: Support for sorting xml attributes (#2854)

SDK Bugs

  • private/model/api: Write locationName for top-level shapes for rest-xml and ec2 protocols (#2854)
  • private/mode/api: Colliding fields should serialize with original name (#2854)

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

Release v1.24.6 (2019-09-25)

Service Client Updates

  • service/dms: Updates service API, documentation, and examples
    • This release adds a new DeleteConnection API to delete the connection between a replication instance and an endpoint. It also adds an optional S3 setting to specify the precision of any TIMESTAMP column values written to an S3 object file in .parquet format.
  • service/globalaccelerator: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Enable G4D and R5 instances in SageMaker Hosting Services
... (truncated)
Changelog

Sourced from github.com/aws/aws-sdk-go's changelog.

Release v1.25.1 (2019-09-27)

Service Client Updates

  • service/amplify: Updates service API and documentation
  • service/ecs: Updates service API and documentation
    • This release of Amazon Elastic Container Service (Amazon ECS) removes FirelensConfiguration from the DescribeTask output during the FireLens public preview.

SDK Enhancements

  • private/protocol/xml/xmlutil: Support for sorting xml attributes (#2854)

SDK Bugs

  • private/model/api: Write locationName for top-level shapes for rest-xml and ec2 protocols (#2854)
  • private/mode/api: Colliding fields should serialize with original name (#2854)
    • Fixes #2806
      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

Release v1.24.6 (2019-09-25)

Service Client Updates

  • service/dms: Updates service API, documentation, and examples
    • This release adds a new DeleteConnection API to delete the connection between a replication instance and an endpoint. It also adds an optional S3 setting to specify the precision of any TIMESTAMP column values written to an S3 object file in .parquet format.
  • service/globalaccelerator: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Enable G4D and R5 instances in SageMaker Hosting Services

Release v1.24.5 (2019-09-24)

... (truncated)
Commits
  • 8ed2634 Release v1.25.1
  • b313a25 service/s3/s3manager: Simplify Upload manager internal interfaces (#2859)
  • ab0bbeb Ensuren SDK's testing HTTP server usage are cleaned up (#2841)
  • a7e6470 private/model/api: Write locationName for top-level shapes for rest-xml and e...
  • 2ccc8d9 Merge pull request #2858 from aws/release
  • f3c0262 Release v1.25.0
  • 4bf31c3 service/dynamodb/dynamodbattribute: Support for configuring the marshalling b...
  • 4cfae4a service/s3/s3manager: Add DownloadStrategy for buffering downloaded parts (#2...
  • 9fd70c2 Merge pull request #2857 from aws/release
  • 6e7b2b1 Release v1.24.6
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.24.3 to 1.25.1.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.24.3...v1.25.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 30, 2019
@julienduchesne julienduchesne merged commit 54468cf into master Sep 30, 2019
@julienduchesne julienduchesne deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-1.25.1 branch September 30, 2019 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant