v0.2.2
What's Changed
- fix: deadlock on ServerHello lost by @eareimu in #506
- fix(qrecovery): fixed empty stream frame with fin wont be retran by @eareimu in #507
- fix: fixed payload size tracking of frames and packets by @eareimu in #508
- fix: fixed stream state update events in poll_* lost by @eareimu in #509
- feat(qevent): emit stream data moved event by @eareimu in #510
- fix: fix clippy lint by @eareimu in #512
- fix(qrecovery): fix stream frames with fin incorrectly judged lost by @eareimu in #513
- feat(h3-shim): add h3 connection pool by @eareimu in #511
- fix: fixed spans leaked in task contexts by @eareimu in #514
- fix: destroy all paths when no packets need to be sent by @eareimu in #515
- fix(qudp): handle errno ENOBUFS from sendm(m)sg by @eareimu in #516
- fix(qevent): shutdown sqlog file when span end by @eareimu in #517
- fix(qinterface): fixed server accept connections repeatedly by @eareimu in #518
- fix: make pn in packet header optional by @eareimu in #519
- feat: release v0.2.2 by @eareimu in #521
Full Changelog: v0.2.1...v0.2.2