Releases: litespeedtech/lsquic
Releases · litespeedtech/lsquic
[FEATURE, API Change] Certificate verification
1.12.0 Fix previous commit: add missing function
[BUGFIX] Fix STOP_WAITING frame processing in the new Q044 code
1.11.1 1.11.1: [BUGFIX] Fix STOP_WAITING frame processing in the new Q044 code
1.11.0 - Add support for Q044
1.11.0: [FEATURE] Add support for Q044
1.10.2 - bugfix release
- 1.10.2
- [BUGFIX] Don't go over limit when creating delayed streams
1.10.1
Latest changes - 1.10.1 - [BUGFIX] process connections after each batch of packets is read This avoids a problem of accumulating a very large list of packets (possible when speeds are high and socket's receive buffer is large) and processing it all at once. - If glibc is older than 2.17, link with rt. This is necessary for clock_getres(2). - Add version macros to lsquic.h; remove unnecessary includes.
Release 1.10
There have been several large changes since the last release (v1.2). The large bump in the second number is meant to capture that fact.
Q040 is out, Q041 is in
v1.2 Merge branch 'master' of github.com:litespeedtech/lsquic-client
Initial release of LSQUIC Client Library
Fixed CMakeLists.txt
Initial release of LSQUIC Client Library
Latest changes - Add support for Mac OS - Add support for Raspberry Pi - Fix BoringSSL compilation: include <openssl/hmac.h> explicitly