Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Changelog

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

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
  • 57f73f2 Merge pull request #1941 from aws/staging/9fd7d256-c1fd-492d-ad6f-9a5f2be0747a
  • 5e3e85e Release 2.17.134. Updated CHANGELOG.md, README.md and all pom.xml.
  • ad18fa0 Updated endpoints.json.
  • 706a00d Amazon Connect Customer Profiles Update: This release introduces apis CreateI...
  • a9a625c EC2 Image Builder Update: This release adds support to enable faster launchin...
  • 8bf6118 Amazon DynamoDB Update: DynamoDB ExecuteStatement API now supports Limit as a...
  • 1246c2a Support for new HttpChecksum trait for requests and responses (#3038)
  • 03677b2 Fixed the issue where the SDK did not offload future completion (#3034)
  • e2d8c61 Update to next snapshot version: 2.17.134-SNAPSHOT
  • See full diff in compare view

Updates http-client-spi from 2.17.133 to 2.17.134

Changelog

Sourced from http-client-spi's changelog.

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
  • 57f73f2 Merge pull request #1941 from aws/staging/9fd7d256-c1fd-492d-ad6f-9a5f2be0747a
  • 5e3e85e Release 2.17.134. Updated CHANGELOG.md, README.md and all pom.xml.
  • ad18fa0 Updated endpoints.json.
  • 706a00d Amazon Connect Customer Profiles Update: This release introduces apis CreateI...
  • a9a625c EC2 Image Builder Update: This release adds support to enable faster launchin...
  • 8bf6118 Amazon DynamoDB Update: DynamoDB ExecuteStatement API now supports Limit as a...
  • 1246c2a Support for new HttpChecksum trait for requests and responses (#3038)
  • 03677b2 Fixed the issue where the SDK did not offload future completion (#3034)
  • e2d8c61 Update to next snapshot version: 2.17.134-SNAPSHOT
  • See full diff in compare view

Updates url-connection-client from 2.17.133 to 2.17.134

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.134.

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

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

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

---
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 22, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2022

Superseded by #769.

@dependabot dependabot bot closed this Feb 23, 2022
@dependabot dependabot bot deleted the dependabot/maven/aws.sdk.version-2.17.134 branch February 23, 2022 11:03
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.

0 participants