Skip to content

Commit cf0e274

Browse files
chore: release
1 parent 285ff34 commit cf0e274

File tree

15 files changed

+82
-18
lines changed

15 files changed

+82
-18
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

moq-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.6](https://github.com/cloudflare/moq-rs/compare/moq-api-v0.2.5...moq-api-v0.2.6) - 2025-12-18
10+
11+
### Other
12+
13+
- update Cargo.lock dependencies
14+
915
## [0.2.5](https://github.com/cloudflare/moq-rs/compare/moq-api-v0.2.4...moq-api-v0.2.5) - 2025-12-18
1016

1117
### Other

moq-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/englishm/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.2.5"
8+
version = "0.2.6"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

moq-clock-ietf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [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
10+
11+
### Other
12+
13+
- Merge pull request #118 from itzmanish/feat/multi-relay
14+
915
## [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
1016

1117
### Other

moq-clock-ietf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/englishm/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.6.6"
8+
version = "0.6.7"
99
edition = "2021"
1010

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

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

2020
# QUIC

moq-native-ietf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [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
10+
11+
### Other
12+
13+
- Merge pull request #118 from itzmanish/feat/multi-relay
14+
915
## [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
1016

1117
### Other

moq-native-ietf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/englishm/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.6.0"
8+
version = "0.7.0"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

moq-pub/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.7](https://github.com/cloudflare/moq-rs/compare/moq-pub-v0.8.6...moq-pub-v0.8.7) - 2025-12-18
10+
11+
### Other
12+
13+
- Merge pull request #118 from itzmanish/feat/multi-relay
14+
915
## [0.8.6](https://github.com/cloudflare/moq-rs/compare/moq-pub-v0.8.5...moq-pub-v0.8.6) - 2025-12-18
1016

1117
### Other

moq-pub/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Mike English", "Luke Curley"]
55
repository = "https://github.com/englishm/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.8.6"
8+
version = "0.8.7"
99
edition = "2021"
1010

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

1616
[dependencies]
17-
moq-native-ietf = { path = "../moq-native-ietf", version = "0.6" }
17+
moq-native-ietf = { path = "../moq-native-ietf", version = "0.7" }
1818
moq-transport = { path = "../moq-transport", version = "0.12" }
1919
moq-catalog = { path = "../moq-catalog", version = "0.2" }
2020

moq-relay-ietf/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [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
10+
11+
### Added
12+
13+
- add file-based coordinator and rewrote remote for handling remote streams
14+
15+
### Fixed
16+
17+
- ci
18+
- linter
19+
- seperate RemoteManager rewrite to different PR
20+
- remove once_cell to pass the test
21+
- clippy unused imports
22+
- clippy warnings
23+
- race and proper task shutdown
24+
- if host is IpAddr construct socket addr else resolve dns
25+
- update lookup signature to return owned Client instead of reference
26+
- prevent file truncation when opening for read/write in FileCoordinator
27+
- add lifetime parameter to lookup method signature for proper borrow checking
28+
- return clients on lookup for coordinator and misc fix
29+
30+
### Other
31+
32+
- Merge pull request #118 from itzmanish/feat/multi-relay
33+
- remove track registration from coordinator interface and file implementation
34+
- clarify coordinator file usage in CLI help text and add FIXME for unregister_namespace
35+
- restructure relay into lib/bin and add coordinator interface
36+
937
## [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
1038

1139
### Other

0 commit comments

Comments
 (0)