Skip to content

chore: release#51

Merged
kixelated merged 1 commit intomainfrom
release-plz-2024-12-03T22-53-07Z
Dec 3, 2024
Merged

chore: release#51
kixelated merged 1 commit intomainfrom
release-plz-2024-12-03T22-53-07Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 3, 2024

🤖 New release

  • web-transport-quinn: 0.3.4 -> 0.4.0 (⚠️ API breaking changes)
  • web-transport-wasm: 0.4.1 -> 0.4.2 (✓ API compatible changes)
  • web-transport: 0.6.2 -> 0.7.0 (⚠️ API breaking changes)

⚠️ web-transport-quinn 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.36.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type ClientError is no longer UnwindSafe, in /tmp/.tmpzXIiJG/web-transport-rs/web-transport-quinn/src/error.rs:8
  type ClientError is no longer RefUnwindSafe, in /tmp/.tmpzXIiJG/web-transport-rs/web-transport-quinn/src/error.rs:8

--- 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.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant ClientError:HttpError in /tmp/.tmpzXIiJG/web-transport-rs/web-transport-quinn/src/error.rs:25
  variant ClientError:QuinnError in /tmp/.tmpzXIiJG/web-transport-rs/web-transport-quinn/src/error.rs:28
  variant ClientError:Rustls in /tmp/.tmpzXIiJG/web-transport-rs/web-transport-quinn/src/error.rs:34

--- 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.36.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ClientError::ConnectError, previously in file /tmp/.tmpBZaPxH/web-transport-quinn/src/client.rs:26
  variant ClientError::QuicError, previously in file /tmp/.tmpBZaPxH/web-transport-quinn/src/client.rs:29

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself 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.36.0/src/lints/function_missing.ron

Failed in:
  function web_transport_quinn::connect, previously in file /tmp/.tmpBZaPxH/web-transport-quinn/src/client.rs:38
  function web_transport_quinn::connect_with, previously in file /tmp/.tmpBZaPxH/web-transport-quinn/src/client.rs:69

⚠️ web-transport 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.36.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Error is no longer UnwindSafe, in /tmp/.tmpzXIiJG/web-transport-rs/web-transport/src/quinn.rs:218
  type Error is no longer RefUnwindSafe, in /tmp/.tmpzXIiJG/web-transport-rs/web-transport/src/quinn.rs:218

--- 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.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:Client in /tmp/.tmpzXIiJG/web-transport-rs/web-transport/src/quinn.rs:223
Changelog

web-transport-quinn

0.4.0 - 2024-12-03

Other

  • Make a Client class to make configuration easier. (#50)

web-transport-wasm

0.4.2 - 2024-12-03

Other

  • Make a Client class to make configuration easier. (#50)

web-transport

0.7.0 - 2024-12-03

Other

  • Make a Client class to make configuration easier. (#50)


This PR was generated with release-plz.

@kixelated kixelated merged commit 96ac242 into main Dec 3, 2024
@kixelated kixelated deleted the release-plz-2024-12-03T22-53-07Z branch December 3, 2024 23:07
This was referenced Feb 18, 2026
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.

1 participant