Skip to content
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

Bump aws-java-sdk-sqs from 1.11.630 to 1.11.631 in /modules/localstack #1869

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 13, 2019

Bumps aws-java-sdk-sqs from 1.11.630 to 1.11.631.

Changelog

Sourced from aws-java-sdk-sqs's changelog.

1.11.631 2019-09-12

AWS Elemental MediaLive

  • Features

    • AWS Elemental MediaLive now supports High Efficiency Video Coding (HEVC) for standard-definition (SD), high-definition (HD), and ultra-high-definition (UHD) encoding with HDR support.Encoding with HEVC offers a number of advantages. While UHD video requires an advanced codec beyond H.264 (AVC), high frame rate (HFR) or High Dynamic Range (HDR) content in HD also benefit from HEVC's advancements. In addition, benefits can be achieved with HD and SD content even if HDR and HFR are not needed.

Amazon Elastic Compute Cloud

  • Features

    • Fix for FleetActivityStatus and FleetStateCode enum

Amazon Simple Queue Service (SQS)

  • Features

    • Added a DeleteInBackground option to the buffered async client, which causes synchronous delete message calls to be submitted in the background. This improves delete latency at the cost of possibly increasing duplicates if the background deletions fail, and improves efficiency since individual delete calls will be batched together.
    • Added support for "adaptive prefetching" to the buffered async client. This optional feature makes the outgoing receive message calls to SQS proportional to the rate of incoming receive message calls to the client. In particular, this means if incoming calls are stopped, the client will stop making calls to SQS.
    • Added support for attributes when prefetching messages using the buffered async client. The configuration now supports a ReceiveAttributeNames parameter: any incoming receive message calls that request the same list of attributes will be satisfied from the buffers. The default is to not fetch any attributes, which matches previous behaviour.
  • Bugfixes

    • Fixed the buffered async client to timeout receive message requests correctly: empty results will be returned according to the WaitTimeSeconds request parameter and the ReceiveMessageWaitTimeSeconds queue attribute. By default requests will wait at least 50 milliseconds before completing, in order to avoid expensive busy-waiting, but the new MinReceiveWaitTimeMs configuration parameter can be used to tune this.

Amazon WorkMail Message Flow

  • Features

    • This release allows customers to access email messages as they flow to and from Amazon WorkMail.

Elastic Load Balancing

  • Features

    • Documentation updates for elasticloadbalancingv2: This release adds support for TLS SNI on Network Load Balancers
Commits

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 13, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/modules/localstack/com.amazonaws-aws-java-sdk-sqs-1.11.631 branch from 6fe5779 to 7f051ca Compare September 13, 2019 06:00
@dependabot-preview dependabot-preview bot merged commit 34ba4f7 into master Sep 13, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/modules/localstack/com.amazonaws-aws-java-sdk-sqs-1.11.631 branch September 13, 2019 06:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants