chore: release - #363
Open
moq-bot[bot] wants to merge 1 commit into
Open
Conversation
moq-bot
Bot
force-pushed
the
release-plz-2026-08-07T00-18-12Z
branch
from
August 7, 2026 00:18
9a962c0 to
2d9399e
Compare
moq-bot
Bot
force-pushed
the
release-plz-2026-08-07T00-18-12Z
branch
2 times, most recently
from
August 10, 2026 22:30
a6bb211 to
681be0b
Compare
moq-bot
Bot
force-pushed
the
release-plz-2026-08-07T00-18-12Z
branch
8 times, most recently
from
August 15, 2026 20:03
73c8afd to
e33b860
Compare
moq-bot
Bot
force-pushed
the
release-plz-2026-08-07T00-18-12Z
branch
2 times, most recently
from
August 19, 2026 23:36
93d8c03 to
e7af9e6
Compare
kixelated
added a commit
that referenced
this pull request
Aug 20, 2026
Replaces the release-plz proposal in #363. Two of its minor bumps were driven only by `auto_trait_impl_removed`, which is not a break worth a major-equivalent version here: no name, signature, or behavior changed, and a caller that was relying on `UnwindSafe` for one of these types was relying on an accident. - qmux 0.5.0 -> 0.5.1. The only flagged break is `Session`, `Stream`, and `Upgraded` losing `UnwindSafe`/`RefUnwindSafe`. `Session::stats()` gained RTT and delivery rate (#380), which is additive. - web-transport-quinn 0.12.0 -> 0.12.1. #369 touched this crate only to add the `harness-server` example; the library is unchanged. - web-transport-quiche 0.6.0 -> 0.7.0. Not unwind: #367 and #372 reverse the meaning of `SendStream::set_priority` and `ez::SendStream::set_priority` to higher-first. Same signature, opposite behavior, so a patch would silently invert send order for anyone who upgrades. - web-transport-wasm 0.5.10 -> 0.6.0. Also not unwind: `Error::Streams` is gone, `Error::Session` is now a struct variant, `Error::Closed` is new, and both `closed()` methods take `&mut self`. - web-transport 0.11.0 -> 0.12.0, following wasm, whose items it re-exports wholesale on wasm32. web-transport-proto stays at the 0.6.1 already in its manifest but not yet on crates.io. web-transport-ffi and web-transport-node need no bump at all: their `web-transport-quinn = "0.12"` requirement still matches 0.12.1, so the cascade that gave them 0.1.3 and 0.0.7 in #363 disappears. Also corrects the qmux README install snippet, which still said 0.4. Claude-Session: https://claude.ai/code/session_015gokPRtDeLNb9vgWqdFqWh Co-authored-by: Claude <noreply@anthropic.com>
moq-bot
Bot
force-pushed
the
release-plz-2026-08-07T00-18-12Z
branch
from
August 20, 2026 02:09
ec099e0 to
5d3b52b
Compare
moq-bot
Bot
force-pushed
the
release-plz-2026-08-07T00-18-12Z
branch
2 times, most recently
from
August 25, 2026 17:01
5a01105 to
88570c6
Compare
moq-bot
Bot
force-pushed
the
release-plz-2026-08-07T00-18-12Z
branch
5 times, most recently
from
September 7, 2026 14:49
7dae075 to
b200560
Compare
moq-bot
Bot
force-pushed
the
release-plz-2026-08-07T00-18-12Z
branch
from
September 7, 2026 14:55
b200560 to
e27d3a1
Compare
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.
🤖 New release
web-transport-trait: 0.4.0 -> 0.4.1 (✓ API compatible changes)qmux: 0.5.1 -> 0.5.2 (✓ API compatible changes)web-transport-quinn: 0.12.1 -> 0.12.2 (✓ API compatible changes)web-transport-wasm: 0.6.0 -> 0.6.1 (✓ API compatible changes)web-transport: 0.12.0 -> 0.12.1 (✓ API compatible changes)web-transport-iroh: 0.7.0 -> 0.7.1 (✓ API compatible changes)web-transport-noq: 0.3.0 -> 0.3.1 (✓ API compatible changes)web-transport-quiche: 0.7.0 -> 0.7.1 (✓ API compatible changes)Changelog
web-transport-traitqmuxweb-transport-quinnweb-transport-wasmweb-transportweb-transport-irohweb-transport-noqweb-transport-quicheThis PR was generated with release-plz.