Skip to content
Open
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
7 changes: 7 additions & 0 deletions web-transport-quiche/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.1.0](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.0.6...web-transport-quiche-v0.1.0) - 2026-02-10

### Other

- Bump web-transport-quiche ([#158](https://github.com/moq-dev/web-transport/pull/158))
- Oops, `accept` is supposed to be async. ([#157](https://github.com/moq-dev/web-transport/pull/157))

## [0.0.6](https://github.com/moq-dev/web-transport/compare/web-transport-quiche-v0.0.5...web-transport-quiche-v0.0.6) - 2026-02-10

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

### Other

- release ([#150](https://github.com/moq-dev/web-transport/pull/150))
- release ([#148](https://github.com/moq-dev/web-transport/pull/148))
- release ([#146](https://github.com/moq-dev/web-transport/pull/146))
- Manually run release-plz because CI is broken? ([#145](https://github.com/moq-dev/web-transport/pull/145))
- Sub-protocol negotiation + breaking API changes ([#143](https://github.com/moq-dev/web-transport/pull/143))
- release ([#122](https://github.com/moq-dev/web-transport/pull/122))
- Double check that read_buf is properly implemented. ([#137](https://github.com/moq-dev/web-transport/pull/137))
- Remove with_unreliable. ([#136](https://github.com/moq-dev/web-transport/pull/136))
- Don't require &mut for web-transport ([#134](https://github.com/moq-dev/web-transport/pull/134))
- Rename the repo into a new org. ([#132](https://github.com/moq-dev/web-transport/pull/132))
- We should bump the web-transport-trait crates. ([#123](https://github.com/moq-dev/web-transport/pull/123))
- release ([#119](https://github.com/moq-dev/web-transport/pull/119))
- Avoid some spurious semver changes and bump the rest ([#121](https://github.com/moq-dev/web-transport/pull/121))
- Initial web-transport-quiche support ([#118](https://github.com/moq-dev/web-transport/pull/118))

## [0.10.0](https://github.com/moq-dev/web-transport/compare/web-transport-v0.9.7...web-transport-v0.10.0) - 2026-02-10

### Other

- release ([#148](https://github.com/moq-dev/web-transport/pull/148))
- release ([#146](https://github.com/moq-dev/web-transport/pull/146))
- Manually run release-plz because CI is broken? ([#145](https://github.com/moq-dev/web-transport/pull/145))
Expand Down