Skip to content

Conversation

@moq-bot
Copy link
Contributor

@moq-bot moq-bot bot commented Aug 25, 2025

🤖 New release

  • moq-lite: 0.6.3 -> 0.7.0 (⚠ API breaking changes)
  • hang: 0.5.3 -> 0.5.4 (✓ API compatible changes)
  • moq-native: 0.7.7 -> 0.8.0 (⚠ API breaking changes)
  • hang-cli: 0.2.6 -> 0.2.7
  • moq-clock: 0.7.6 -> 0.7.7
  • moq-relay: 0.8.9 -> 0.8.10
  • moq-token-cli: 0.2.6 -> 0.2.7

moq-lite breaking changes

--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field Session.transport in /tmp/.tmptgSklo/moq/rs/moq/src/session/mod.rs:23

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

Failed in:
  variant Error:Transport in /tmp/.tmptgSklo/moq/rs/moq/src/error.rs:9

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

Failed in:
  variant Error::WebTransport, previously in file /tmp/.tmpPu1VOB/moq-lite/src/error.rs:7

--- failure method_requires_different_generic_type_params: method now requires a different number of generic type parameters ---

Description:
A method now requires a different number of generic type parameters than it used to. Uses of this method that supplied the previous number of generic types will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/method_requires_different_generic_type_params.ron

Failed in:
  moq_lite::Session::accept takes 2 generic types instead of 3, in /tmp/.tmptgSklo/moq/rs/moq/src/session/mod.rs:103

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field 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.43.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field webtransport of struct Session, previously in file /tmp/.tmpPu1VOB/moq-lite/src/session/mod.rs:21

--- failure trait_requires_more_generic_type_params: trait now requires more generic type parameters ---

Description:
A trait now requires more generic type parameters than it used to. Uses of this trait that supplied the previously-required number of generic types will be broken. To fix this, consider supplying default values for newly-added generic types.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/trait_requires_more_generic_type_params.ron

Failed in:
  trait Session (0 -> 1 required generic types) in /tmp/.tmptgSklo/moq/rs/moq/src/session/mod.rs:22

--- failure type_requires_more_generic_type_params: type now requires more generic type parameters ---

Description:
A type now requires more generic type parameters than it used to. Uses of this type that supplied the previously-required number of generic types will be broken. To fix this, consider supplying default values for newly-added generic types.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/type_requires_more_generic_type_params.ron

Failed in:
  Struct Session (0 -> 1 required generic types) in /tmp/.tmptgSklo/moq/rs/moq/src/session/mod.rs:22

moq-native breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ServerTlsConfig.key in /tmp/.tmptgSklo/moq/rs/moq-native/src/server.rs:46
  field ServerTlsConfig.key in /tmp/.tmptgSklo/moq/rs/moq-native/src/server.rs:46
Changelog

moq-lite

0.7.0 - 2025-09-04

Other

  • Add WebSocket fallback support (#570)

hang

0.5.4 - 2025-09-04

Other

  • update Cargo.toml dependencies

hang-cli

0.2.7 - 2025-09-04

Other

  • Add WebSocket fallback support (#570)

moq-token-cli

0.2.7 - 2025-09-04

Other

  • update Cargo.lock dependencies


This PR was generated with release-plz.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 25, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@moq-bot moq-bot bot force-pushed the release-plz-2025-08-25T18-21-00Z branch 13 times, most recently from 06be63a to 5c96c0f Compare September 1, 2025 18:24
@moq-bot moq-bot bot force-pushed the release-plz-2025-08-25T18-21-00Z branch 2 times, most recently from d25a495 to 46373e7 Compare September 2, 2025 23:30
@moq-bot moq-bot bot force-pushed the release-plz-2025-08-25T18-21-00Z branch from 46373e7 to 25c7ca1 Compare September 4, 2025 18:18
@kixelated kixelated merged commit fbb3874 into main Sep 4, 2025
2 checks passed
@kixelated kixelated deleted the release-plz-2025-08-25T18-21-00Z branch September 4, 2025 18:44
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.

2 participants