Xquic Versions Save

XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.

multipath-draft-01-beta.1

1 year ago

Support draft-ietf-quic-multipath-01

Attention:
* don't use xqc_bbr_cb or xqc_bbr2_cb
* default scheduler: minRTT
* the current reinjection mode is very aggressive, please use with caution.

v1.2.0-stable

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/alibaba/xquic/compare/v1.1.0-stable...v1.2.0-stable

v1.1.0-stable

1 year ago

What's Changed

  • [+] Add RFC9221 translation. by @robinhzp in https://github.com/alibaba/xquic/pull/193
  • [!] send_ctl bugfix
  • [!] fix qpack duplicate
  • [!] add path_challenge & path_response frame to fix NAT rebinding
  • [+] add encryption option to load balancer cid generator

Full Changelog: https://github.com/alibaba/xquic/compare/v1.1.0-beta.2...v1.1.0-stable

v1.1.0-beta.2

2 years ago

What's Changed

[+] Handling retry packet [+] add conn closing notify [=] Fix RFC docs links in README-zh.md

New Contributors

Full Changelog: https://github.com/alibaba/xquic/compare/v1.1.0-beta.1...v1.1.0-beta.2

v1.1.0-beta.1

2 years ago

What's Changed

[+] Add Windows support (beta)

[!] Fix xqc_pacing_rate_calc() return zero [!] Fix bug in xqc_str_hash_init when malloc return NULL [!] Fix reset_token_key and add test case

New Contributors

Full Changelog: https://github.com/alibaba/xquic/compare/stable-1.0.1...v1.1.0-beta.1

stable-1.0.1

2 years ago

What's Changed

[!] fix cubic recovery [!] fix boringssl certificate verify error [!] fix update key phase before send_burst [!] fix compile error on macos [!] increase init_idle_time_out [~] add conn_alp_user_data in connection event callback functions

New Contributors

Full Changelog: https://github.com/alibaba/xquic/compare/stable-1.0.0...stable-1.1.0

stable-1.0.0

2 years ago

First officially supported version of XQUIC.