Skip to content

Prepare release 0.101.2#136

Merged
ctz merged 2 commits intomainfrom
jbp-release-0.101.2
Jul 26, 2023
Merged

Prepare release 0.101.2#136
ctz merged 2 commits intomainfrom
jbp-release-0.101.2

Conversation

@ctz
Copy link
Member

@ctz ctz commented Jul 26, 2023

Proposed release notes

  • MSRV increased to Rust 1.60.
  • Correct bug in CRL processing where certificates with certain forms of serial number were not revocable.
  • Added API for verifying certificate chain with a custom EKU.
  • TlsServerTrustAnchors, TlsClientTrustAnchors, verify_is_valid_tls_server_cert and verify_is_valid_tls_client_cert are deprecated: use verify_for_usage with KeyUsage::server_auth() or KeyUsage::client_auth() instead.

@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Merging #136 (34c0c97) into main (875fcef) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #136   +/-   ##
=======================================
  Coverage   94.75%   94.75%           
=======================================
  Files          15       15           
  Lines        3432     3432           
=======================================
  Hits         3252     3252           
  Misses        180      180           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ctz ctz requested review from cpu and djc July 26, 2023 09:55
@ctz ctz force-pushed the jbp-release-0.101.2 branch from 382feb7 to 34c0c97 Compare July 26, 2023 10:01
@ctz ctz added this pull request to the merge queue Jul 26, 2023
Merged via the queue into main with commit bef457f Jul 26, 2023
@ctz ctz deleted the jbp-release-0.101.2 branch July 26, 2023 11:40
Copy link
Member

@cpu cpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

@ctz
Copy link
Member Author

ctz commented Jul 26, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants