Skip to content

Bump aws-crt from 0.9.3 to 0.12.3 #2408

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 Apr 16, 2021

Bumps aws-crt from 0.9.3 to 0.12.3.

Release notes

Sourced from aws-crt's releases.

Mqtt data race fixes

  • Fixes a number of data races within the mqtt implementation

Updating aws-c-s3 submodule:

  • BUG FIX: Fixed bug that could cause a slow down/hang.
  • BUG FIX: Turned off path normalization for default signing config as this can cause a signing mismatch with the service.

MQTT thread-safety fixes

No release notes provided.

aws-lc

  • Use libcrypto from aws-lc submodule, instead of user-installed libcrypto from openssl

S2n shutdown delay followup

  • Updates crt resource waits to be longer than the s2n shutdown delay

s2n tls delay support, s3 client updates

  • Update aws-c-io to support delayed s2n shutdown for tls alert generation
  • update s3 client implementation and interface for Java SDK consumption

Take a int range protocol operation timeout

  • Stop capping the timeout to short max

Protocol Operation Timeout

  • setProtocolOperationTimeoutMs for MqttConnectionConfig Configures timeout value for requests that response is required on healthy connection. If a response is not received within this interval, the request will fail.

Fix event stream JNI memory leaks

  • Fixes a pair of memory leaks when surfacing event stream data up into Java

Gentle shutdown by default

  • Because the CrtResource programming model is so difficult to honor, by default shutdown will not require all native threads to have been joined. Log a warning when this is the case. This may change when we move to a better resource management model.

Updating aws-c-s3 submodule

Updating submodule to pull in aws-c-s3 fixes:

  • Fixing bug with num_active_vip_connections counter
  • Fixing two race conditions related to client clean up

Updating aws-c-common, aws-c-s3 submodules

  • aws-c-s3: Additional logging
  • aws-c-common: Fix for shared libraries

Custom credential provider and EventStreamRPC bugfix

  • Added new custom credential provider (#281)
  • EventStreamRPC connect ack bug fix from submodule (#282)

GCC 4.1 fixes

  • GCC 4.1 fixes
  • New managed thread API

MqttMessage now contains qos, retain, dup

... (truncated)

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.


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)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumps [aws-crt](https://github.com/awslabs/aws-crt-java) from 0.9.3 to 0.12.3.
- [Release notes](https://github.com/awslabs/aws-crt-java/releases)
- [Commits](awslabs/aws-crt-java@v0.9.3...v0.12.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies This issue is a problem in a dependency. label Apr 16, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@86d3df9). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2408   +/-   ##
=========================================
  Coverage          ?   77.73%           
  Complexity        ?      366           
=========================================
  Files             ?     1247           
  Lines             ?    39467           
  Branches          ?     3119           
=========================================
  Hits              ?    30681           
  Misses            ?     7299           
  Partials          ?     1487           
Flag Coverage Δ Complexity Δ
unittests 77.73% <ø> (?) 366.00 <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 86d3df9...68ae82d. Read the comment docs.

@zoewangg zoewangg merged commit a5526af into master Apr 16, 2021
@dependabot dependabot bot deleted the dependabot/maven/software.amazon.awssdk.crt-aws-crt-0.12.3 branch April 16, 2021 22:01
aws-sdk-java-automation added a commit that referenced this pull request Mar 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…348a3b9ab

Pull request: release <- staging/bc25bbce-1e30-45cc-a332-1af348a3b9ab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue is a problem in a dependency.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants