Releases: PerimeterX/perimeterx-java-sdk
Releases · PerimeterX/perimeterx-java-sdk
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_uuid
for 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
Release 6.7.0
- Added feature custom cookie header
- Changed
getTelemetryConfig
is now using builder - Bugfix
NullPointerException
when usingConsoleLogger
Release 6.6.0
v6.6.0 (2023-27-04)
- Updating readme with
customIsSensitve
,customParametersExtraction
- Added an option to configure logger without slf4j using
PXConfiguration.setPxLoggerSeverity(<loggerSeverity>)
- Added an option to close PerimeterX SDKNEW-2781
- Fixed issue #121
Version 6.5.0
- Adding custom is sensitive configuration option
- Lazy read the request body
- Added new custom parameters function signature which receives the original HTTP request
- Reading the body binary instead of textually
Version 6.4.5
- Fixed invalid http connections for risk request bug.