HAPEE/HAProxy Changelog
DataDome HAPEE/Haproxy module
HaProxy Lua 1.1.0 (2025-01-08)
- Add support for lua-socket to increase timestamp accuracy from seconds to milliseconds
- Expose variables
txn.dd.ptime
andtxn.dd.ttime
for logging, respectively for processing time of the module and total time spent (processing + round trip with Protection API) - Update payload truncation to follow recommendations for the Protection API
- Add
restore_referrer
option to restore Referer header on requests when the original value is replaced by the browser after a challenge - Fix function to retrieve cookie header
- Fix field value for
ServerName
- Fix URL with query params in payload
Haproxy18 1.9.1 (2024-12-26)
- Fix truncation size of
Content-Type
header to follow requirements of the Protection API
HAPEE 1.8.2 (2024-12-26)
- Fix truncation size of
Content-Type
header to follow requirements of the Protection API
Haproxy18 1.9.0 (2024-06-05)
- Register new action for
referer
header management
Haproxy18 1.8.1 (2023-04-27)
- Fix lua utility functions
Haproxy18 1.8.0 (2023-04-17)
- Add utility function for logging DataDome headers
HAPEE 1.8.1 (2023-02-02)
- Fix SecFetchSite Header
Haproxy18 1.7.1 (2023-02-02)
- Fix SecFetchSite header
HAPEE v1.8.0 (2023-01-19)
- Add Sec-Fetch-* Headers
Haproxy18 v1.7.0 (2023-01-19)
- Add Sec-Fetch-* Headers
- Fix Typo in Payload
HAPEE v1.7.1 (2022-11-28)
- Fixed typo in payload field name (XForwardedForIp)
HAPEE v1.7.0 (2022-10-17)
- Added Sec-CH-* Headers
Haproxy18 v1.5.0 (2022-03-04)
- Added collection of TLS version and cipher
HAPEE v1.6.0 (2022-03-04)
- Added collection of TLS version and cipher
Haproxy18 v1.4.1 (2022-01-21)
- Fix unwanted concatenation of enriched headers
- Switch to semantic versioning
HAPEE v1.5.2 (2022-01-21)
- Fix unwanted concatenation of enriched headers
HAPEE v1.5.1 (2022-01-11)
- Fix regex for enriched headers values with several words
- Switch to semantic versioning
v1.5
- Added utility function for logging
v1.4
- Updated exclusion Regex
v1.3
- Cleaned up unused files
v1.2
- Changed the method for sending data to an HTTP Applet serving blocking content (From HTTP header to HAProxy var)
v1.1
- Included headers to the APIServer's call: Content-Type, From, X-Real-IP, Via and True-Client-IP
v1.0
- Initial release
Updated 26 days ago