We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e63448 commit 5174722Copy full SHA for 5174722
changelog-h3-quinn.md
@@ -1,3 +1,7 @@
1
+### v0.0.8 (2025-03-15)
2
+* avoid copying data when sending
3
+* new datagram feature
4
+
5
### v0.0.7 (2024-07-01)
6
* Consolidate quic trait redundancy
7
* make types Sync
changelog-h3.md
@@ -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
8
* Add extended CONNECT setting for client conn
9
10
### v0.0.6 (2024-07-01)
h3-quinn/Cargo.toml
@@ -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"
0 commit comments