What's Changed
- fix(quic): adapt QuicServer::accpet more usages by @eareimu in #318
- fix(qconnection): fix port 0 can't be bound repeatedly by @eareimu in #322
- feat: marshal path frames in data space without recording by @huster-zhangpeng in #323
- refactor: move pipe! to qconnection::conn::space by @huster-zhangpeng in #324
- refactor: rename fn sent and rcvd in ArcSentJournal to new_packet and for_ack by @huster-zhangpeng in #325
- test(qbase): add test for writing initial packet with transparent keys by @huster-zhangpeng in #326
- refactor: refactor parameters with full features by @huster-zhangpeng in #327
- feat: impl Default for transport parameters by @huster-zhangpeng in #328
- feat: allow to alloc stream id in parallel by @huster-zhangpeng in #329
- fix: client params must not include the 4 param by @huster-zhangpeng in #330
- fix: complete connection parameter check by @eareimu in #332
- perf(qrecovert): simplify recvbuf, reduce memory alloc by @eareimu in #333
- test: improve coverage for error, flow controller and frame by @huster-zhangpeng in #334
- test: improve test coverage for frames by @huster-zhangpeng in #335
- docs: add docs for transport parameters by @huster-zhangpeng in #336
- test: add test for transport parameters by @huster-zhangpeng in #337
- test: add more tests case for SendingStream by @huster-zhangpeng in #338
- fix: sync flow control when receiving ResetStreamFrame by @huster-zhangpeng in #339
- feat: add app specific error type by @huster-zhangpeng in #340
- refactor: samplify those methods about load cert or private key from file by @huster-zhangpeng in #341
- feat: provide an option to defer an idle timeout by @huster-zhangpeng in #342
- feat: more reasonable qconnection module, support keep-alive by @huster-zhangpeng in #343
- feat: telemetry and retransmission bug fix by @eareimu in #344
- refactor: fix edition 2024, improve gm_quic::util by @eareimu in #345
- fix(qcongestion): ensure ack is sent for out-of-order packets by @metah3m in #346
- feat: release gm-quic v0.1.0 by @eareimu in #349
Full Changelog: v0.0.1...v0.1.0