Skip to content

build(deps): bump aws.sdk.version from 2.17.130 to 2.17.131 #755

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

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps aws.sdk.version from 2.17.130 to 2.17.131.
Updates software.amazon.awssdk:bom from 2.17.130 to 2.17.131

Changelog

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

2.17.131 2022-02-16

AWS Budgets

  • Features

    • Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.

AWS Cost Explorer Service

  • Features

    • AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.

AWS Glue

  • Features

    • Support for optimistic locking in UpdateTable

AWS SDK for Java v2

  • Features

    • Add support for setting the default RegionScope used by the Sigv4a signer implementations. If the region scope to use is not supplied to the signing methods, the signers will default to this scope first and then the normal signing region.
  • Removals

    • Removed codegen-resources from service jars, which reduces SDK artifact size.

Amazon Elastic Compute Cloud

  • Features

    • Documentation updates for EC2.

Amazon Simple Systems Manager (SSM)

  • Features

    • Assorted ticket fixes and updates for AWS Systems Manager.

Netty NIO Async HTTP Client

  • Bugfixes

    • Fixed an issue in Netty async http client where NPE was thrown when the execution got cancelled before executionId was attached to the channel.

S3 Transfer Manager

  • Features

    • Implement downloadDirectory API in the S3TransferManager
  • Bugfixes

    • A couple of minor refactoring on the S3TransferManager. 1. CompletedDirectoryUpload#failedTransfers now returns List<FailedFileUpload> instead of Collection<FailedFileUpload>. 2. UploadDirectoryOverrideConfiguration#uploadFileRequestTransformer now returns Consumer<UploadFileRequest.Builder> instead of Optional<Consumer<UploadFileRequest.Builder>> it will be no-op if no uploadFileRequestTransformer is provided
