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
10 changes: 10 additions & 0 deletions rs/qmux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1](https://github.com/moq-dev/web-transport/compare/qmux-v0.4.0...qmux-v0.4.1) - 2026-07-16

### Added

- *(qmux)* add server-side Session.accept() (JS) ([#324](https://github.com/moq-dev/web-transport/pull/324))

### Fixed

- *(qmux)* make write_buf cancel safe so a dropped write can't lose bytes ([#323](https://github.com/moq-dev/web-transport/pull/323))

## [0.4.0](https://github.com/moq-dev/web-transport/compare/qmux-v0.3.1...qmux-v0.4.0) - 2026-07-15

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

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

keywords = ["quic", "qmux", "webtransport", "multiplexing"]
Expand Down
6 changes: 6 additions & 0 deletions rs/web-transport-node/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.0.5](https://github.com/moq-dev/web-transport/compare/web-transport-node-v0.0.4...web-transport-node-v0.0.5) - 2026-07-16

### Fixed

- *(node)* republish with napi-rs 3.10 ([#320](https://github.com/moq-dev/web-transport/pull/320))

### Fixed

- Require napi-rs 3.10.0 or newer to prevent cross-isolate `Buffer` drops from crashing Node.js and Deno processes ([#319](https://github.com/moq-dev/web-transport/issues/319))
Expand Down
2 changes: 1 addition & 1 deletion rs/web-transport-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "WebTransport NAPI-RS bindings for Node.js"
authors = ["Luke Curley"]
repository = "https://github.com/moq-dev/web-transport"
license = "MIT OR Apache-2.0"
version = "0.0.4"
version = "0.0.5"
edition = "2021"

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

## [Unreleased]

## [0.6.1](https://github.com/moq-dev/web-transport/compare/web-transport-proto-v0.6.0...web-transport-proto-v0.6.1) - 2026-07-16

### Other

- release ([#276](https://github.com/moq-dev/web-transport/pull/276))
- *(deps)* bump the cargo group with 3 updates ([#270](https://github.com/moq-dev/web-transport/pull/270))

## [0.6.1](https://github.com/moq-dev/web-transport/compare/web-transport-proto-v0.6.0...web-transport-proto-v0.6.1) - 2026-07-15

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

## [Unreleased]

## [0.5.0](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.4.3...web-transport-quiche-v0.5.0) - 2026-07-16

### Added

- *(quiche)* add keep-alive, GSO opt-out, and dial/SNI split ([#321](https://github.com/moq-dev/web-transport/pull/321))
- *(quiche)* [**breaking**] add mTLS client auth and TLS server name control ([#325](https://github.com/moq-dev/web-transport/pull/325))

### Fixed

- *(quiche)* drop ClientBuilder::with_metrics, which silently ignored its argument ([#322](https://github.com/moq-dev/web-transport/pull/322))

## [0.4.3](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.4.2...web-transport-quiche-v0.4.3) - 2026-07-15

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

version = "0.4.3"
version = "0.5.0"
edition = "2021"

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

## [Unreleased]

## [0.11.11](https://github.com/moq-dev/web-transport/compare/web-transport-quinn-v0.11.10...web-transport-quinn-v0.11.11) - 2026-07-16

### Fixed

- *(qmux)* make write_buf cancel safe so a dropped write can't lose bytes ([#323](https://github.com/moq-dev/web-transport/pull/323))

## [0.11.10](https://github.com/moq-dev/web-transport/compare/web-transport-quinn-v0.11.9...web-transport-quinn-v0.11.10) - 2026-07-15

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

version = "0.11.10"
version = "0.11.11"
edition = "2021"

keywords = ["quic", "http3", "webtransport"]
Expand Down
6 changes: 6 additions & 0 deletions rs/web-transport-trait/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.3.7](https://github.com/moq-dev/web-transport/compare/web-transport-trait-v0.3.6...web-transport-trait-v0.3.7) - 2026-07-16

### Fixed

- *(qmux)* make write_buf cancel safe so a dropped write can't lose bytes ([#323](https://github.com/moq-dev/web-transport/pull/323))

## [0.3.6](https://github.com/moq-dev/web-transport/compare/web-transport-trait-v0.3.5...web-transport-trait-v0.3.6) - 2026-06-11

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

version = "0.3.6"
version = "0.3.7"
edition = "2021"

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

## [Unreleased]

## [0.10.8](https://github.com/moq-dev/web-transport/compare/web-transport-v0.10.7...web-transport-v0.10.8) - 2026-07-16

### Other

- updated the following local packages: web-transport-quinn

## [0.10.7](https://github.com/moq-dev/web-transport/compare/web-transport-v0.10.6...web-transport-v0.10.7) - 2026-07-15

### Other
Expand Down
4 changes: 2 additions & 2 deletions rs/web-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/moq-dev/web-transport"
license = "MIT OR Apache-2.0"

version = "0.10.7"
version = "0.10.8"
edition = "2021"

keywords = ["quic", "http3", "webtransport"]
Expand All @@ -18,7 +18,7 @@ thiserror = "2"
url = "2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
web-transport-quinn = { version = "0.11.10", path = "../web-transport-quinn" }
web-transport-quinn = { version = "0.11.11", path = "../web-transport-quinn" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-transport-wasm = { version = "0.5.9", path = "../web-transport-wasm" }