Skip to content

Releases: PerimeterX/perimeterx-java-sdk

Version 6.9.1

14 Nov 07:43
a0c5474
Compare
Choose a tag to compare
  • Added blocked URL to ABR and captcha template

Release 6.9.0

08 Nov 18:28
60fd578
Compare
Choose a tag to compare
  • 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

22 Oct 16:34
b459c60
Compare
Choose a tag to compare
  • Fixed handling of cookies with illegal arguments.

Release 6.8.0

18 Oct 08:10
7c1892f
Compare
Choose a tag to compare
  • 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

12 Sep 07:27
Compare
Choose a tag to compare
Release 6.7.2-rc Pre-release
Pre-release
  • configurable IPXHttpClient
  • configurable PXClient
  • PXHD doesn't set cookie after risk_api

Release 6.7.1

05 Sep 06:57
ad64d92
Compare
Choose a tag to compare
  • Added logs for timeouts
  • Running async activities via ExecutorService

Release 6.7.0

11 May 15:43
74d54c1
Compare
Choose a tag to compare
  • Added feature custom cookie header
  • Changed getTelemetryConfig is now using builder
  • Bugfix NullPointerException when using ConsoleLogger

Release 6.6.0

30 Apr 12:44
a4fe5ec
Compare
Choose a tag to compare

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

04 Apr 15:14
b25a83b
Compare
Choose a tag to compare
  • 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

11 Jan 16:05
a3ed968
Compare
Choose a tag to compare
  • Fixed invalid http connections for risk request bug.