Skip to content

Commit 3c6002a

Browse files
authored
chore: release (#1557)
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
1 parent 9e9f324 commit 3c6002a

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

Cargo.lock

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

rs/moq-net/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.8](https://github.com/moq-dev/moq/compare/moq-net-v0.1.7...moq-net-v0.1.8) - 2026-06-01
11+
12+
### Other
13+
14+
- count connected sessions per auth root for billing ([#1574](https://github.com/moq-dev/moq/pull/1574))
15+
- deterministic route tie-break for equal-length paths ([#1570](https://github.com/moq-dev/moq/pull/1570))
16+
- wire session stats into the IETF protocol path ([#1560](https://github.com/moq-dev/moq/pull/1560))
17+
- count viewers as distinct per-session subscriptions ([#1553](https://github.com/moq-dev/moq/pull/1553))
18+
1019
## [0.1.7](https://github.com/moq-dev/moq/compare/moq-net-v0.1.6...moq-net-v0.1.7) - 2026-05-30
1120

1221
### Other

rs/moq-net/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.1.7"
8+
version = "0.1.8"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-relay/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.12.5](https://github.com/moq-dev/moq/compare/moq-relay-v0.12.4...moq-relay-v0.12.5) - 2026-06-01
11+
12+
### Other
13+
14+
- count connected sessions per auth root for billing ([#1574](https://github.com/moq-dev/moq/pull/1574))
15+
- simplify cluster-connect-api polling onto the HTTP cache ([#1572](https://github.com/moq-dev/moq/pull/1572))
16+
- add --cluster-connect-api and split cluster identity from gossip ([#1571](https://github.com/moq-dev/moq/pull/1571))
17+
- dedup mesh dials with a URL-order tiebreaker ([#1569](https://github.com/moq-dev/moq/pull/1569))
18+
1019
## [0.12.4](https://github.com/moq-dev/moq/compare/moq-relay-v0.12.3...moq-relay-v0.12.4) - 2026-05-30
1120

1221
### Other

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.12.4"
8+
version = "0.12.5"
99
edition = "2024"
1010
rust-version.workspace = true
1111

0 commit comments

Comments
 (0)