What's Changed
- quic: support quic/udp address parsing by @Officeyutong in #430
- quic: cert generating and verifying, simple quic smoke test by @Officeyutong in #431
- quic: rustls verifier for certificate by @Officeyutong in #432
- Return proper error for empty address by @chenyukang in #427
- quic: QuicSession implementation by @Officeyutong in #433
- Validate wasm X25519 peer key length exactly by @Officeyutong in #442
- fix: Apply backpressure when yamux substream delivery is blocked by @Officeyutong in #437
- fix: Avoid logging derived secio key material by @Officeyutong in #439
- Use randomized HashMap for yamux stream IDs by @Officeyutong in #441
- Fix ReadBuf initialization in runtime compatibility adapter by @Officeyutong in #447
- refactor(secio): replace RecvBuf enum with Bytes by @quake in #454
- Ensure yamux streams notify session after half-close FIN by @Officeyutong in #458
New Contributors
- @chenyukang made their first contribution in #427
Full Changelog: 0.7.5...0.7.6