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
18 changes: 9 additions & 9 deletions rs/Cargo.lock

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

2 changes: 1 addition & 1 deletion rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resolver = "2"
[workspace.dependencies]

hang = { version = "0.5", path = "hang" }
moq-lite = { version = "0.4", path = "moq" }
moq-lite = { version = "0.5", path = "moq" }
moq-native = { version = "0.7", path = "moq-native" }
moq-token = { version = "0.5", path = "moq-token" }

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

## [Unreleased]

## [0.2.1](https://github.com/kixelated/moq/compare/hang-cli-v0.2.0...hang-cli-v0.2.1) - 2025-07-22

### Other

- Add an ANNOUNCE_INIT message. ([#483](https://github.com/kixelated/moq/pull/483))
- Reject WebTransport connections early ([#479](https://github.com/kixelated/moq/pull/479))
- The root shouldn't announce itself. ([#473](https://github.com/kixelated/moq/pull/473))

## [0.1.10](https://github.com/kixelated/moq/compare/hang-cli-v0.1.9...hang-cli-v0.1.10) - 2025-07-19

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

version = "0.2.0"
version = "0.2.1"
edition = "2021"

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

## [Unreleased]

## [0.2.1](https://github.com/kixelated/moq/compare/hang-gst-v0.2.0...hang-gst-v0.2.1) - 2025-07-22

### Other

- Create a type-safe Path wrapper for Javascript ([#487](https://github.com/kixelated/moq/pull/487))
- Add an ANNOUNCE_INIT message. ([#483](https://github.com/kixelated/moq/pull/483))

## [0.1.2](https://github.com/kixelated/moq/compare/hang-gst-v0.1.1...hang-gst-v0.1.2) - 2025-06-20

### Other
Expand Down
2 changes: 1 addition & 1 deletion rs/hang-gst/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/kixelated/moq"
license = "MIT OR Apache-2.0"

version = "0.2.0"
version = "0.2.1"
edition = "2021"

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

## [Unreleased]

## [0.5.1](https://github.com/kixelated/moq/compare/hang-v0.5.0...hang-v0.5.1) - 2025-07-22

### Other

- Use a size prefix for messages. ([#489](https://github.com/kixelated/moq/pull/489))

## [0.5.0](https://github.com/kixelated/moq/compare/hang-v0.4.1...hang-v0.5.0) - 2025-07-19

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

version = "0.5.0"
version = "0.5.1"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
6 changes: 6 additions & 0 deletions rs/moq-clock/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.1](https://github.com/kixelated/moq/compare/moq-clock-v0.7.0...moq-clock-v0.7.1) - 2025-07-22

### Other

- Add an ANNOUNCE_INIT message. ([#483](https://github.com/kixelated/moq/pull/483))

## [0.6.7](https://github.com/kixelated/moq/compare/moq-clock-v0.6.6...moq-clock-v0.6.7) - 2025-07-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion rs/moq-clock/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/kixelated/moq"
license = "MIT OR Apache-2.0"

version = "0.7.0"
version = "0.7.1"
edition = "2021"

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

## [Unreleased]

## [0.7.5](https://github.com/kixelated/moq/compare/moq-native-v0.7.4...moq-native-v0.7.5) - 2025-07-22

### Other

- Use Nix to build Docker images, supporting environment variables instead of TOML ([#486](https://github.com/kixelated/moq/pull/486))
- Reject WebTransport connections early ([#479](https://github.com/kixelated/moq/pull/479))

## [0.7.4](https://github.com/kixelated/moq/compare/moq-native-v0.7.3...moq-native-v0.7.4) - 2025-07-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion rs/moq-native/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/kixelated/moq"
license = "MIT OR Apache-2.0"

version = "0.7.4"
version = "0.7.5"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
10 changes: 10 additions & 0 deletions rs/moq-relay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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-relay-v0.8.2...moq-relay-v0.8.3) - 2025-07-22

### Other

- Create a type-safe Path wrapper for Javascript ([#487](https://github.com/kixelated/moq/pull/487))
- Use Nix to build Docker images, supporting environment variables instead of TOML ([#486](https://github.com/kixelated/moq/pull/486))
- Reject WebTransport connections early ([#479](https://github.com/kixelated/moq/pull/479))
- Improve authentication, adding tests and documentation ([#476](https://github.com/kixelated/moq/pull/476))
- Use JWT tokens for local development. ([#477](https://github.com/kixelated/moq/pull/477))

## [0.7.8](https://github.com/kixelated/moq/compare/moq-relay-v0.7.7...moq-relay-v0.7.8) - 2025-07-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion rs/moq-relay/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/kixelated/moq"
license = "MIT OR Apache-2.0"

version = "0.8.2"
version = "0.8.3"
edition = "2021"

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

## [Unreleased]

## [0.2.1](https://github.com/kixelated/moq/compare/moq-token-cli-v0.2.0...moq-token-cli-v0.2.1) - 2025-07-22

### Other

- update Cargo.lock dependencies

## [0.1.6](https://github.com/kixelated/moq/compare/moq-token-cli-v0.1.5...moq-token-cli-v0.1.6) - 2025-07-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion rs/moq-token-cli/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/kixelated/moq"
license = "MIT OR Apache-2.0"

version = "0.2.0"
version = "0.2.1"
edition = "2021"

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

## [Unreleased]

## [0.5.1](https://github.com/kixelated/moq/compare/moq-token-v0.5.0...moq-token-v0.5.1) - 2025-07-22

### Other

- Improve authentication, adding tests and documentation ([#476](https://github.com/kixelated/moq/pull/476))

## [0.5.0](https://github.com/kixelated/moq/compare/moq-token-v0.4.0...moq-token-v0.5.0) - 2025-07-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion rs/moq-token/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/kixelated/moq"
license = "MIT OR Apache-2.0"

version = "0.5.0"
version = "0.5.1"
edition = "2021"

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

## [Unreleased]

## [0.5.0](https://github.com/kixelated/moq/compare/moq-lite-v0.4.0...moq-lite-v0.5.0) - 2025-07-22

### Other

- Use a size prefix for messages. ([#489](https://github.com/kixelated/moq/pull/489))
- Create a type-safe Path wrapper for Javascript ([#487](https://github.com/kixelated/moq/pull/487))
- Add an ANNOUNCE_INIT message. ([#483](https://github.com/kixelated/moq/pull/483))
- Use JWT tokens for local development. ([#477](https://github.com/kixelated/moq/pull/477))

## [0.4.0](https://github.com/kixelated/moq/compare/moq-lite-v0.3.5...moq-lite-v0.4.0) - 2025-07-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion rs/moq/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/kixelated/moq"
license = "MIT OR Apache-2.0"

version = "0.4.0"
version = "0.5.0"
edition = "2021"

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