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

v0.21.9 preparation #1592

Merged
merged 3 commits into from
Nov 16, 2023
Merged

v0.21.9 preparation #1592

merged 3 commits into from
Nov 16, 2023

Conversation

cpu
Copy link
Member

@cpu cpu commented Nov 16, 2023

Description

This PR targets the rel-0.21 feature branch, preparing a 0.21.9 release. It backports #1582 to fix build issues with downstream crates that were using the read_buf feature with Rust nightly (e.g. rustls-ffi).

Proposed Release Notes

  • Fixes using the (non-default) read_buf feature with Rust nightly newer than nightly-2023-11-01 by opting in to the core_io_borrowed_buf feature and updated BorrowedBuf, BorrowedCursor types.

Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (c34477a) 95.81% compared to head (25e6df5) 95.81%.

Files Patch % Lines
rustls/src/server/server_conn.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           rel-0.21    #1592   +/-   ##
=========================================
  Coverage     95.81%   95.81%           
=========================================
  Files            61       61           
  Lines         14851    14852    +1     
=========================================
+ Hits          14229    14230    +1     
  Misses          622      622           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cpu cpu added this pull request to the merge queue Nov 16, 2023
Merged via the queue into rustls:rel-0.21 with commit bbd9abc Nov 16, 2023
20 of 21 checks passed
@cpu cpu deleted the cpu-0.21.9-prep branch November 16, 2023 15:28
@cpu
Copy link
Member Author

cpu commented Nov 16, 2023

  • Pushed v/0.21.9 tag
  • Published rustls v0.21.9 at registry crates-io
  • Created 0.21.9 GitHub release

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