Skip to content

chore: release - #363

Open
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-08-07T00-18-12Z
Open

chore: release#363
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-08-07T00-18-12Z

Conversation

@moq-bot

@moq-bot moq-bot Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • web-transport-proto: 0.6.0 -> 0.6.1
  • web-transport-quinn: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • web-transport-wasm: 0.5.10 -> 0.6.0 (⚠ API breaking changes)
  • web-transport: 0.11.0 -> 0.12.0 (✓ API compatible changes)
  • web-transport-quiche: 0.6.0 -> 0.7.0 (✓ API compatible changes)
  • web-transport-ffi: 0.1.2 -> 0.1.3
  • web-transport-node: 0.0.6 -> 0.0.7

web-transport-wasm breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type SendStream is no longer Send, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/send.rs:17
  type SendStream is no longer Sync, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/send.rs:17
  type SendStream is no longer RefUnwindSafe, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/send.rs:17
  type Session is no longer Send, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/session.rs:35
  type Session is no longer Sync, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/session.rs:35
  type Session is no longer UnwindSafe, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/session.rs:35
  type Session is no longer RefUnwindSafe, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/session.rs:35
  type RecvStream is no longer Send, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/recv.rs:19
  type RecvStream is no longer Sync, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/recv.rs:19
  type RecvStream is no longer RefUnwindSafe, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/recv.rs:19

--- failure enum_tuple_variant_changed_kind: An enum tuple variant changed kind ---

Description:
A public enum's exhaustive tuple variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_tuple_variant_changed_kind.ron

Failed in:
  variant Error::Session in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/error.rs:14

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:Closed in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/error.rs:24

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Error::Streams, previously in file /tmp/.tmp6xpows/web-transport-wasm/src/error.rs:13

--- failure method_receiver_ref_became_mut: method receiver changed from immutable to mutable reference ---

Description:
A method's receiver changed from an immutable reference to a mutable one.
        ref: https://doc.rust-lang.org/reference/items/associated-items.html#methods
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/method_receiver_ref_became_mut.ron

Failed in:
  web_transport_wasm::SendStream::closed now takes &mut Self, not &Self, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/send.rs:154
  web_transport_wasm::RecvStream::closed now takes &mut Self, not &Self, in /tmp/.tmpCjcEVy/web-transport/rs/web-transport-wasm/src/recv.rs:183
Changelog

web-transport-proto

0.6.1 - 2026-08-13

Other

  • release (#338)
  • (web-transport-proto) release v0.6.1 (#327)
  • release (#318)
  • release (#276)
  • (deps) bump the cargo group with 3 updates (#270)

web-transport-quinn

0.13.0 - 2026-08-13

Other

  • (wasm) [breaking] implement the poll traits natively (#369)

web-transport-wasm

0.6.0 - 2026-08-13

Added

  • (wasm) set waitUntilAvailable when opening streams (#370)

Fixed

  • (wasm) resubscribe to ready instead of waiting on closed (#374)
  • (wasm) set rustdocflags so cargo doc and doctests compile (#373)

Other

  • (wasm) [breaking] implement the poll traits natively (#369)

web-transport

0.12.0 - 2026-08-13

Other

  • (wasm) [breaking] implement the poll traits natively (#369)

web-transport-quiche

0.7.0 - 2026-08-13

Fixed

  • (quiche) [breaking] make set_priority higher-first across the crate (#367)

Other

  • (quiche) [breaking] move the priority inversion into ez (#372)

web-transport-ffi

0.1.3 - 2026-08-13

Other

  • updated the following local packages: web-transport-quinn

web-transport-node

0.0.7 - 2026-08-13

Other

  • updated the following local packages: web-transport-quinn


This PR was generated with release-plz.

@moq-bot
moq-bot Bot force-pushed the release-plz-2026-08-07T00-18-12Z branch from 9a962c0 to 2d9399e Compare August 7, 2026 00:18
@moq-bot moq-bot Bot changed the title chore: release chore(web-transport-proto): release v0.6.1 Aug 10, 2026
@moq-bot
moq-bot Bot force-pushed the release-plz-2026-08-07T00-18-12Z branch 2 times, most recently from a6bb211 to 681be0b Compare August 10, 2026 22:30
@moq-bot moq-bot Bot changed the title chore(web-transport-proto): release v0.6.1 chore: release Aug 12, 2026
@moq-bot
moq-bot Bot force-pushed the release-plz-2026-08-07T00-18-12Z branch 6 times, most recently from 18ed1de to aac63c9 Compare August 13, 2026 00:16
@moq-bot
moq-bot Bot force-pushed the release-plz-2026-08-07T00-18-12Z branch from aac63c9 to 73c8afd Compare August 13, 2026 04:12
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.

0 participants