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

build(deps): bump github.com/aws/aws-sdk-go-v2 from 0.11.0 to 0.12.0 #272

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/aws/aws-sdk-go-v2 from 0.11.0 to 0.12.0.

Release notes

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

Release v0.12.0 (2019-09-17)

Services

  • Synced the V2 SDK with latest AWS service API definitions.

SDK Enhancements

  • aws/endpoints: Expose DNSSuffix for partitions (#369)
    • Exposes the underlying partition metadata's DNSSuffix value via the DNSSuffix method on the endpoint's Partition type. This allows access to the partition's DNS suffix, e.g. "amazon.com".
    • Fixes #347
  • private/protocol: Add support for parsing fractional timestamp (#367)
    • Fixes the SDK's ability to parse fractional unix timestamp values and adds tests.
    • Fixes #365
  • aws/ec2metadata: Add marketplaceProductCodes to EC2 Instance Identity Document (#374)
    • Adds MarketplaceProductCodes to the EC2 Instance Metadata's Identity Document. The ec2metadata client will now retrieve these values if they are available.
    • Related to: aws/aws-sdk-go#2781
  • aws: Adds configurations to the default retryer (#375)
    • Provides more customization options for retryer by adding a constructor for default Retryer which accepts functional options. Adds NoOpRetryer to support no retry behavior. Exposes members of default retryer.
    • Updates the underlying logic used by the default retryer to calculate jittered delay for retry. Handles int overflow for retry delay.
    • Fixes #370
  • aws : Refactors request retry behavior path logic (#384)
    • Retry utilities now follow a consistent code path. aws.IsErrorRetryable is the primary entry point to determine if a request is retryable.
    • Corrects sdk's behavior by not retrying errors with status code 501. Adds support for retrying the Kinesis API error, LimitExceededException.
    • Fixes #372, #145

SDK Bugs

  • aws: Fixes bug in calculating throttled retry delay (#373)
    • The Retry-After duration specified in the request is now added to the Retry delay for throttled exception. Adds test for retry delays for throttled exceptions. Fixes bug where the throttled retry's math was off.
    • Fixes #45
  • aws : Adds missing sdk error checking when seeking readers (#379)
    • Adds support for nonseekable io.Reader. Adds support for streamed payloads for unsigned body request.
    • Fixes #371
  • service/s3 : Fixes unexpected EOF error by s3manager (#386)
    • Fixes bug which threw unexpected EOF error when s3 upload is performed for a file of maximum allowed size
    • Fixes #316
  • private/model : Fixes generated API Reference docs links being invalid (387)
Changelog

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

Release v0.12.0 (2019-09-17)

Services

  • Synced the V2 SDK with latest AWS service API definitions.

SDK Enhancements

  • aws/endpoints: Expose DNSSuffix for partitions (#369)
    • Exposes the underlying partition metadata's DNSSuffix value via the DNSSuffix method on the endpoint's Partition type. This allows access to the partition's DNS suffix, e.g. "amazon.com".
    • Fixes #347
  • private/protocol: Add support for parsing fractional timestamp (#367)
    • Fixes the SDK's ability to parse fractional unix timestamp values and adds tests.
    • Fixes #365
  • aws/ec2metadata: Add marketplaceProductCodes to EC2 Instance Identity Document (#374)
    • Adds MarketplaceProductCodes to the EC2 Instance Metadata's Identity Document. The ec2metadata client will now retrieve these values if they are available.
    • Related to: aws/aws-sdk-go#2781
  • aws: Adds configurations to the default retryer (#375)
    • Provides more customization options for retryer by adding a constructor for default Retryer which accepts functional options. Adds NoOpRetryer to support no retry behavior. Exposes members of default retryer.
    • Updates the underlying logic used by the default retryer to calculate jittered delay for retry. Handles int overflow for retry delay.
    • Fixes #370
  • aws : Refactors request retry behavior path logic (#384)
    • Retry utilities now follow a consistent code path. aws.IsErrorRetryable is the primary entry point to determine if a request is retryable.
    • Corrects sdk's behavior by not retrying errors with status code 501. Adds support for retrying the Kinesis API error, LimitExceededException.
    • Fixes #372, #145

SDK Bugs

  • aws: Fixes bug in calculating throttled retry delay (#373)
    • The Retry-After duration specified in the request is now added to the Retry delay for throttled exception. Adds test for retry delays for throttled exceptions. Fixes bug where the throttled retry's math was off.
    • Fixes #45
  • aws : Adds missing sdk error checking when seeking readers (#379)
    • Adds support for nonseekable io.Reader. Adds support for streamed payloads for unsigned body request.
    • Fixes #371
  • service/s3 : Fixes unexpected EOF error by s3manager (#386)
    • Fixes bug which threw unexpected EOF error when s3 upload is performed for a file of maximum allowed size
    • Fixes #316
  • private/model : Fixes generated API Reference docs links being invalid (387)
Commits
  • 9d23340 Release v0.12.0 (2019-09-17) (#389)
  • 630afef private/model : Fixes generated API Reference docs links being invalid (#387)
  • 33a4306 aws: Refactors request retry behavior path logic (#384)
  • 2010860 service/s3: Fixes incorrect EOF error by s3manager (#386)
  • 2cdb4e5 aws: Fixes test for throttled request retries (#383)
  • e57892e aws : Adds configurations to the default retryer (#375)
  • cb8cad4 aws: Adds sdk error checking when seeking readers (#379)
  • c4fe3c8 Update CHANGELOG_PENDING.md
  • 554245d aws/ec2metadata: Add marketplaceProductCodes to Instance Identity Document (#...
  • 68c6eba Update README to be more explicit the SDK is not GA (#382)
  • 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.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 23, 2019
@dependabot-preview dependabot-preview bot merged commit 7873028 into master Sep 23, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-v2-0.12.0 branch September 23, 2019 11:49
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant