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.22.3 to 1.23.8 #16

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/aws/aws-sdk-go from 1.22.3 to 1.23.8.

Release notes

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

Release v1.23.8 (2019-08-23)

Service Client Updates

  • service/ec2: Updates service API and documentation
    • This release of EC2 VM Import Export adds support for exporting Amazon Machine Image(AMI)s to a VM file
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/mediapackage-vod: Updates service API and documentation
  • service/transcribe: Updates service API and documentation

SDK Enhancements

  • aws/session: Add support for CSM options from shared config file (#2768)
    • Adds support for enabling and controlling the Client Side Metrics (CSM) reporting from the shared configuration files in addition to the environment variables.

SDK Bugs

  • service/s3/s3crypto: Fix tmp file not being deleted after upload (#2776)
    • Fixes the s3crypto's getWriterStore utiliy's send handler not cleaning up the temporary file after Send completes.
  • private/protocol: Add protocol tests for blob types and headers (#2770)
    • Adds RESTJSON and RESTXML protocol tests for blob headers.
    • Related to #750
  • service/dynamodb/expression: Improved reporting of bad key conditions (#2775)
    • Improved error reporting when invalid key conditions are constructed using KeyConditionBuilder

Release v1.23.7 (2019-08-22)

Service Client Updates

  • service/datasync: Updates service API and documentation
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/rds: Updates service API and documentation
    • This release allows users to enable RDS Data API while creating Aurora Serverless databases.

SDK Bugs

  • aws/request: Fix IsErrorRetryable returning true for nil error (#2774)
    • Fixes #2773 where the IsErrorRetryable helper was incorrectly returning true for nil errors passed in. IsErrorRetryable will now correctly return false when the passed in error is nil like documented.

Release v1.23.6 (2019-08-21)

Service Client Updates

  • service/elasticache: Updates service API and documentation
    • ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups
  • service/forecast: Adds new service
  • service/forecastquery: Adds new service
  • service/personalize-runtime: Updates service API
  • service/rekognition: Updates service documentation
    • Documentation updates for Amazon Rekognition.
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker now supports Amazon EFS and Amazon FSx for Lustre file systems as data sources for training machine learning models. Amazon SageMaker now supports running training jobs on ml.p3dn.24xlarge instance type. This instance type is offered as a limited private preview for certain SageMaker customers. If you are interested in joining the private preview, please reach out to the SageMaker Product Management team via AWS Support."
  • service/sqs: Updates service API and documentation
... (truncated)
Changelog

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

Release v1.23.8 (2019-08-23)

Service Client Updates

  • service/ec2: Updates service API and documentation
    • This release of EC2 VM Import Export adds support for exporting Amazon Machine Image(AMI)s to a VM file
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/mediapackage-vod: Updates service API and documentation
  • service/transcribe: Updates service API and documentation

SDK Enhancements

  • aws/session: Add support for CSM options from shared config file (#2768)
    • Adds support for enabling and controlling the Client Side Metrics (CSM) reporting from the shared configuration files in addition to the environment variables.

SDK Bugs

  • service/s3/s3crypto: Fix tmp file not being deleted after upload (#2776)
    • Fixes the s3crypto's getWriterStore utiliy's send handler not cleaning up the temporary file after Send completes.
  • private/protocol: Add protocol tests for blob types and headers (#2770)
    • Adds RESTJSON and RESTXML protocol tests for blob headers.
    • Related to #750
  • service/dynamodb/expression: Improved reporting of bad key conditions (#2775)
    • Improved error reporting when invalid key conditions are constructed using KeyConditionBuilder
      Release v1.23.7 (2019-08-22)
      ===

Service Client Updates

  • service/datasync: Updates service API and documentation
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/rds: Updates service API and documentation
    • This release allows users to enable RDS Data API while creating Aurora Serverless databases.

SDK Bugs

  • aws/request: Fix IsErrorRetryable returning true for nil error (#2774)
    • Fixes #2773 where the IsErrorRetryable helper was incorrectly returning true for nil errors passed in. IsErrorRetryable will now correctly return false when the passed in error is nil like documented.

Release v1.23.6 (2019-08-21)

Service Client Updates

  • service/elasticache: Updates service API and documentation
    • ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups
  • service/forecast: Adds new service
  • service/forecastquery: Adds new service
  • service/personalize-runtime: Updates service API
  • service/rekognition: Updates service documentation
    • Documentation updates for Amazon Rekognition.
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker now supports Amazon EFS and Amazon FSx for Lustre file systems as data sources for training machine learning models. Amazon SageMaker now supports running training jobs on ml.p3dn.24xlarge instance type. This instance type is offered as a limited private preview for certain SageMaker customers. If you are interested in joining the private preview, please reach out to the SageMaker Product Management team via AWS Support."
  • service/sqs: Updates service API and documentation
    • This release provides a way to add metadata tags to a queue when it is created. You can use tags to organize and identify your Amazon SQS queues for cost allocation.
... (truncated)
Commits
  • 5c46223 Release v1.23.8
  • b142061 service/s3/s3crypto: Fix tmp file not being deleted after upload (#2776)
  • 6967c8b Fixup pending change log's formating
  • 57bdcf6 aws/session: Add support for CSM options from shared config file (#2768)
  • ab8a863 private/protocol Add protocol tests for blob types and headers (#2770)
  • 3584664 service/dynamodb/expression: Improved reporting of bad key conditions (#2775)
  • 8e9f69e Merge pull request #2778 from aws/release
  • e9206af Release v1.23.7
  • b3e8872 aws/request: Fix IsErrorRetryable returning true for nil error (#2774)
  • b857052 aws/credentials/endpointcreds: Update NewCredentialsClient docstring (#2771)
  • 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.22.3 to 1.23.8.
- [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.22.3...v1.23.8)

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 Aug 26, 2019
@codecov-io
Copy link

codecov-io commented Aug 26, 2019

Codecov Report

Merging #16 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   83.36%   83.36%           
=======================================
  Files          13       13           
  Lines         517      517           
=======================================
  Hits          431      431           
  Misses         73       73           
  Partials       13       13

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de7e829...7c486aa. Read the comment docs.

@julienduchesne julienduchesne merged commit 2280fd4 into master Aug 29, 2019
@julienduchesne julienduchesne deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-1.23.8 branch August 29, 2019 23:20
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

2 participants