Skip to content

Bump aws-crt from 0.12.3 to 0.12.4 #2468

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 May 10, 2021

Bumps aws-crt from 0.12.3 to 0.12.4.

Release notes

Sourced from aws-crt's releases.

More validation of HTTP/1.1 messages

  • BUGFIX: More validation of HTTP/1.1 messages.
  • BUGFIX: High resolution clock fix on Windows.
  • BUGFIX: Non-ascii file open fix on Windows.
  • BUGFIX: Support non-desktop Windows.
  • BUGFIX: Fixing sending of S3 abort-multipart-upload message
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 will merge this PR once CI passes on it, as requested by @zoewangg.


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 the dependencies This issue is a problem in a dependency. label May 10, 2021
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.awssdk.crt-aws-crt-0.12.4 branch from dcf707f to af64159 Compare May 10, 2021 23:49
@codecov-commenter
Copy link

codecov-commenter commented May 11, 2021

Codecov Report

Merging #2468 (9a432c2) into master (ac6a1c0) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2468      +/-   ##
============================================
- Coverage     77.74%   77.74%   -0.01%     
  Complexity      366      366              
============================================
  Files          1248     1248              
  Lines         39525    39525              
  Branches       3093     3093              
============================================
- Hits          30730    30729       -1     
- Misses         7309     7311       +2     
+ Partials       1486     1485       -1     
Flag Coverage Δ Complexity Δ
unittests 77.74% <ø> (-0.01%) 366.00 <ø> (ø)

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

Impacted Files Coverage Δ Complexity Δ
...k/core/pagination/async/ResponsesSubscription.java 72.00% <0.00%> (-16.00%) 0.00% <0.00%> (ø%)
...mazon/awssdk/utils/internal/MappingSubscriber.java 82.75% <0.00%> (-6.90%) 0.00% <0.00%> (ø%)
...ty/internal/IdleConnectionCountingChannelPool.java 87.80% <0.00%> (+2.43%) 0.00% <0.00%> (ø%)
...nio/netty/internal/OldConnectionReaperHandler.java 90.90% <0.00%> (+9.09%) 0.00% <0.00%> (ø%)

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 ac6a1c0...9a432c2. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.awssdk.crt-aws-crt-0.12.4 branch 3 times, most recently from 5b1dcdf to 9a432c2 Compare May 11, 2021 20:08
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.awssdk.crt-aws-crt-0.12.4 branch from 9a432c2 to 7df1b05 Compare May 11, 2021 23:35
@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

@zoewangg
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit 7bde123 into master May 12, 2021
@dependabot dependabot bot deleted the dependabot/maven/software.amazon.awssdk.crt-aws-crt-0.12.4 branch May 12, 2021 01:36
millems added a commit that referenced this pull request Apr 19, 2023
* Pull request: release <- staging/31d9787e-9a7d-4544-bbf2-ffb44eac702a (#2467)

* Update to next snapshot version: 2.20.49-SNAPSHOT

* Fix flaky IMDS client test (#3912)

This test should be less flaky since the mock client should never trigger the
retry logic in the IMDS client by sometimes returning a 500.

* Add TrustAllCertificates in CRT S3 Client options (#3903)

* Add TrustAllCertificates in CRT S3 Client options

* Handled PR comments

* Amazon Relational Database Service Update: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle

* AWS SecurityHub Update: Update that adds SDK code examples for Security Hub

* Amazon Comprehend Update: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.

* Amazon Simple Storage Service Update: Provides support for "Snow" Storage class.

* Amazon EC2 Container Service Update: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.

* AWS Secrets Manager Update: Documentation updates for Secrets Manager

* AWS S3 Control Update: Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.

* AWS Resource Access Manager Update: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.

* Updated endpoints.json and partitions.json.

* Release 2.20.49. Updated CHANGELOG.md, README.md and all pom.xml.

---------

Co-authored-by: AWS <>
Co-authored-by: Dongie Agnir <[email protected]>
Co-authored-by: John Viegas <[email protected]>

* Remove unnecessary ACL integration test for S3. (#2468)

* Update to next snapshot version: 2.20.50-SNAPSHOT

---------

Co-authored-by: aws-sdk-java-automation <[email protected]>
Co-authored-by: Dongie Agnir <[email protected]>
Co-authored-by: John Viegas <[email protected]>
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.

2 participants