This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-website/source/easy-waf-integration-changelog.md

41 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2024-03-15 21:53:12 +01:00
---
title: easy-waf integration change log
date: 2024-01-29 22:33:27
---
## easy-waf integration 1.2.4
2024-05-12 23:21:46 +02:00
_Released in February 14, 2024_
2024-03-15 21:53:12 +01:00
* easy-waf integration now waits for specific length of the request instead of immediately processing it.
* Added configurable strict request size limit.
* easy-waf integration now reverts the _req.body_ variable after inspecting the request body via easy-waf.
## easy-waf integration 1.2.3
2024-05-12 23:21:46 +02:00
_Released in February 4, 2024_
2024-03-15 21:53:12 +01:00
* Full request URL is now visible in the notification email.
## easy-waf integration 1.2.2
2024-05-12 23:21:46 +02:00
_Released in January 22, 2024_
2024-03-15 21:53:12 +01:00
* Some WAF errors now result in 500 errors instead of crashing the server.
## easy-waf integration 1.2.1
2024-05-12 23:21:46 +02:00
_Released in October 11, 2023_
2024-03-15 21:53:12 +01:00
* Improved the error handling of code executed behind the WAF.
## easy-waf integration 1.2.0
2024-05-12 23:21:46 +02:00
_Released in August 30, 2023_
2024-03-15 21:53:12 +01:00
* Added email notifiaction support
* Added custom hooks support
## easy-waf integration 1.1.2
2024-05-12 23:21:46 +02:00
_Released in July 30, 2023_
2024-03-15 21:53:12 +01:00
* Stability fixes
* Added support for _config.json_ file in the SVR.JS installation directory
## easy-waf integration 1.1.1
2024-05-12 23:21:46 +02:00
_Released in July 30, 2023_
2024-03-15 21:53:12 +01:00
* Added support for regex strings (like in SVR.JS)
## Earlier versions
_There was no change log for earlier easy-waf integration versions._