Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Changelog

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

2.17.136 2022-02-23

AWS Lambda

  • Features

    • Lambda releases .NET 6 managed runtime to be available in all commercial regions.

AWS SDK for Java v2

  • Features

    • Add ClientOverrideConfiguration getter to SdkClientBuilder. Allows for changing multiple overrides on a client through the client builder alone.
    • Updated service endpoint metadata.

AWS Transfer Family

  • Features

    • The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.

Amazon Textract

  • Features

    • Added support for merged cells and column header for table response.

URL Connection HTTP Client

  • Bugfixes

    • Fix "java.net.ProtocolException: Server rejected operation" when the HTTP response has no response content. If the response includes content, update the exception message to say that the Apache HTTP client may fix the problem.

Contributors

Special thanks to the following contributors to this release:

@​smswz

Commits
  • 8049aab Merge pull request #1943 from aws/staging/129eec2c-0e98-4e58-a234-2b19eb60a724
  • 63e68e0 Release 2.17.136. Updated CHANGELOG.md, README.md and all pom.xml.
  • 803b721 Updated endpoints.json.
  • 8eab130 Amazon Textract Update: Added support for merged cells and column header for ...
  • 22a5218 AWS Lambda Update: Lambda releases .NET 6 managed runtime to be available in ...
  • cca5d91 AWS Transfer Family Update: The file input selection feature provides the abi...
  • 03b58f9 Improved Expect: 100-continue response handling in the URL connection client....
  • 4bf4d3a Add ClientOverrideConfiguration getter to SdkClientBuilder. (#3023) (#3024)
  • 46b6460 Avoid throwing NPE in the CombinedResponseAsyncHttpResponseHandler#onStream (...
  • 5e5a854 Update to next snapshot version: 2.17.136-SNAPSHOT
  • See full diff in compare view

Updates http-client-spi from 2.17.135 to 2.17.136

Changelog

Sourced from http-client-spi's changelog.

2.17.136 2022-02-23

AWS Lambda

  • Features

    • Lambda releases .NET 6 managed runtime to be available in all commercial regions.

AWS SDK for Java v2

  • Features

    • Add ClientOverrideConfiguration getter to SdkClientBuilder. Allows for changing multiple overrides on a client through the client builder alone.
    • Updated service endpoint metadata.

AWS Transfer Family

  • Features

    • The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.

Amazon Textract

  • Features

    • Added support for merged cells and column header for table response.

URL Connection HTTP Client

  • Bugfixes

    • Fix "java.net.ProtocolException: Server rejected operation" when the HTTP response has no response content. If the response includes content, update the exception message to say that the Apache HTTP client may fix the problem.

Contributors

Special thanks to the following contributors to this release:

@​smswz

Commits
  • 8049aab Merge pull request #1943 from aws/staging/129eec2c-0e98-4e58-a234-2b19eb60a724
  • 63e68e0 Release 2.17.136. Updated CHANGELOG.md, README.md and all pom.xml.
  • 803b721 Updated endpoints.json.
  • 8eab130 Amazon Textract Update: Added support for merged cells and column header for ...
  • 22a5218 AWS Lambda Update: Lambda releases .NET 6 managed runtime to be available in ...
  • cca5d91 AWS Transfer Family Update: The file input selection feature provides the abi...
  • 03b58f9 Improved Expect: 100-continue response handling in the URL connection client....
  • 4bf4d3a Add ClientOverrideConfiguration getter to SdkClientBuilder. (#3023) (#3024)
  • 46b6460 Avoid throwing NPE in the CombinedResponseAsyncHttpResponseHandler#onStream (...
  • 5e5a854 Update to next snapshot version: 2.17.136-SNAPSHOT
  • See full diff in compare view

Updates url-connection-client from 2.17.135 to 2.17.136

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.135 to 2.17.136.

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

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

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

---
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 24, 2022
@pankajagrawal16 pankajagrawal16 merged commit fd0ef47 into master Feb 24, 2022
@pankajagrawal16 pankajagrawal16 deleted the dependabot/maven/aws.sdk.version-2.17.136 branch February 24, 2022 11:10
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