Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h3-quinn-v0.0.8 #287

Merged
merged 1 commit into from
Mar 15, 2025
Merged
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
4 changes: 4 additions & 0 deletions changelog-h3-quinn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v0.0.8 (2025-03-15)
* avoid copying data when sending
* new datagram feature

### v0.0.7 (2024-07-01)
* Consolidate quic trait redundancy
* make types Sync
Expand Down
1 change: 0 additions & 1 deletion changelog-h3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Added .id() for client RequestStream
* move datagram to separate crate
* Client ability to stop streams with error code
* avoid copying all data when sending
* Add extended CONNECT setting for client conn

### v0.0.6 (2024-07-01)
Expand Down
2 changes: 1 addition & 1 deletion h3-quinn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "h3-quinn"
version = "0.0.7"
version = "0.0.8"
rust-version = "1.70"
authors = ["Jean-Christophe BEGUE <[email protected]>"]
edition = "2021"
Expand Down
Loading