-
Notifications
You must be signed in to change notification settings - Fork 33
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
0.15.0 release preparation #518
Conversation
I picked this up today. I started a
I haven't looked at the platform verifier bits yet, and the branch needs some tidying, but it does demonstrate ECH working correctly:
My plan is to wait for rustls/rustls#2383 to land, and then finish the polish on my |
I split out some initial tidying and its up for review in curl/curl#16796 I also reworked my WIP branch w/ the 0.15 features and added support for the platform verifier. That work is available in a draft PR on my fork pending the 0.15 release: cpu/curl#1 I think all that's left to do is update the changelog. I'll take a look at that shortly. |
ce907a8
to
62c600c
Compare
I went through and did a final CHANGELOG.md update pass & I think this is ready to go. Once it's merged I'll cut a release using the CHANGELOG content as the release notes (& attach the pre-built artifacts from the |
Should this stop being a draft then? |
Sorry, thought I had already clicked the button. Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay to me!
62c600c
to
5027463
Compare
|
Using this branch both to get the
CHANGELOG.md
update started, and to track some things I've been considering blockers for finalizing a 0.15.0 release.Hoping to finalize this in early Jan since I'll be switching to a volunteer contributor Jan 1st and don't know how much bandwidth I'll have for(Edit: this estimate was indeed overly optimistic :-P)rustls-ffi
work afterwards.0.15.0 TODO
- decided against this at the current time.rustls_result
rework (?) (Implement more ergonomic rustls_result? #513)rand
dependency: fips feature: appears to use rand chacha #529rustls_error
: correct output buffer length handling #551