Releases: PerimeterX/perimeterx-java-sdk
Releases · PerimeterX/perimeterx-java-sdk
Release 6.9.5
- Updated the configuration of PX first-party requests to include a connection timeout.
- Updated the captcha template to handle empty captcha responses.
Release 6.9.4
- Fixed first party connection timeout issue.
- Updated the captcha template with timeout mechanism addressing scenarios where delays occurred in retrieving the captcha.
Release 6.9.3
- Fixed risk request schema.
- Fixed cookie validation.
Release 6.9.2
- Fixed potential XHR first party issue
Version 6.9.1
- Added blocked URL to ABR and captcha template
Release 6.9.0
- Added RequestFilter to consolidate all request filters for improved management and organization.
- Added CustomFilterByFunction feature to enhance filtering capabilities.
- Fixed Context URI to Servlet Path for better compatibility.
- Fixed Cookie Issue with 2-Byte Encoded Characters**: Resolved an issue related to cookies containing 2-byte encoded characters.
- Fixed Risk Request Schema to include the
client_uuidfor better data handling and analysis. - Fixed the Block and Captcha pages, aligning them with the specified design and adding hard block functionality to align with spec.
- Fixed Risk UUID to ensure it is set even when encountering a server-to-server error.
- Fixed Async Activities Schema Addressed issues with the activity schema to ensure data accuracy and integrity.
- Fixed resource management issue in various code locations.
Release 6.8.1
- Fixed handling of cookies with illegal arguments.
Release 6.8.0
- Fixed unhandled Telemetry error
- Added configurable IPXHttpClient
- Added configurable PXClient
- Fixed PXHD doesn't set cookie after risk_api
- Added http method check for static content extensions
Release 6.7.2-rc
- configurable IPXHttpClient
- configurable PXClient
- PXHD doesn't set cookie after risk_api
Release 6.7.1
- Added logs for timeouts
- Running async activities via ExecutorService