Releases: ledgetech/ledge
Releases · ledgetech/ledge
v2.3.0
v2.2.1
- Bugfix: It is no longer possible to send
Cookie
orAuthorization
headers to ESI requests on another domain, unless explicitly added in manually using thebefore_esi_include_request
event. - Bugfix: ESI requests on the same domain would previously "loopback" to the current
server_addr
andserver_port
even if the scheme was different. We now check the scheme matches too before making this optimisation. - Feature: ESI "loopback" can now be disabled with
esi_attempt_loopback
.
v2.2.0
v2.1.4
Fix request leak with upstream sockets when downstream sockets are prematurely aborted.
v2.1.3
Fix crash with multiple Date response headers
v2.1.2
Fixes some issues around SSRF and XSS exploits when using ESI variables
v2.1.1
Bugfix: On cache read if the current key is missing from the repset (e.g. evicted) re-add it.
An evicted or incomplete repset causes incomplete or failed purging.
v2.1.0
- Feature: Vary support
v2.1.0-rc1
Increment version
v2.1.0 beta1
- Feature: Vary support
- Feature: JSON Purge API