Skip to content

Commit ec074ca

Browse files
authored
chore: release (#1213)
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
1 parent 683ebfe commit ec074ca

12 files changed

Lines changed: 65 additions & 19 deletions

File tree

Cargo.lock

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

rs/moq-boy/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/moq-dev/moq/compare/moq-boy-v0.1.0...moq-boy-v0.2.0) - 2026-04-07
11+
12+
### Fixed
13+
14+
- *(moq-boy)* align audio and video PTS to a single wall-clock reference ([#1211](https://github.com/moq-dev/moq/pull/1211))
15+
16+
### Other
17+
18+
- dark mode, fix paths, subscription improvements ([#1226](https://github.com/moq-dev/moq/pull/1226))
19+
- refactor Rust publisher into Session struct ([#1225](https://github.com/moq-dev/moq/pull/1225))
20+
- Review+revamp JS player ([#1224](https://github.com/moq-dev/moq/pull/1224))
21+
- Add location label to game viewer stats display ([#1219](https://github.com/moq-dev/moq/pull/1219))
22+
- throttle feedback broadcast and reset on pause ([#1215](https://github.com/moq-dev/moq/pull/1215))
23+
- Add encoding/emulation stats to moq-boy ([#1218](https://github.com/moq-dev/moq/pull/1218))
24+
- use 4s GoP interval and 64kbps audio bitrate ([#1214](https://github.com/moq-dev/moq/pull/1214))
25+
1026
## [0.1.0](https://github.com/moq-dev/moq/releases/tag/moq-boy-v0.1.0) - 2026-04-03
1127

1228
### Other

rs/moq-lite/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.15.8](https://github.com/moq-dev/moq/compare/moq-lite-v0.15.7...moq-lite-v0.15.8) - 2026-04-07
11+
12+
### Other
13+
14+
- Fix spurious "short buffer" warnings during message decode ([#1223](https://github.com/moq-dev/moq/pull/1223))
15+
1016
## [0.15.7](https://github.com/moq-dev/moq/compare/moq-lite-v0.15.6...moq-lite-v0.15.7) - 2026-04-03
1117

1218
### Other

rs/moq-lite/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/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.15.7"
8+
version = "0.15.8"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-mux/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.7](https://github.com/moq-dev/moq/compare/moq-mux-v0.3.6...moq-mux-v0.3.7) - 2026-04-07
11+
12+
### Other
13+
14+
- Add jitter tracking to video codecs and catalog metadata ([#1220](https://github.com/moq-dev/moq/pull/1220))
15+
1016
## [0.3.6](https://github.com/moq-dev/moq/compare/moq-mux-v0.3.5...moq-mux-v0.3.6) - 2026-04-03
1117

1218
### Other

rs/moq-mux/Cargo.toml

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

8-
version = "0.3.6"
8+
version = "0.3.7"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-native/CHANGELOG.md

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

4545
## [Unreleased]
4646

47+
## [0.13.8](https://github.com/moq-dev/moq/compare/moq-native-v0.13.7...moq-native-v0.13.8) - 2026-04-07
48+
49+
### Other
50+
51+
- Increase QUIC idle timeout to 30s and keep-alive to 5s ([#1221](https://github.com/moq-dev/moq/pull/1221))
52+
4753
## [0.13.7](https://github.com/moq-dev/moq/compare/moq-native-v0.13.6...moq-native-v0.13.7) - 2026-04-03
4854

4955
### Other

rs/moq-native/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/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.13.7"
8+
version = "0.13.8"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-relay/CHANGELOG.md

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

6565
## [Unreleased]
6666

67+
## [0.10.15](https://github.com/moq-dev/moq/compare/moq-relay-v0.10.14...moq-relay-v0.10.15) - 2026-04-07
68+
69+
### Fixed
70+
71+
- pass null pointer for jemalloc prof.dump ([#1227](https://github.com/moq-dev/moq/pull/1227))
72+
6773
## [0.10.14](https://github.com/moq-dev/moq/compare/moq-relay-v0.10.12...moq-relay-v0.10.14) - 2026-04-03
6874

6975
### Added

rs/moq-relay/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/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.10.14"
8+
version = "0.10.15"
99
edition = "2024"
1010
rust-version.workspace = true
1111

0 commit comments

Comments
 (0)