diff --git a/web-transport-proto/CHANGELOG.md b/web-transport-proto/CHANGELOG.md index 9b2fbfc6..2b8822b9 100644 --- a/web-transport-proto/CHANGELOG.md +++ b/web-transport-proto/CHANGELOG.md @@ -22,6 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.5](https://github.com/moq-dev/web-transport/compare/web-transport-proto-v0.5.4...web-transport-proto-v0.5.5) - 2026-03-10 + +### Other + +- Restore CapsuleError::UnknownType for semver compatibility +- Fix close capsules ([#179](https://github.com/moq-dev/web-transport/pull/179)) + ## [0.5.4](https://github.com/moq-dev/web-transport/compare/web-transport-proto-v0.5.3...web-transport-proto-v0.5.4) - 2026-02-20 ### Other diff --git a/web-transport-proto/Cargo.toml b/web-transport-proto/Cargo.toml index c88f2fde..25dc49e9 100644 --- a/web-transport-proto/Cargo.toml +++ b/web-transport-proto/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/web-transport" license = "MIT OR Apache-2.0" -version = "0.5.4" +version = "0.5.5" edition = "2021" keywords = ["quic", "http3", "webtransport"] diff --git a/web-transport-quiche/CHANGELOG.md b/web-transport-quiche/CHANGELOG.md index cc038469..a62f678d 100644 --- a/web-transport-quiche/CHANGELOG.md +++ b/web-transport-quiche/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.2.1...web-transport-quiche-v0.2.2) - 2026-03-10 + +### Other + +- Update README.md + ## [0.2.0](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.1.0...web-transport-quiche-v0.2.0) - 2026-02-11 ### Other diff --git a/web-transport-quiche/Cargo.toml b/web-transport-quiche/Cargo.toml index 0aced345..8582cd27 100644 --- a/web-transport-quiche/Cargo.toml +++ b/web-transport-quiche/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/web-transport" license = "MIT OR Apache-2.0" -version = "0.2.1" +version = "0.2.2" edition = "2021" keywords = ["quic", "http3", "webtransport"] diff --git a/web-transport-quinn/CHANGELOG.md b/web-transport-quinn/CHANGELOG.md index 8538f52a..716046bd 100644 --- a/web-transport-quinn/CHANGELOG.md +++ b/web-transport-quinn/CHANGELOG.md @@ -31,6 +31,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.7](https://github.com/moq-dev/web-transport/compare/web-transport-quinn-v0.11.6...web-transport-quinn-v0.11.7) - 2026-03-10 + +### Other + +- Fix error propagation when connection is closed ([#181](https://github.com/moq-dev/web-transport/pull/181)) +- Expose connect::ConnectError (required to access http error for rejected session) ([#178](https://github.com/moq-dev/web-transport/pull/178)) +- Fix close capsules ([#179](https://github.com/moq-dev/web-transport/pull/179)) + ## [0.11.6](https://github.com/moq-dev/web-transport/compare/web-transport-quinn-v0.11.5...web-transport-quinn-v0.11.6) - 2026-02-20 ### Other diff --git a/web-transport-quinn/Cargo.toml b/web-transport-quinn/Cargo.toml index c3f0decd..06a79719 100644 --- a/web-transport-quinn/Cargo.toml +++ b/web-transport-quinn/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/web-transport" license = "MIT OR Apache-2.0" -version = "0.11.6" +version = "0.11.7" edition = "2021" keywords = ["quic", "http3", "webtransport"] diff --git a/web-transport-wasm/CHANGELOG.md b/web-transport-wasm/CHANGELOG.md index bcaab9f2..a1e1a383 100644 --- a/web-transport-wasm/CHANGELOG.md +++ b/web-transport-wasm/CHANGELOG.md @@ -21,6 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.6](https://github.com/moq-dev/web-transport/compare/web-transport-wasm-v0.5.5...web-transport-wasm-v0.5.6) - 2026-03-10 + +### Other + +- Use WebTransportHash type instead of manual object construction ([#180](https://github.com/moq-dev/web-transport/pull/180)) + ## [0.5.5](https://github.com/moq-dev/web-transport/compare/web-transport-wasm-v0.5.4...web-transport-wasm-v0.5.5) - 2026-01-23 ### Other diff --git a/web-transport-wasm/Cargo.toml b/web-transport-wasm/Cargo.toml index 75625bdc..ce2ebb0e 100644 --- a/web-transport-wasm/Cargo.toml +++ b/web-transport-wasm/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/web-transport" license = "MIT OR Apache-2.0" -version = "0.5.5" +version = "0.5.6" edition = "2021" keywords = ["quic", "http3", "webtransport"] diff --git a/web-transport-ws/CHANGELOG.md b/web-transport-ws/CHANGELOG.md index aaafb2cc..9977e49b 100644 --- a/web-transport-ws/CHANGELOG.md +++ b/web-transport-ws/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/moq-dev/web-transport/compare/web-transport-ws-v0.2.5...web-transport-ws-v0.3.0) - 2026-03-10 + +### Other + +- Add application-level subprotocol negotiation support ([#184](https://github.com/moq-dev/web-transport/pull/184)) + ## [0.2.5](https://github.com/moq-dev/web-transport/compare/web-transport-ws-v0.2.4...web-transport-ws-v0.2.5) - 2026-02-10 ### Other diff --git a/web-transport-ws/Cargo.toml b/web-transport-ws/Cargo.toml index 0c663dd6..3c0bbba5 100644 --- a/web-transport-ws/Cargo.toml +++ b/web-transport-ws/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/web-transport" license = "MIT OR Apache-2.0" -version = "0.2.5" +version = "0.3.0" edition = "2021" keywords = ["quic", "http3", "webtransport", "websocket", "polyfill"] diff --git a/web-transport/CHANGELOG.md b/web-transport/CHANGELOG.md index dfcb2cf0..2a0b1a0e 100644 --- a/web-transport/CHANGELOG.md +++ b/web-transport/CHANGELOG.md @@ -27,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.3](https://github.com/moq-dev/web-transport/compare/web-transport-v0.10.2...web-transport-v0.10.3) - 2026-03-10 + +### Other + +- release ([#173](https://github.com/moq-dev/web-transport/pull/173)) + ## [0.10.2](https://github.com/moq-dev/web-transport/compare/web-transport-v0.10.1...web-transport-v0.10.2) - 2026-02-20 ### Fixed diff --git a/web-transport/Cargo.toml b/web-transport/Cargo.toml index 16090ffa..4bedc317 100644 --- a/web-transport/Cargo.toml +++ b/web-transport/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/web-transport" license = "MIT OR Apache-2.0" -version = "0.10.2" +version = "0.10.3" edition = "2021" keywords = ["quic", "http3", "webtransport"] @@ -18,7 +18,7 @@ thiserror = "2" url = "2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -web-transport-quinn = { version = "0.11.6", path = "../web-transport-quinn" } +web-transport-quinn = { version = "0.11.7", path = "../web-transport-quinn" } [target.'cfg(target_arch = "wasm32")'.dependencies] -web-transport-wasm = { version = "0.5.5", path = "../web-transport-wasm" } +web-transport-wasm = { version = "0.5.6", path = "../web-transport-wasm" }