chore: prepare bytes v1.11.0#804
Merged
Darksonn merged 6 commits intotokio-rs:masterfrom Nov 14, 2025
Merged
Conversation
Darksonn
reviewed
Nov 14, 2025
Co-authored-by: Alice Ryhl <aliceryhl@google.com>
Move the MSRV item to the top for visibility
Darksonn
reviewed
Nov 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.11.0 (November 14th, 2025)
Fixed
BytesMutonly reuse if src has remaining (fix:BytesMutonly reuse if src has remaining #803)BytesMut::put::<Bytes>(Specialize BytesMut::put(Bytes) (alt) #793)BytesMut::put(Reserve capacity in BytesMut::put #794)BytesMut::remaining_mutto useisize::MAXinstead ofusize::MAX(Tweak BytesMut::remaining_mut #795)Internal changes
slice()for empty slices. (Guarantee address inslice()for empty slices. #780)Vtable::to_*->Vtable::into_*(renameVtable::to_*->Vtable::into_*#776)BytesMut::freezedoctest on wasm (Ignore BytesMut::freeze doctest on wasm #790)drop_fnoffrom_ownerinto vtable (Move drop_fn of from_owner into vtable #801)