Skip to content

Commit 9a962c0

Browse files
authored
chore: release
1 parent 6d31a64 commit 9a962c0

20 files changed

Lines changed: 114 additions & 13 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ resolver = "2"
1616

1717
[workspace.dependencies]
1818
web-transport-proto = { path = "rs/web-transport-proto", version = "0.6" }
19-
web-transport-quinn = { path = "rs/web-transport-quinn", version = "0.11", default-features = false }
20-
web-transport-trait = { path = "rs/web-transport-trait", version = "0.3" }
19+
web-transport-quinn = { path = "rs/web-transport-quinn", version = "0.12", default-features = false }
20+
web-transport-trait = { path = "rs/web-transport-trait", version = "0.4" }
2121

rs/qmux/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.0](https://github.com/moq-dev/web-transport/compare/qmux-v0.4.1...qmux-v0.5.0) - 2026-08-07
11+
12+
### Fixed
13+
14+
- *(qmux)* size STREAM frames from the negotiated max_record_size ([#348](https://github.com/moq-dev/web-transport/pull/348))
15+
- *(qmux)* queue inbound chunks so closed() can't clobber unread data ([#346](https://github.com/moq-dev/web-transport/pull/346))
16+
- *(qmux)* only let a send restart the idle timer once per receive ([#341](https://github.com/moq-dev/web-transport/pull/341))
17+
18+
### Other
19+
20+
- *(qmux)* [**breaking**] keep transport types behind their module path ([#356](https://github.com/moq-dev/web-transport/pull/356))
21+
- Add the sans-I/O poll surface, and implement it for quinn and quiche ([#350](https://github.com/moq-dev/web-transport/pull/350))
22+
1023
## [0.4.1](https://github.com/moq-dev/web-transport/compare/qmux-v0.4.0...qmux-v0.4.1) - 2026-07-16
1124

1225
### Added

rs/qmux/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/web-transport"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.4.1"
8+
version = "0.5.0"
99
edition = "2021"
1010

1111
keywords = ["quic", "qmux", "webtransport", "multiplexing"]

rs/web-transport-ffi/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.1.2](https://github.com/moq-dev/web-transport/compare/web-transport-ffi-v0.1.1...web-transport-ffi-v0.1.2) - 2026-08-07
11+
12+
### Other
13+
14+
- updated the following local packages: web-transport-quinn
15+
1016
## [0.1.1](https://github.com/moq-dev/web-transport/compare/web-transport-ffi-v0.1.0...web-transport-ffi-v0.1.1) - 2026-05-24
1117

1218
### Other

rs/web-transport-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "WebTransport over HTTP/3 — UniFFI bindings for Swift, Kotlin, a
44
authors = ["ai-and-i"]
55
repository = "https://github.com/moq-dev/web-transport"
66
license = "MIT OR Apache-2.0"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
edition = "2021"
99

1010
keywords = ["webtransport", "quic", "http3", "uniffi"]

rs/web-transport-iroh/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/moq-dev/web-transport/compare/web-transport-iroh-v0.6.0...web-transport-iroh-v0.7.0) - 2026-08-07
4+
5+
### Fixed
6+
7+
- [**breaking**] release accept and ez waker registrations when a caller gives up ([#353](https://github.com/moq-dev/web-transport/pull/353))
8+
9+
### Other
10+
11+
- collapse the four AcceptWaiters copies onto kio::Fan ([#359](https://github.com/moq-dev/web-transport/pull/359))
12+
- finish the ez waiter conversion, and build the poll bridge on kio::Park ([#358](https://github.com/moq-dev/web-transport/pull/358))
13+
- [**breaking**] drop the synthesized CONNECT request and response from raw QUIC sessions ([#326](https://github.com/moq-dev/web-transport/pull/326))
14+
- Fix write_chunk truncation and lost accept wakers in iroh and quiche ([#349](https://github.com/moq-dev/web-transport/pull/349))
15+
316
## [0.5.1](https://github.com/moq-dev/web-transport/compare/web-transport-iroh-v0.5.0...web-transport-iroh-v0.5.1) - 2026-05-24
417

518
### Other

rs/web-transport-iroh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "WebTransport library for Iroh"
44
authors = ["Franz Heinzmann <frando@n0.computer>"]
55
repository = "https://github.com/moq-dev/web-transport"
66
license = "MIT OR Apache-2.0"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
edition = "2024"
99

1010
keywords = ["quic", "http3", "webtransport", "iroh"]

rs/web-transport-node/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.0.6](https://github.com/moq-dev/web-transport/compare/web-transport-node-v0.0.5...web-transport-node-v0.0.6) - 2026-08-07
11+
12+
### Other
13+
14+
- [**breaking**] drop the synthesized CONNECT request and response from raw QUIC sessions ([#326](https://github.com/moq-dev/web-transport/pull/326))
15+
1016
## [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
1117

1218
### Fixed

rs/web-transport-node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "WebTransport NAPI-RS bindings for Node.js"
44
authors = ["Luke Curley"]
55
repository = "https://github.com/moq-dev/web-transport"
66
license = "MIT OR Apache-2.0"
7-
version = "0.0.5"
7+
version = "0.0.6"
88
edition = "2021"
99

1010
[lib]
@@ -18,7 +18,7 @@ napi-derive = "3"
1818
rustls-pemfile = "2"
1919
tokio = { version = "1", features = ["sync"] }
2020
url = "2"
21-
web-transport-quinn = { path = "../web-transport-quinn", version = "0.11" }
21+
web-transport-quinn = { path = "../web-transport-quinn", version = "0.12" }
2222

2323
[build-dependencies]
2424
napi-build = "2"

rs/web-transport-noq/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/moq-dev/web-transport/compare/web-transport-noq-v0.2.1...web-transport-noq-v0.3.0) - 2026-08-07
4+
5+
### Fixed
6+
7+
- [**breaking**] release accept and ez waker registrations when a caller gives up ([#353](https://github.com/moq-dev/web-transport/pull/353))
8+
9+
### Other
10+
11+
- collapse the four AcceptWaiters copies onto kio::Fan ([#359](https://github.com/moq-dev/web-transport/pull/359))
12+
- finish the ez waiter conversion, and build the poll bridge on kio::Park ([#358](https://github.com/moq-dev/web-transport/pull/358))
13+
- [**breaking**] drop the synthesized CONNECT request and response from raw QUIC sessions ([#326](https://github.com/moq-dev/web-transport/pull/326))
14+
315
## [0.2.1](https://github.com/moq-dev/web-transport/compare/web-transport-noq-v0.2.0...web-transport-noq-v0.2.1) - 2026-07-22
416

517
### Other

0 commit comments

Comments
 (0)