File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
2727### Other
2828
29+ - release ([ #174 ] ( https://github.com/moq-dev/web-transport/pull/174 ) )
30+ - Restore CapsuleError::UnknownType for semver compatibility
31+ - Fix close capsules ([ #179 ] ( https://github.com/moq-dev/web-transport/pull/179 ) )
32+
33+ ## [ 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
34+
35+ ### Other
36+
2937- Restore CapsuleError::UnknownType for semver compatibility
3038- Fix close capsules ([ #179 ] ( https://github.com/moq-dev/web-transport/pull/179 ) )
3139
Original file line number Diff line number Diff line change @@ -35,6 +35,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
3636### Other
3737
38+ - release ([ #174 ] ( https://github.com/moq-dev/web-transport/pull/174 ) )
39+ - Fix error propagation when connection is closed ([ #181 ] ( https://github.com/moq-dev/web-transport/pull/181 ) )
40+ - Expose connect::ConnectError (required to access http error for rejected session) ([ #178 ] ( https://github.com/moq-dev/web-transport/pull/178 ) )
41+ - Fix close capsules ([ #179 ] ( https://github.com/moq-dev/web-transport/pull/179 ) )
42+
43+ ## [ 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
44+
45+ ### Other
46+
3847- Fix error propagation when connection is closed ([ #181 ] ( https://github.com/moq-dev/web-transport/pull/181 ) )
3948- Expose connect::ConnectError (required to access http error for rejected session) ([ #178 ] ( https://github.com/moq-dev/web-transport/pull/178 ) )
4049- Fix close capsules ([ #179 ] ( https://github.com/moq-dev/web-transport/pull/179 ) )
Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
2626### Other
2727
28+ - release ([ #174 ] ( https://github.com/moq-dev/web-transport/pull/174 ) )
29+ - Use WebTransportHash type instead of manual object construction ([ #180 ] ( https://github.com/moq-dev/web-transport/pull/180 ) )
30+
31+ ## [ 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
32+
33+ ### Other
34+
2835- Use WebTransportHash type instead of manual object construction ([ #180 ] ( https://github.com/moq-dev/web-transport/pull/180 ) )
2936
3037## [ 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
Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
3232### Other
3333
34+ - release ([ #174 ] ( https://github.com/moq-dev/web-transport/pull/174 ) )
35+ - release ([ #173 ] ( https://github.com/moq-dev/web-transport/pull/173 ) )
36+
37+ ## [ 0.10.3] ( https://github.com/moq-dev/web-transport/compare/web-transport-v0.10.2...web-transport-v0.10.3 ) - 2026-03-10
38+
39+ ### Other
40+
3441- release ([ #173 ] ( https://github.com/moq-dev/web-transport/pull/173 ) )
3542
3643## [ 0.10.2] ( https://github.com/moq-dev/web-transport/compare/web-transport-v0.10.1...web-transport-v0.10.2 ) - 2026-02-20
You can’t perform that action at this time.
0 commit comments