Xquic Versions Save

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

v1.7.2

3 weeks ago
  • Refine the state parameters and logs related to h3 request. @yangfurong
  • Optimize efficiency of mp scheduler. @Ya-Pasha-364shy
  • Resolve random packet loss during handshake by fixing PTO error, and thus improving handshake retransmission performance. @Kulsk
  • Fix the compilation error on the Windows platform. @pengyutang125

v1.7.1

2 months ago

[-] deprecate XQC_NO_PID_PACKET_PROCESS; @yangfurong [=] optimize connection transport parameters; @yangfurong [!] fix CC frame packet error; @Kulsk [+] add initial_rtt; @yangfurong [!] fix loss, retransmission, and spurious loss counting; @yangfurong [!] optimize 0-RTT sending; @Kulsk [!] add protection for zero-length header value; @Kulsk [=] reduce http3 body read notify; @yangfurong [!] retransmit PING frame sent by app layer; @yangfurong [!] fix building boringssl on ubuntu and macOS; @Kulsk

v1.7.0

5 months ago

What's Changed

[+] restruct CMakeLists.txt; @Kulsk [+] support windows compile; @yuanbo-zhang [~] move reinjected pkts from tmp_buf to path-level buffer; @yangfurong [!] fix dead loop triggered by dropping packets belonging to a reset stream; @yangfurong [!] set default sched_params for clients; @yangfurong [!] close connection with PROTOCOL_VIOLATION when receiving packets containing no frames; @Kulsk [=] adding some modifications to test/test_client.c and tests/test_server.c to avoid misunderstanding; @tang-mouren

Attention Needed

XQUIC now supports find dependent header directories and library paths automatically, including SSL libraries for building XQUIC dynamic library, libevent for building test_client/test_server/demo_client/demo_server, CUnit for building testcases.

v1.6.3

6 months ago

What's Changed

  • [+] support ietf multipath-06 @Yanmei-Liu
  • [+] add key update threshold at demo_server @Yanmei-Liu
  • [+] add available path count API @Yanmei-Liu
  • [+] add least_available_cid_count for client option @Yanmei-Liu
  • [!] fix compile error on macos @Kulsk
  • [~] support CR/LF as the end of request line in hq @Yanmei-Liu
  • [~] merge branch interop into main @cherylsy

v1.6.2

7 months ago
  • [+] Upgrade achievement of multipath draft-05. @alagoutte @cherylsy
  • [+] Enable mp server to update CID during NAT Rebinding. @yangfurong
  • [+] Add test of NAT rebinding in demo_client. @yangfurong
  • [~] Simplify MPQUIC backup scheduler. @yangfurong
  • [~] Upgrade MPQUIC reinjection. @yangfurong
  • [!] Fix bug on connection migration (simple path). @yangfurong
  • [!] Fix PTO infinite loop. @Kulsk
  • [!] Fix sending ACK_MP in Init/HSK PNS. @cherylsy

v1.6.1

8 months ago

What's Changed

[!] fix http3 send data dead loop after fin sent; @Kulsk [!] fix http3 server-inited bidi-stream crash; @yangfurong [~] optimize mp schedule algorithms; @yangfurong [!] fix stream compose error; @yangfurong [!] fix compile errors on macOS; @Kulsk

v1.6.0

10 months ago

What's Changed

[+] support standard stateless reset; @Kulsk [+] update multipath to draft-04; @yangfurong [+] support pmtu; @yangfurong [!] fix compile error on high version gcc; @drawing [=] update translation on protocol docs; @robinhzp [=] add usage specifications for test_client and test_server; @Kulsk

Attention Needed

XQUIC now works with other QUIC softwares on stateless reset, but if both XQUIC client and server are used in your system, it is adviced that compile XQUIC with -DXQC_COMPAT_GENERATE_SR_PKT=1. With this macro, XQUIC server will generate the Stateless Reset Token as the original method to compat with the client with older versions of XQUIC, while XQUIC client will try to parse a packet as an original stateless reset packet after failed to decrypt or find a connection with the stateless reset token parsed from the packet as a standard stateless reset packet.

v1.5.0

11 months ago

What's Changed

  • [+] support datagram over http3 (non-standard extension); @yangfurong
  • [+] support bytestream over http3 (non-standard extension); @yangfurong
  • [!] fix vulnerabilities on parsing STREAM and CRYPTO frame; @Kulsk
  • [!] fix 32-bit system overflow problems; @Kulsk

v1.4.0

1 year ago

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: https://github.com/alibaba/xquic/compare/v1.3.0-beta...v1.4.0

v1.3.0-beta

1 year ago

What's Changed

New Contributors

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