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-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Other

- release ([#156](https://github.com/moq-dev/web-transport/pull/156))
- Async accept ([#159](https://github.com/moq-dev/web-transport/pull/159))

## [0.5.1](https://github.com/moq-dev/web-transport/compare/web-transport-proto-v0.5.0...web-transport-proto-v0.5.1) - 2026-02-11

### Other

- Async accept ([#159](https://github.com/moq-dev/web-transport/pull/159))

## [0.5.0](https://github.com/moq-dev/web-transport/compare/web-transport-proto-v0.4.0...web-transport-proto-v0.5.0) - 2026-02-10
Expand Down
8 changes: 8 additions & 0 deletions web-transport-quinn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Other

- release ([#156](https://github.com/moq-dev/web-transport/pull/156))
- Don't require a major version bump. ([#161](https://github.com/moq-dev/web-transport/pull/161))
- Async accept ([#159](https://github.com/moq-dev/web-transport/pull/159))

## [0.11.3](https://github.com/moq-dev/web-transport/compare/web-transport-quinn-v0.11.2...web-transport-quinn-v0.11.3) - 2026-02-11

### Other

- Don't require a major version bump. ([#161](https://github.com/moq-dev/web-transport/pull/161))
- Async accept ([#159](https://github.com/moq-dev/web-transport/pull/159))

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

### Other

- release ([#156](https://github.com/moq-dev/web-transport/pull/156))
- Async accept ([#159](https://github.com/moq-dev/web-transport/pull/159))
- 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-11

### Other

- Async accept ([#159](https://github.com/moq-dev/web-transport/pull/159))
- release ([#150](https://github.com/moq-dev/web-transport/pull/150))
- release ([#148](https://github.com/moq-dev/web-transport/pull/148))
Expand Down