Commits
  • ef79757 Merge pull request #1937 from aws/staging/9a38aa44-d66b-4803-92c1-9edf50c7fee7
  • 9ea36c7 Release 2.17.131. Updated CHANGELOG.md, README.md and all pom.xml.
  • d7fbe9e Amazon Simple Systems Manager (SSM) Update: Assorted ticket fixes and updates...
  • 229bce7 AWS Cost Explorer Service Update: AWS Cost Anomaly Detection now supports SNS...
  • 7b6ff07 Amazon Elastic Compute Cloud Update: Documentation updates for EC2.
  • eaea6fe AWS Glue Update: Support for optimistic locking in UpdateTable
  • 9575c86 AWS Budgets Update: Adds support for auto-adjusting budgets, a new budget met...
  • 3452929 Renamed module and folder name of auth-sts-testing to auth-tests (#3032)
  • 9ac5e2c Remove codegen resources from generated jars, to reduce jar size. (#3030)
  • e4c4612 Add default RegionScope for SigV4a signers (#3025)
  • Additional commits viewable in compare view

Updates http-client-spi from 2.17.130 to 2.17.131

Changelog

Sourced from http-client-spi's changelog.

2.17.131 2022-02-16

AWS Budgets

  • Features

    • Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.

AWS Cost Explorer Service

  • Features

    • AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.

AWS Glue

  • Features

    • Support for optimistic locking in UpdateTable

AWS SDK for Java v2

  • Features

    • Add support for setting the default RegionScope used by the Sigv4a signer implementations. If the region scope to use is not supplied to the signing methods, the signers will default to this scope first and then the normal signing region.
  • Removals

    • Removed codegen-resources from service jars, which reduces SDK artifact size.

Amazon Elastic Compute Cloud

  • Features

    • Documentation updates for EC2.

Amazon Simple Systems Manager (SSM)

  • Features

    • Assorted ticket fixes and updates for AWS Systems Manager.

Netty NIO Async HTTP Client

  • Bugfixes

    • Fixed an issue in Netty async http client where NPE was thrown when the execution got cancelled before executionId was attached to the channel.

S3 Transfer Manager

  • Features

    • Implement downloadDirectory API in the S3TransferManager
  • Bugfixes

    • A couple of minor refactoring on the S3TransferManager. 1. CompletedDirectoryUpload#failedTransfers now returns List<FailedFileUpload> instead of Collection<FailedFileUpload>. 2. UploadDirectoryOverrideConfiguration#uploadFileRequestTransformer now returns Consumer<UploadFileRequest.Builder> instead of Optional<Consumer<UploadFileRequest.Builder>> it will be no-op if no uploadFileRequestTransformer is provided
Commits
  • ef79757 Merge pull request #1937 from aws/staging/9a38aa44-d66b-4803-92c1-9edf50c7fee7
  • 9ea36c7 Release 2.17.131. Updated CHANGELOG.md, README.md and all pom.xml.
  • d7fbe9e Amazon Simple Systems Manager (SSM) Update: Assorted ticket fixes and updates...
  • 229bce7 AWS Cost Explorer Service Update: AWS Cost Anomaly Detection now supports SNS...
  • 7b6ff07 Amazon Elastic Compute Cloud Update: Documentation updates for EC2.
  • eaea6fe AWS Glue Update: Support for optimistic locking in UpdateTable
  • 9575c86 AWS Budgets Update: Adds support for auto-adjusting budgets, a new budget met...
  • 3452929 Renamed module and folder name of auth-sts-testing to auth-tests (#3032)
  • 9ac5e2c Remove codegen resources from generated jars, to reduce jar size. (#3030)
  • e4c4612 Add default RegionScope for SigV4a signers (#3025)
  • Additional commits viewable in compare view

Updates url-connection-client from 2.17.130 to 2.17.131

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.130 to 2.17.131.

Updates `software.amazon.awssdk:bom` from 2.17.130 to 2.17.131
- [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.130...2.17.131)

Updates `http-client-spi` from 2.17.130 to 2.17.131
- [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.130...2.17.131)

Updates `url-connection-client` from 2.17.130 to 2.17.131

---
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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file maven labels Feb 17, 2022
@pankajagrawal16 pankajagrawal16 merged commit 53fa8e8 into master Feb 17, 2022
@pankajagrawal16 pankajagrawal16 deleted the dependabot/maven/aws.sdk.version-2.17.131 branch February 17, 2022 11:12
jeromevdl pushed a commit to jeromevdl/aws-lambda-powertools-java that referenced this pull request Feb 18, 2022
…rtools#755)

Bumps `aws.sdk.version` from 2.17.130 to 2.17.131.

Updates `software.amazon.awssdk:bom` from 2.17.130 to 2.17.131
- [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.130...2.17.131)

Updates `http-client-spi` from 2.17.130 to 2.17.131
- [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.130...2.17.131)

Updates `url-connection-client` from 2.17.130 to 2.17.131

---
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pankajagrawal16 added a commit that referenced this pull request Mar 1, 2022
* use serialization lib instead of internal stuff

* add ActiveMq & RabbitMQ

* feature: easy deserialization of event content

* rename methods in deserializer

* Update powertools-serialization/src/test/java/software/amazon/lambda/powertools/utilities/EventDeserializerTest.java

Co-authored-by: Pankaj Agrawal <[email protected]>

* chore: remove SQS and Idempotency examples (#754)

* build(deps): bump maven-jar-plugin from 3.2.0 to 3.2.2 (#756)

Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.2.0...maven-jar-plugin-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump aws.sdk.version from 2.17.130 to 2.17.131 (#755)

Bumps `aws.sdk.version` from 2.17.130 to 2.17.131.

Updates `software.amazon.awssdk:bom` from 2.17.130 to 2.17.131
- [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.130...2.17.131)

Updates `http-client-spi` from 2.17.130 to 2.17.131
- [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.130...2.17.131)

Updates `url-connection-client` from 2.17.130 to 2.17.131

---
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix #758 (#759)

remove trailing slash for multiple params

* changes post review:
- javadoc
- indentation
- better edge cases handling

* add tests for edge cases

* exception messages detailed

* deserialize a string as list

* documentation

* gradle example

Co-authored-by: Pankaj Agrawal <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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