Conversation
148604b to
087a0c0
Compare
|
Update CHANGELOG.md/release notes? |
Added an edited version of the auto-generated release notes in CHANGELOG.md. |
|
Here's a claude-assisted changelog: This is a minor release, updating rustls to 0.23.37 and improving documentation tooling. Added
Changed
|
|
That looks pretty nice -- can you get it to add references to the relevant PRs? |
|
Those Claude auto-gen'd changelog notes look reasonable 👍 I still suspect we either need to call this 0.16 (I think I'd prefer not to do that) or to make a rel-0.15 branch and use that instead because of 0b3478c |
Yeah, I don't think we should release a 0.16.0 (now) that's still based on rustls 0.23. |
Oh, yes, that's dead-on breaking. Hmm |
It's in a part of the API we've called experimental, so I suppose we could just say it's fine...
|
And/or share the prompt? |
|
I tacked on some bits for RUSTSEC-2026-0049 and updated the PR desc.
Thanks! This was a useful starting point. I went through the commit history alongside this list manually and didn't surface any major omissions. I did give it a pretty heavy rework, re-arranged some items, dropping some others, adding hyperlinks/PR refs, and word-wrapping it like the previous updates. I think it's a better level of detail & presentation but I'm happy to iterate more.
Done. |
cargo update -p rustls-webpki -p aws-lc-rs -p aws-lc-sys -p aws-lc-fips-sys
|
For what it's worth regarding 0b3478c, with the way rustls-ffi is setup even patch version updates announce themselves as new/different ABI (there's no difference between major/minor/patch), and during recompile the compiler would raise an error. |
Fixes #632. Addresses RUSTSEC-2026-0049.