Skip to content

chore: release - #5

Open
github-actions[bot] wants to merge 12 commits into
mainfrom
release-plz-2025-04-27T19-12-40Z
Open

chore: release#5
github-actions[bot] wants to merge 12 commits into
mainfrom
release-plz-2025-04-27T19-12-40Z

Conversation

@github-actions

Copy link
Copy Markdown

🤖 New release

  • moq-transport: 0.10.0 -> 0.11.0 (⚠ API breaking changes)
  • moq-api: 0.2.3 -> 0.2.4 (✓ API compatible changes)
  • moq-native-ietf: 0.5.4 -> 0.5.5 (✓ API compatible changes)
  • moq-relay-ietf: 0.7.4 -> 0.7.5
  • moq-catalog: 0.2.2 -> 0.2.3 (✓ API compatible changes)
  • moq-pub: 0.8.4 -> 0.8.5 (✓ API compatible changes)
  • moq-sub: 0.3.3 -> 0.3.4 (✓ API compatible changes)
  • moq-clock-ietf: 0.6.4 -> 0.6.5
  • moq-dir: 0.3.3 -> 0.3.4 (✓ API compatible changes)

moq-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.40.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Session is no longer UnwindSafe, in /tmp/.tmpjLzoPs/moq-rs/moq-transport/src/session/mod.rs:36
  type Session is no longer RefUnwindSafe, in /tmp/.tmpjLzoPs/moq-rs/moq-transport/src/session/mod.rs:36

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

Failed in:
  variant SessionError:GoawayTimeout in /tmp/.tmpjLzoPs/moq-rs/moq-transport/src/session/error.rs:51

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/method_parameter_count_changed.ron

Failed in:
  moq_transport::session::Session::run now takes 2 parameters instead of 1, in /tmp/.tmpjLzoPs/moq-rs/moq-transport/src/session/mod.rs:169
Changelog

moq-transport

0.11.0 - 2025-04-27

Fixed

  • fixed problem concerning a return in mod.rs

Other

  • Deleted moq-shared and moved to moq_transport::session
  • GoawayTimeout return
  • Időzítő megadható az URL-ben is
  • GoAway function-nel kiegészített kód

moq-api

0.2.4 - 2025-04-27

Other

  • GoAway function-nel kiegészített kód

moq-native-ietf

0.5.5 - 2025-04-27

Other

  • GoAway function-nel kiegészített kód

moq-relay-ietf

0.7.5 - 2025-04-27

Other

  • Deleted moq-shared and moved to moq_transport::session
  • GoawayTimeout return
  • Időzítő megadható az URL-ben is
  • GoAway function-nel kiegészített kód

moq-catalog

0.2.3 - 2025-04-27

Other

  • GoAway function-nel kiegészített kód

moq-pub

0.8.5 - 2025-04-27

Other

  • Fix
  • Fix as.ref instead of to_string
  • Fix some errors concerning the removal of moq-shared
  • Deleted moq-shared and moved to moq_transport::session
  • GoAway function-nel kiegészített kód

moq-sub

0.3.4 - 2025-04-27

Other

  • Fix
  • Fix as.ref instead of to_string
  • Fix some errors concerning the removal of moq-shared
  • Deleted moq-shared and moved to moq_transport::session
  • Időzítő megadható az URL-ben is
  • GoAway function-nel kiegészített kód

moq-clock-ietf

0.6.5 - 2025-04-27

Other

  • Fix some errors concerning the removal of moq-shared
  • Deleted moq-shared and moved to moq_transport::session
  • GoAway function-nel kiegészített kód

moq-dir

0.3.4 - 2025-04-27

Other

  • Fix some errors concerning the removal of moq-shared
  • Deleted moq-shared and moved to moq_transport::session
  • GoAway function-nel kiegészített kód


This PR was generated with release-plz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant