Skip to content

Releases: alibaba/xquic

XQUIC v1.4.0

27 Feb 07:33
4ff9ee6
Compare
Choose a tag to compare

What's Changed

Attention Needed

XQUIC v1.4.0 has temporarily removed support for the Windows platform, we will restore it ASAP.

New Contributors

Full Changelog: v1.3.0-beta...v1.4.0

XQUIC 1.3.0-beta

08 Nov 03:56
8ef10d3
Compare
Choose a tag to compare
XQUIC 1.3.0-beta Pre-release
Pre-release

What's Changed

  • [-] remove redundant code in the window filter;
  • [+] add a new congestion controller, Copa (issue: #130);
  • [~] fix several bugs in BBR, Cubic (issues: #243, #194), and Rate Sampling;
  • [+] add a macro to disable the ad-hoc heuristics in BBR;
  • [+] add an internal function to get MSS.

New Contributors

Full Changelog: v1.2.0-stable...v1.3.0-beta

XQUIC v1.2.0

26 Aug 04:59
7ff50b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0-stable...v1.2.0-stable

[Beta] multipath-ietf-draft-01-beta.1

29 Aug 03:29
Compare
Choose a tag to compare
Pre-release

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.

XQUIC v1.1.0

26 Jul 03:01
05c0b70
Compare
Choose a tag to compare

What's Changed

  • [+] Add RFC9221 translation. by @robinhzp in #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: v1.1.0-beta.2...v1.1.0-stable

XQUIC v1.1.0-beta.2

07 Jun 08:27
8fab2f9
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v1.1.0-beta.1...v1.1.0-beta.2

XQUIC v1.1.0-beta.1

27 Apr 04:13
109918f
Compare
Choose a tag to compare

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: stable-1.0.1...v1.1.0-beta.1

XQUIC v1.0.1

30 Mar 10:46
dae820b
Compare
Choose a tag to compare

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: stable-1.0.0...stable-1.1.0

XQUIC v1.0.0

16 Feb 07:18
47a2830
Compare
Choose a tag to compare

First officially supported version of XQUIC.