For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Version 6.15.1
Fixed
- Fixed async activities issue
Version 6.15.0
Added
- Support for redirect action—the Enforcer can now return a 302 redirect response when instructed by the Risk API.
6.14.0
Changed
- Support for JWT key names that contain dots (such as URLs) when extracting the user id and additional fields
Added
- Added
risk_rtt field to activities in case of S2S timeout
6.13.2
Added
- Terraform deployment support
6.13.1
Added
- Re-export
CustomParameters and ResponseCustomParameters (from perimeterx-js-core) on the package entry
- Pass request object to response custom parameters custom function
6.13.0
Added
- MCP Protection support
- Send original vid from cookie on all activities under
orig_cookie_vid
Version 6.12.0
- Telemetry activity
update_reason field updated to reflect the reason for telemetry activity:
command - incoming telemetry request received
risk - telemetry triggered via risk response field
- Added
request_id to telemetry activity details
Version 6.11.0
- Added
is_sensitive_route field to risk api and async activities
Version 6.10.0
- Added Documentation enforcement workflow - verify that the documentation is up to date with the latest changes in the codebase
- Added Block by Header feature support
Version 6.9.0
- Added support for setting a data enrichment header on the incoming request (
px_data_enrichment_header_name configuration)