Skip to content

Releases: PerimeterX/perimeterx-java-sdk

logger fix

22 Jul 13:34
Compare
Choose a tag to compare
v4.1.1

version bump

Sync fix

20 Jul 05:50
Compare
Choose a tag to compare
  • Small refactor to BufferedActivityHandler

Enforcer First Party

07 Jun 11:38
Compare
Choose a tag to compare
  • Fixed CustomBlockHandler implementations
  • Added support for First Party
  • Deprecated PXContext's method isVerified(), instead use isHandledResponse(), read more about it on at the Upgrading section
  • Update jackson packages

Mobile Support and Custom Params

04 Apr 12:46
Compare
Choose a tag to compare
  • Mobile SDK support
  • Custom Params support
  • Replaced the footer on block pages
  • Improved enforcer telemetry
  • New logs format

Remote Configurations, New Captcha Flow, Bug Fixes

07 Nov 15:59
Compare
Choose a tag to compare
  • Remote Configuration support (by default is off)
  • Fixed risk_rtt for s2s on exception
  • Support js challenge
  • Sending enforcer_telemetry activities on init and remote config updates, telemetry includes px_config as json, os name and machine name
  • Supporting funCaptcha
  • New captcha flow, using jsons instead of array, sending to captcha v2 api
  • Fixed bug in S2S pass_reason was not evaluated correctly
  • New documentation
  • Support for monitor mode (default set to true)
  • Support for ipHeaders (using new class CombinedIPProvider)
  • Updated examples to include moduleMode changes

Please not that this version is breaking api, coordinate with services team for more information

  • Monitor mode is now on by default, for blocking mode it should be set to ACTIVE
  • BlockingScore was changed from 70 -> 100
  • Use ipHeaders to specify from which header to extract the ip and use the default IPProvider (CombinedIPProvider instead of RemoteAddressIPProvider)

Release version 2.1.0

30 Jul 08:13
Compare
Choose a tag to compare
  • Renamed expired_cookie call reason to cookie_expired
  • Custom verification handler is now supported
  • Added pass_reason to page_requested
  • Sending client_uuid on page_requested activities
  • pxVerify now returning context instead of boolean value
  • Fixed wrong hostname being collected on DefualtHostnameProvider

Release version 2.0.0

25 Apr 13:56
Compare
Choose a tag to compare
  • Support cookie v3
  • Support risk API v2
  • Support custom css/javascript/logo on block page
  • Send px_cookie_orig when cookie decryption fails
  • Invalid cookie format handling
  • Buffered activities handling (async send)
  • Updated server URL
  • Redesign block/captcha page

v1.0.16

11 Feb 17:22
Compare
Choose a tag to compare
Release version 1.0.16

v1.0.15

11 Feb 16:54
Compare
Choose a tag to compare
release version

v1.0.14

10 Oct 15:59
Compare
Choose a tag to compare
Minor fixes