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.27.0 to 1.28.0 #40

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/aws/aws-sdk-go from 1.27.0 to 1.28.0.

Release notes

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

Release v1.28.0 (2020-01-10)

Service Client Updates

  • service/chime: Updates service API and documentation
    • Add shared profile support to new and existing users
  • service/ec2: Updates service API and documentation
    • This release introduces the ability to tag egress only internet gateways, local gateways, local gateway route tables, local gateway virtual interfaces, local gateway virtual interface groups, local gateway route table VPC association and local gateway route table virtual interface group association. You can use tags to organize and identify your resources for cost allocation.
  • service/rds: Updates service API and documentation
    • This release adds an operation that enables users to override the system-default SSL/TLS certificate for new Amazon RDS DB instances temporarily, or remove the customer override.
  • service/sagemaker: Updates service API and documentation
    • SageMaker ListTrialComponents API filter by TrialName and ExperimentName.
  • service/transfer: Updates service API and documentation
    • This release introduces a new endpoint type that allows you to attach Elastic IP addresses from your AWS account with your server's endpoint directly and whitelist access to your server by client's internet IP address(es) using VPC Security Groups.
  • service/workspaces: Updates service API and documentation
    • Added the migrate feature to Amazon WorkSpaces.

SDK Features

  • Add generated error types for JSONRPC and RESTJSON APIs
    • Adds generated error types for APIs using JSONRPC and RESTJSON protocols. This allows you to retrieve additional error metadata within an error message that was previously unavailable. For example, Amazon DynamoDB's TransactWriteItems operation can return a TransactionCanceledException continuing detailed CancellationReasons member. This data is now available by type asserting the error returned from the operation call to TransactionCanceledException type.
  • service/dynamodb/dynamodbattribute: Go 1.9+, Add caching of struct serialization (#3070)
    • For Go 1.9 and above, adds struct field caching to the SDK's DynamoDB AttributeValue marshalers and unmarshalers. This significantly reduces time, and overall allocations of the (un)marshalers by caching the reflected structure's fields. This should improve the performance of applications using DynamoDB AttributeValue (un)marshalers.

SDK Bugs

  • service/s3/s3manager: Fix resource leak on failed CreateMultipartUpload calls (#3069)

Release v1.27.4 (2020-01-09)

Service Client Updates

  • service/logs: Updates service documentation
    • Documentation updates for logs
  • service/sts: Updates service examples
    • Documentation updates for sts

Release v1.27.3 (2020-01-08)

Service Client Updates

  • service/ce: Updates service documentation
  • service/fms: Updates service API and documentation
  • service/translate: Updates service API, documentation, and paginators

Release v1.27.2 (2020-01-07)

Service Client Updates

  • service/AWSMigrationHub: Updates service API, documentation, and paginators
  • service/codebuild: Updates service API and documentation
... (truncated)
Changelog

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

Release v1.28.0 (2020-01-10)

Service Client Updates

  • service/chime: Updates service API and documentation
    • Add shared profile support to new and existing users
  • service/ec2: Updates service API and documentation
    • This release introduces the ability to tag egress only internet gateways, local gateways, local gateway route tables, local gateway virtual interfaces, local gateway virtual interface groups, local gateway route table VPC association and local gateway route table virtual interface group association. You can use tags to organize and identify your resources for cost allocation.
  • service/rds: Updates service API and documentation
    • This release adds an operation that enables users to override the system-default SSL/TLS certificate for new Amazon RDS DB instances temporarily, or remove the customer override.
  • service/sagemaker: Updates service API and documentation
    • SageMaker ListTrialComponents API filter by TrialName and ExperimentName.
  • service/transfer: Updates service API and documentation
    • This release introduces a new endpoint type that allows you to attach Elastic IP addresses from your AWS account with your server's endpoint directly and whitelist access to your server by client's internet IP address(es) using VPC Security Groups.
  • service/workspaces: Updates service API and documentation
    • Added the migrate feature to Amazon WorkSpaces.

SDK Features

  • Add generated error types for JSONRPC and RESTJSON APIs
    • Adds generated error types for APIs using JSONRPC and RESTJSON protocols. This allows you to retrieve additional error metadata within an error message that was previously unavailable. For example, Amazon DynamoDB's TransactWriteItems operation can return a TransactionCanceledException continuing detailed CancellationReasons member. This data is now available by type asserting the error returned from the operation call to TransactionCanceledException type.
  • service/dynamodb/dynamodbattribute: Go 1.9+, Add caching of struct serialization (#3070)
    • For Go 1.9 and above, adds struct field caching to the SDK's DynamoDB AttributeValue marshalers and unmarshalers. This significantly reduces time, and overall allocations of the (un)marshalers by caching the reflected structure's fields. This should improve the performance of applications using DynamoDB AttributeValue (un)marshalers.

SDK Bugs

  • service/s3/s3manager: Fix resource leak on failed CreateMultipartUpload calls (#3069)

Release v1.27.4 (2020-01-09)

Service Client Updates

  • service/logs: Updates service documentation
    • Documentation updates for logs
  • service/sts: Updates service examples
    • Documentation updates for sts

Release v1.27.3 (2020-01-08)

Service Client Updates

  • service/ce: Updates service documentation
  • service/fms: Updates service API and documentation
  • service/translate: Updates service API, documentation, and paginators

Release v1.27.2 (2020-01-07)

Service Client Updates

  • service/AWSMigrationHub: Updates service API, documentation, and paginators
  • service/codebuild: Updates service API and documentation
... (truncated)
Commits
  • 0b12780 Release v1.28.0 (2020-01-10)
  • 0ec9215 private/model: Add shape name validation for structs and enums (#3071)
  • e842504 private/mode/api: Add codegen typed Errors for RESTJSON and JSONRPC APIs (#3062)
  • 3b88578 service/dynamodb/dynamodbattribute: cache struct type info, refactor fieldsBy...
  • e3bec3e service/s3/s3manager: Fix resource leak on failed CreateMultipartUpload calls...
  • 418e88a Release v1.27.4 (2020-01-09) (#3073)
  • cc5b103 private/model/api: Generated EventStream Writer Tests (#3054)
  • 13e20e5 Release v1.27.3 (2020-01-08) (#3072)
  • 7eff851 Release v1.27.2 (2020-01-07) (#3068)
  • 0c96ad5 aws/ec2metadata: Reduces timeout and number of max retries for EC2Metadata ...
  • 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)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.27.0 to 1.28.0.
- [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.27.0...v1.28.0)

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 Jan 13, 2020
@julienduchesne julienduchesne merged commit 97de92f into master Jan 13, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-1.28.0 branch January 13, 2020 12: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.

1 participant