This release updates quic-go to v0.53.0.
Fixes
- the presence of the Capsule protocol header is now not required anymore: #78
Changelog
- don't require the presense of the Capsule protocol header by @marten-seemann in #78
- Fixes broken URL in README.md by @EthanHeilman in #84
- ci: update Go versions to 1.23 and 1.24 by @marten-seemann in #86
- ci: update Codecov action to v5 by @marten-seemann in #87
- use math/rand/v2 instead of golang.org/x/exp/rand in tests by @marten-seemann in #88
- avoid using mocks in tests by @marten-seemann in #89
- update quic-go v0.53.0, use the new API by @marten-seemann in #90
New Contributors
- @EthanHeilman made their first contribution in #84
Full Changelog: v0.2.1...v0.3.0