Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions moq-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.6](https://github.com/cloudflare/moq-rs/compare/moq-api-v0.2.5...moq-api-v0.2.6) - 2025-12-18

### Other

- update Cargo.lock dependencies

## [0.2.5](https://github.com/cloudflare/moq-rs/compare/moq-api-v0.2.4...moq-api-v0.2.5) - 2025-12-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.2.5"
version = "0.2.6"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
6 changes: 6 additions & 0 deletions moq-clock-ietf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.7](https://github.com/cloudflare/moq-rs/compare/moq-clock-ietf-v0.6.6...moq-clock-ietf-v0.6.7) - 2025-12-18

### Other

- Merge pull request #118 from itzmanish/feat/multi-relay

## [0.6.6](https://github.com/cloudflare/moq-rs/compare/moq-clock-ietf-v0.6.5...moq-clock-ietf-v0.6.6) - 2025-12-18

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-clock-ietf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.6.6"
version = "0.6.7"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand All @@ -14,7 +14,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
moq-native-ietf = { path = "../moq-native-ietf", version = "0.6" }
moq-native-ietf = { path = "../moq-native-ietf", version = "0.7" }
moq-transport = { path = "../moq-transport", version = "0.12" }

# QUIC
Expand Down
6 changes: 6 additions & 0 deletions moq-native-ietf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0](https://github.com/cloudflare/moq-rs/compare/moq-native-ietf-v0.6.0...moq-native-ietf-v0.7.0) - 2025-12-18

### Other

- Merge pull request #118 from itzmanish/feat/multi-relay

## [0.6.0](https://github.com/cloudflare/moq-rs/compare/moq-native-ietf-v0.5.5...moq-native-ietf-v0.6.0) - 2025-12-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-native-ietf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.6.0"
version = "0.7.0"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
6 changes: 6 additions & 0 deletions moq-pub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.7](https://github.com/cloudflare/moq-rs/compare/moq-pub-v0.8.6...moq-pub-v0.8.7) - 2025-12-18

### Other

- Merge pull request #118 from itzmanish/feat/multi-relay

## [0.8.6](https://github.com/cloudflare/moq-rs/compare/moq-pub-v0.8.5...moq-pub-v0.8.6) - 2025-12-18

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-pub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Mike English", "Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.8.6"
version = "0.8.7"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand All @@ -14,7 +14,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
moq-native-ietf = { path = "../moq-native-ietf", version = "0.6" }
moq-native-ietf = { path = "../moq-native-ietf", version = "0.7" }
moq-transport = { path = "../moq-transport", version = "0.12" }
moq-catalog = { path = "../moq-catalog", version = "0.2" }

Expand Down
28 changes: 28 additions & 0 deletions moq-relay-ietf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.7](https://github.com/cloudflare/moq-rs/compare/moq-relay-ietf-v0.7.6...moq-relay-ietf-v0.7.7) - 2025-12-18

### Added

- add file-based coordinator and rewrote remote for handling remote streams

### Fixed

- ci
- linter
- seperate RemoteManager rewrite to different PR
- remove once_cell to pass the test
- clippy unused imports
- clippy warnings
- race and proper task shutdown
- if host is IpAddr construct socket addr else resolve dns
- update lookup signature to return owned Client instead of reference
- prevent file truncation when opening for read/write in FileCoordinator
- add lifetime parameter to lookup method signature for proper borrow checking
- return clients on lookup for coordinator and misc fix

### Other

- Merge pull request #118 from itzmanish/feat/multi-relay
- remove track registration from coordinator interface and file implementation
- clarify coordinator file usage in CLI help text and add FIXME for unregister_namespace
- restructure relay into lib/bin and add coordinator interface

## [0.7.6](https://github.com/cloudflare/moq-rs/compare/moq-relay-ietf-v0.7.5...moq-relay-ietf-v0.7.6) - 2025-12-18

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-relay-ietf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley", "Manish Kumar Pandit"]
repository = "https://github.com/cloudflare/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.7.6"
version = "0.7.7"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand All @@ -21,7 +21,7 @@ path = "src/bin/moq-relay-ietf/main.rs"

[dependencies]
moq-transport = { path = "../moq-transport", version = "0.12" }
moq-native-ietf = { path = "../moq-native-ietf", version = "0.6" }
moq-native-ietf = { path = "../moq-native-ietf", version = "0.7" }
moq-api = { path = "../moq-api", version = "0.2" }
web-transport = { workspace = true }

Expand Down
6 changes: 6 additions & 0 deletions moq-sub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1](https://github.com/cloudflare/moq-rs/compare/moq-sub-v0.4.0...moq-sub-v0.4.1) - 2025-12-18

### Other

- Merge pull request #118 from itzmanish/feat/multi-relay

## [0.4.0](https://github.com/cloudflare/moq-rs/compare/moq-sub-v0.3.4...moq-sub-v0.4.0) - 2025-12-18

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-sub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = []
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.4.0"
version = "0.4.1"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand All @@ -15,7 +15,7 @@ categories = ["multimedia", "network-programming", "web-programming"]

[dependencies]
moq-transport = { path = "../moq-transport", version = "0.12" }
moq-native-ietf = { path = "../moq-native-ietf", version = "0.6" }
moq-native-ietf = { path = "../moq-native-ietf", version = "0.7" }
moq-catalog = { path = "../moq-catalog", version = "0.2" }
url = "2"

Expand Down
6 changes: 6 additions & 0 deletions moq-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.1](https://github.com/cloudflare/moq-rs/compare/moq-transport-v0.12.0...moq-transport-v0.12.1) - 2025-12-18

### Other

- Merge pull request #118 from itzmanish/feat/multi-relay

## [0.12.0](https://github.com/cloudflare/moq-rs/compare/moq-transport-v0.11.0...moq-transport-v0.12.0) - 2025-12-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion moq-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
repository = "https://github.com/englishm/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.12.0"
version = "0.12.1"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down