Skip to content

build(deps): bump software.amazon.awssdk:bom from 2.15.19 to 2.15.20 #164

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2020

Bumps software.amazon.awssdk:bom from 2.15.19 to 2.15.20.

Changelog

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

2.15.20 2020-11-02

AWS DynamoDB Enhanced Client

  • Bugfixes

    • Publisher streams returned by async resources in the DynamoDB Enhanced Client now correctly handle mapping errors when they are encountered in the stream by calling onError on the subscriber and then implicitly cancelling the subscription. Previously the stream would just permanently hang and never complete.

AWS SDK for Java v2

  • Features

    • Added code generation validation that customer-visible identifiers are idiomatic (do not contain underscores). Services with underscores in their models can use rename customizations to fix these issues, or apply the 'underscoresInNameBehavior = ALLOW' customization.
    • Upgrade org.apache.httpcomponents:httpclient version to 4.5.13
  • Bugfixes

    • Fixing race condition in EventStreamAsyncResponseTransformer. Field eventsToDeliver is a LinkedList, i.e., not thread-safe. Accesses to field eventsToDeliver are protected by synchronization on itself, but not in 1 location.
    • The mapped publisher returned by SdkPublisher.map will now handle exceptions thrown by the mapping function by calling onError on its subscriber and then cancelling the subscription rather than throwing it back to the publishing process when it attempts to publish data.

AWS SSO OIDC

  • Deprecations

    • Renamed/deprecated 'error_description' fields in exceptions in favor of 'errorDescription'.

Amazon Elastic Compute Cloud

  • Features

    • This release adds support for the following features: 1. P4d instances based on NVIDIA A100 GPUs. 2. NetworkCardIndex attribute to support multiple network cards.
Commits
  • d9c3254 Merge pull request #1019 from aws/staging/aecc1551-e42a-4025-aeb3-7ebc48d712a6
  • 1ab9d87 Release 2.15.20. Updated CHANGELOG.md, README.md and all pom.xml.
  • d3a4033 Amazon Elastic Compute Cloud Update: This release adds support for the follow...
  • c7c6225 Upgrade Apache Http client version
  • 944c2f5 Field eventsToDeliver is a LinkedList, i.e., not thread-safe. Accesses to fi...
  • 8e40275 Fix for handling transormation error in async DynamoDb Enhanced Client operat...
  • 35c5f89 Added a customization to allow underscores in shape names.
  • 19a6879 Update to next snapshot version: 2.15.20-SNAPSHOT
  • See full diff 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file maven labels Nov 3, 2020
@pankajagrawal16 pankajagrawal16 merged commit f962cb5 into master Nov 3, 2020
@pankajagrawal16 pankajagrawal16 deleted the dependabot/maven/software.amazon.awssdk-bom-2.15.20 branch November 3, 2020 06:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant