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

Prepare 0.102.5 release #266

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Prepare 0.102.5 release #266

merged 1 commit into from
Jul 3, 2024

Conversation

djc
Copy link
Member

@djc djc commented Jul 2, 2024

Proposed release notes

  • EndEntityCert::subject_public_key_info() as added in 0.102.4 neglected to specify the return type's lifetime, limiting the visible lifetime to the lifetime of the EndEntityCert. The actual lifetime was 'static; we've made this explicit and enabled warnings for elided_lifetimes_in_paths to avoid similar issues in the future.

To support rustls/rustls#1954 (comment).

@djc djc requested review from cpu and ctz July 2, 2024 09:40
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.30%. Comparing base (dba3b84) to head (99e8c4e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #266    /-   ##
=======================================
  Coverage   97.30%   97.30%           
=======================================
  Files          19       19           
  Lines        4237     4237           
=======================================
  Hits         4123     4123           
  Misses        114      114           

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

@cpu
Copy link
Member

cpu commented Jul 2, 2024

I guess we can call out that this is to clarify the SubjectPublicKeyInfoDer<'static> lifetime.

Yes please. Can you add proposed release notes?

@djc
Copy link
Member Author

djc commented Jul 3, 2024

Added proposed release notes.

@cpu
Copy link
Member

cpu commented Jul 3, 2024

Release notes look great, thank you 🚀

@djc djc added this pull request to the merge queue Jul 3, 2024
Merged via the queue into main with commit 056e987 Jul 3, 2024
58 checks passed
@djc djc deleted the prepare-0.102.5 branch July 3, 2024 13:31
@djc
Copy link
Member Author

djc commented Jul 3, 2024

  • Published rustls-webpki v0.102.5 at registry crates-io
  • [new tag] v/0.102.5 -> v/0.102.5
  • Published release notes

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.

None yet

3 participants