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 software.amazon.awssdk:bom from 2.17.19 to 2.17.24 #2430

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2021

Bumps software.amazon.awssdk:bom from 2.17.19 to 2.17.24.

Changelog

Sourced from software.amazon.awssdk:bom's changelog.

2.17.24 2021-08-20

AWS RoboMaker

  • Features

    • Documentation updates for RoboMaker

Amazon Comprehend

  • Features

    • Add tagging support for Comprehend async inference job.

Amazon Elastic Compute Cloud

  • Features

    • encryptionInTransitSupported added to DescribeInstanceTypes API

Amazon Elastic Kubernetes Service

  • Features

    • Adds support for EKS add-ons "preserve" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management.

2.17.23 2021-08-19

AWS SDK for Java v2

  • Features

    • Implement ADAPTIVE retry mode. ADAPTIVE mode builds on STANDARD retry mode and adds rate limiting of requests when the client is throttled.

      Adaptive retry mode dynamically limits the rate of AWS requests to maximize success rate. This may be at the expense of request latency. Adaptive retry mode is not recommended when predictable latency is important.

      Warning: Adaptive retry mode assumes that the client is working against a single resource (e.g. one DynamoDB Table or one S3 Bucket). If you use a single client for multiple resources, throttling or outages associated with one resource will result in increased latency and failures when accessing all other resources via the same client. When using adaptive retry mode, we recommend using a single client per resource.

    • Updated service endpoint metadata.

Amazon Appflow

  • Features

    • This release adds support for SAPOData connector and extends Veeva connector for document extraction.

Amazon Elastic Compute Cloud

  • Features

    • The ImportImage API now supports the ability to create AMIs with AWS-managed licenses for Microsoft SQL Server for both Windows and Linux.

Amazon MemoryDB

  • Features

    • AWS MemoryDB SDK now supports all APIs for newly launched MemoryDB service.

Application Auto Scaling

  • Features

    • This release extends Application Auto Scaling support for replication group of Amazon ElastiCache Redis clusters. Auto Scaling monitors and automatically expands node group count and number of replicas per node group when a critical usage threshold is met or according to customer-defined schedule.

2.17.22 2021-08-18

AWS CodeBuild

  • Features

    • CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.

Amazon Route 53

  • Features

... (truncated)

Commits
  • 02e5bf7 Merge pull request #1626 from aws/staging/1cb74658-bfdc-414d-93fd-94f5c00fdc7c
  • 90b0661 Release 2.17.24. Updated CHANGELOG.md, README.md and all pom.xml.
  • 31598c3 Amazon Comprehend Update: Add tagging support for Comprehend async inference ...
  • ef89b43 AWS RoboMaker Update: Documentation updates for RoboMaker
  • 35c08c2 Amazon Elastic Kubernetes Service Update: Adds support for EKS add-ons "prese...
  • 76c81de Amazon Elastic Compute Cloud Update: encryptionInTransitSupported added to De...
  • 39d6f2a Update to next snapshot version: 2.17.24-SNAPSHOT
  • da1c62e Merge pull request #1620 from aws/staging/9030cfb6-c424-4995-8b8d-ed9cf0353b7f
  • b5fa63f Release 2.17.23. Updated CHANGELOG.md, README.md and all pom.xml.
  • 29c4826 Updated endpoints.json.
  • 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)

Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.19 to 2.17.24.
- [Release notes](https://github.com/aws/aws-sdk-java-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java-v2@2.17.19...2.17.24)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Type: Pull requests that update a dependency file java Pull requests that update Java code labels Aug 23, 2021
@codecov
Copy link

codecov bot commented Aug 23, 2021

Codecov Report

Merging #2430 (98a5902) into main (fff5698) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #2430   +/-   ##
=========================================
  Coverage     90.83%   90.83%           
  Complexity     2432     2432           
=========================================
  Files           420      420           
  Lines         11593    11593           
  Branches       1013     1013           
=========================================
  Hits          10530    10530           
  Misses          732      732           
  Partials        331      331           

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 fff5698...98a5902. Read the comment docs.

@xin-hedera xin-hedera added this to the Mirror 0.40.0 milestone Aug 23, 2021
@steven-sheehy steven-sheehy merged commit 36f6ad3 into main Aug 23, 2021
@steven-sheehy steven-sheehy deleted the dependabot/maven/software.amazon.awssdk-bom-2.17.24 branch August 23, 2021 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Type: Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants