Version 1.8.x

V1.8.2

2024-09-12

Server Core

  • [Security] Block “litespeed_role” cookie used for hacking LSCWP.
  • [Improvement] Move OSCP cache, status and rtreport to SHM location to reduce disk wearing.
  • [Improvement] Add support for QUIC stream priority.
  • [Bug Fix] Make Ruby application compatible with Ruby 3.3 and Rails 7.2
  • [Bug Fix] Fix per IP ACL and statistics.
  • [Bug Fix] More strict HTTP request validation.
  • [Bug Fix] Fix setting cookie via a rewrite rule.
  • [Bug Fix] Address issues in namespace and cgroup support.
  • [Misc] Update lsquic to v4.0.11 .
  • [Misc] Update libmodsecurity to v3.0.13 .

 

V1.8.1

2024-03-28

Server Core

  • [Security] Fix chunked encoding + proxy related issues.
  • [New Feature] Add request body chunked encoding support for proxy backends.
  • [Bug Fix] Fix excessive cache misses caused by cookie vary.
  • [Bug Fix] Make nodejs helper script compatible with older nodejs versions.
  • [Bug Fix] Minor fixes to namespace and cgroup support.
  • [Bug Fix] Update lsquic to v4.0.8
  • [Bug Fix] Fix an AIO code crash.

 

V1.8.0

2024-02-16

Server Core

  • [New Feature] Linux Namespace container for resource isolation.
  • [New Feature] Asynchronous I/O via iouring, linux AIO and posix AIO.
  • [New Feature] Update HTTP3 with the latest QUICv2 support.
  • [New Feature] hCaptcha support for reCAPTCHA validation.
  • [New Feature] JSON real-time and status report.
  • [New Feature] Static link luajit 2.1 for mod_lua.
  • [Improve] Improved compatibility with MacOSX, FreeBSD.
  • [Improve] Improved build.sh with optional module compilation.