Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2022

Bumps aws.sdk.version from 2.17.133 to 2.17.135.
Updates software.amazon.awssdk:bom from 2.17.133 to 2.17.135

Changelog

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

2.17.135 2022-02-22

AWS App Runner

  • Features

    • AWS App Runner adds a Java platform (Corretto 8, Corretto 11 runtimes) and a Node.js 14 runtime.

AWS SDK for Java v2

  • Features

    • Updated service endpoint metadata.

AWS WAFV2

  • Features

    • Updated descriptions for logging configuration.

Amazon Translate

  • Features

    • This release enables customers to use translation settings for formality customization in their synchronous translation output.

S3 Transfer Manager

  • Features

    • Add support for filtering objects as part of S3 Transfer Manager's DownloadDirectory API

2.17.134 2022-02-21

AWS SDK for Java v2

  • Features

    • Support adding http checksum for requests and validation of http checksum for responses based on HttpChecksum traits defined in the model.
    • Updated service endpoint metadata.

Amazon Connect Customer Profiles

  • Features

    • This release introduces apis CreateIntegrationWorkflow, DeleteWorkflow, ListWorkflows, GetWorkflow and GetWorkflowSteps. These apis are used to manage and view integration workflows.

Amazon DynamoDB

  • Features

    • DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation.

EC2 Image Builder

  • Features

    • This release adds support to enable faster launching for Windows AMIs created by EC2 Image Builder.
Commits
  • 0198d43 Merge pull request #1942 from aws/staging/62ddea01-be11-40e5-844e-fa03b8ae64d4
  • 827f593 Release 2.17.135. Updated CHANGELOG.md, README.md and all pom.xml.
  • a8aafb6 Updated endpoints.json.
  • 724d4f6 Amazon Translate Update: This release enables customers to use translation se...
  • b5054ca AWS WAFV2 Update: Updated descriptions for logging configuration.
  • 8f4bef5 AWS App Runner Update: AWS App Runner adds a Java platform (Corretto 8, Corre...
  • 5d39aa0 Add support for filtering objects as part of S3 Transfer Manager's DownloadDi...
  • 76d48d0 Adding an explicit isPresent check in SyncHttpChecksumInTrailerInterceptor to...
  • 5cf596e Pass _X_AMZN_TRACE_ID environment variable through to X-Amzn-Trace-Id header ...
  • 76aef12 Update to next snapshot version: 2.17.135-SNAPSHOT
  • Additional commits viewable in compare view

Updates http-client-spi from 2.17.133 to 2.17.135

Changelog

Sourced from http-client-spi's changelog.

2.17.135 2022-02-22

AWS App Runner

  • Features

    • AWS App Runner adds a Java platform (Corretto 8, Corretto 11 runtimes) and a Node.js 14 runtime.

AWS SDK for Java v2

  • Features

    • Updated service endpoint metadata.

AWS WAFV2

  • Features

    • Updated descriptions for logging configuration.

Amazon Translate

  • Features

    • This release enables customers to use translation settings for formality customization in their synchronous translation output.

S3 Transfer Manager

  • Features

    • Add support for filtering objects as part of S3 Transfer Manager's DownloadDirectory API

2.17.134 2022-02-21

AWS SDK for Java v2

  • Features

    • Support adding http checksum for requests and validation of http checksum for responses based on HttpChecksum traits defined in the model.
    • Updated service endpoint metadata.

Amazon Connect Customer Profiles

  • Features

    • This release introduces apis CreateIntegrationWorkflow, DeleteWorkflow, ListWorkflows, GetWorkflow and GetWorkflowSteps. These apis are used to manage and view integration workflows.

Amazon DynamoDB

  • Features

    • DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation.

EC2 Image Builder

  • Features

    • This release adds support to enable faster launching for Windows AMIs created by EC2 Image Builder.
Commits
  • 0198d43 Merge pull request #1942 from aws/staging/62ddea01-be11-40e5-844e-fa03b8ae64d4
  • 827f593 Release 2.17.135. Updated CHANGELOG.md, README.md and all pom.xml.
  • a8aafb6 Updated endpoints.json.
  • 724d4f6 Amazon Translate Update: This release enables customers to use translation se...
  • b5054ca AWS WAFV2 Update: Updated descriptions for logging configuration.
  • 8f4bef5 AWS App Runner Update: AWS App Runner adds a Java platform (Corretto 8, Corre...
  • 5d39aa0 Add support for filtering objects as part of S3 Transfer Manager's DownloadDi...
  • 76d48d0 Adding an explicit isPresent check in SyncHttpChecksumInTrailerInterceptor to...
  • 5cf596e Pass _X_AMZN_TRACE_ID environment variable through to X-Amzn-Trace-Id header ...
  • 76aef12 Update to next snapshot version: 2.17.135-SNAPSHOT
  • Additional commits viewable in compare view

Updates url-connection-client from 2.17.133 to 2.17.135

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 `aws.sdk.version` from 2.17.133 to 2.17.135.

Updates `software.amazon.awssdk:bom` from 2.17.133 to 2.17.135
- [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.133...2.17.135)

Updates `http-client-spi` from 2.17.133 to 2.17.135
- [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.133...2.17.135)

Updates `url-connection-client` from 2.17.133 to 2.17.135

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:http-client-spi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:url-connection-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file maven labels Feb 23, 2022
@pankajagrawal16 pankajagrawal16 merged commit 9bf3f75 into master Feb 23, 2022
@pankajagrawal16 pankajagrawal16 deleted the dependabot/maven/aws.sdk.version-2.17.135 branch February 23, 2022 11:11
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 maven size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant