v0.3.0
[0.3.0] - 2026-02-05
π Features
- Add linux_install.sh (#83)
- (sunnyquic) Implement sunnyquic (#87)
- (sunquic) Implemented
- (sunnyquic) Add multipath
- (mtu) Adding mtu discovery option
π Bug Fixes
- Ci
- (sunnyquic) Clippy
- (sunnyquic) Adding config parsing
- Cargo toml file
- Gm-quic repo address
- Format
- (sunnyquic) Root ca error
- (sunnyquic) Adding retry times for multipath
- (sunnyquic) Multipath ineffective for 0rtt
- (sunnyquic) Multipath block 0rtt
- Clippy
- Fmt
- (sunnyquic) Terminate connection with wrong pwd
- Clippy
- (sunnyquic) Auth may block proxy request
πΌ Other
- Add
gsooption to toggle Quinn segmentation offload (default: true) (#85)
π Refactor
- Seperate squic logic
- (squic) Move request handling logic to squic
- Using arc to wrap auth hash
π Documentation
- Adding sunnyquic
βοΈ Miscellaneous Tasks
- Fix clippy
- Fix log
- (sunnyquic) Add empty implementation
- Fix clippy
- Update protocol pdf
- Rename udp dst to bind_addr
- Adding sunnyquic config example
- Adding comments for multipath
- Bump version to v0.3.0
What's Changed
- feat: add linux_install.sh by @JimmyHuang454 in #83
- quic: allow disabling quinn GSO via QUINN_DISABLE_GSO by @hrimfaxi in #85
- fix: gm-quic repo address by @spongebob888 in #87
- chore(deps): bump the rust-dependencies group with 12 updates by @dependabot[bot] in #88
- refactor(squic): move request handling logic to squic by @spongebob888 in #89
- fix(sunnyquic): auth may block proxy request by @spongebob888 in #90
- chore: rename udp dst to bind_addr by @spongebob888 in #92
- feat(mtu): adding mtu discovery option by @spongebob888 in #93
New Contributors
- @JimmyHuang454 made their first contribution in #83
- @hrimfaxi made their first contribution in #85
Full Changelog: v0.2.3...v0.3.0