diff --git a/rs/Cargo.lock b/rs/Cargo.lock index c1b9b1652..7f7b1d431 100644 --- a/rs/Cargo.lock +++ b/rs/Cargo.lock @@ -293,9 +293,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.35" +version = "1.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "590f9024a68a8c40351881787f1934dc11afd69090f5edb6831464694d836ea3" +checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54" dependencies = [ "find-msvc-tools", "jobserver", @@ -639,9 +639,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "find-msvc-tools" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e178e4fba8a2726903f6ba98a6d221e76f9c12c650d5dc0e6afdc50677b49650" +checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" [[package]] name = "fnv" @@ -843,7 +843,7 @@ dependencies = [ [[package]] name = "hang-cli" -version = "0.2.9" +version = "0.2.10" dependencies = [ "anyhow", "axum", @@ -1446,7 +1446,7 @@ dependencies = [ [[package]] name = "moq-native" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anyhow", "clap", @@ -1472,7 +1472,7 @@ dependencies = [ [[package]] name = "moq-relay" -version = "0.9.2" +version = "0.9.3" dependencies = [ "anyhow", "axum", @@ -1511,7 +1511,7 @@ dependencies = [ [[package]] name = "moq-token-cli" -version = "0.2.7" +version = "0.2.8" dependencies = [ "anyhow", "clap", @@ -3515,9 +3515,9 @@ dependencies = [ [[package]] name = "wit-bindgen" -version = "0.45.0" +version = "0.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814" +checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36" [[package]] name = "writeable" diff --git a/rs/hang-cli/CHANGELOG.md b/rs/hang-cli/CHANGELOG.md index cbbcbaa2d..911b8ae89 100644 --- a/rs/hang-cli/CHANGELOG.md +++ b/rs/hang-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.10](https://github.com/kixelated/moq/compare/hang-cli-v0.2.9...hang-cli-v0.2.10) - 2025-09-05 + +### Added + +- *(moq-native)* support raw QUIC sessions with `moql://` URLs ([#578](https://github.com/kixelated/moq/pull/578)) + ## [0.2.9](https://github.com/kixelated/moq/compare/hang-cli-v0.2.8...hang-cli-v0.2.9) - 2025-09-04 ### Other diff --git a/rs/hang-cli/Cargo.toml b/rs/hang-cli/Cargo.toml index 9ef277b83..fc9416fed 100644 --- a/rs/hang-cli/Cargo.toml +++ b/rs/hang-cli/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley "] repository = "https://github.com/kixelated/moq" license = "MIT OR Apache-2.0" -version = "0.2.9" +version = "0.2.10" edition = "2021" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/rs/moq-native/CHANGELOG.md b/rs/moq-native/CHANGELOG.md index 4c04c4eba..4312d5791 100644 --- a/rs/moq-native/CHANGELOG.md +++ b/rs/moq-native/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.3](https://github.com/kixelated/moq/compare/moq-native-v0.8.2...moq-native-v0.8.3) - 2025-09-05 + +### Added + +- *(moq-native)* support raw QUIC sessions with `moql://` URLs ([#578](https://github.com/kixelated/moq/pull/578)) + ## [0.8.2](https://github.com/kixelated/moq/compare/moq-native-v0.8.1...moq-native-v0.8.2) - 2025-09-04 ### Other diff --git a/rs/moq-native/Cargo.toml b/rs/moq-native/Cargo.toml index de42614c4..d8594afcc 100644 --- a/rs/moq-native/Cargo.toml +++ b/rs/moq-native/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/moq" license = "MIT OR Apache-2.0" -version = "0.8.2" +version = "0.8.3" edition = "2021" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/rs/moq-relay/CHANGELOG.md b/rs/moq-relay/CHANGELOG.md index effb7fe52..ed86a0c72 100644 --- a/rs/moq-relay/CHANGELOG.md +++ b/rs/moq-relay/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.3](https://github.com/kixelated/moq/compare/moq-relay-v0.9.2...moq-relay-v0.9.3) - 2025-09-05 + +### Added + +- *(moq-native)* support raw QUIC sessions with `moql://` URLs ([#578](https://github.com/kixelated/moq/pull/578)) + +### Other + +- Fix the web debug endpoints. ([#579](https://github.com/kixelated/moq/pull/579)) + ## [0.9.2](https://github.com/kixelated/moq/compare/moq-relay-v0.9.1...moq-relay-v0.9.2) - 2025-09-04 ### Other diff --git a/rs/moq-relay/Cargo.toml b/rs/moq-relay/Cargo.toml index 36aa56340..d4164927c 100644 --- a/rs/moq-relay/Cargo.toml +++ b/rs/moq-relay/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/moq" license = "MIT OR Apache-2.0" -version = "0.9.2" +version = "0.9.3" edition = "2021" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/rs/moq-token-cli/CHANGELOG.md b/rs/moq-token-cli/CHANGELOG.md index 57b496bc3..cc02096c5 100644 --- a/rs/moq-token-cli/CHANGELOG.md +++ b/rs/moq-token-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.8](https://github.com/kixelated/moq/compare/moq-token-cli-v0.2.7...moq-token-cli-v0.2.8) - 2025-09-05 + +### Other + +- update Cargo.lock dependencies + ## [0.2.7](https://github.com/kixelated/moq/compare/moq-token-cli-v0.2.6...moq-token-cli-v0.2.7) - 2025-09-04 ### Other diff --git a/rs/moq-token-cli/Cargo.toml b/rs/moq-token-cli/Cargo.toml index cc4469460..1c4be5327 100644 --- a/rs/moq-token-cli/Cargo.toml +++ b/rs/moq-token-cli/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/moq" license = "MIT OR Apache-2.0" -version = "0.2.7" +version = "0.2.8" edition = "2021" [[bin]]