v3.5.5

  • A new region: ap (Mumbai, India)

v3.5.4

  • Improve incognito mode detection accuracy in Safari
  • Deprecate the ipResolution parameter because it affects nothing
  • The get() result's ipLocation field is marked is optional in the TypeScript declaration. The field could be undefined in fact, so this is a fix of the type declaration.
  • Actualize the list of supported browsers
  • A new error code for cases when the JS agent version is not supported: FingerprintJS.ERROR_UNSUPPORTED_VERSION
  • Decrease the JS agent code size by removing legacy parts
  • fix: An indefinite setTimeout loop in Firefox

v3.5.3

  • Improve the tree-shaking capability
  • Confidence score calculations moved to server for increased accuracy (Pro version)

v3.5.2

  • Improve the performance slightly

v3.5.1

  • Improve identification time for visitors who use an ad blocker or an M1 Mac
  • Improve identification accuracy

v3.5.0

  • Add a new result field: confidence score. The confidence score field tells how much the agent is sure about the visitor identifier. See the API reference for more details.
  • Fix an error that occurs in Firefox Add-ons

v3.4.0

  • Makes get run much faster when some time passes between calling load() and get(). See the JavaScript agent preloading guide to learn how to leverage it.
  • Added an error constant for bad server response format: FingerprintJS.ERROR_BAD_RESPONSE_FORMAT. The error can be caused by wrong endpoint.
  • The disableTls option is moved from the get options to the load options. It still works when set within get options for compatibility, but doesn't actually disable the TLS request. So we recommend updating your code if you use disableTls.
  • fix: JS agent may never complete getting the visitor identifier when the page is in background.

v3.3.3

  • Fix client timeouts in WeChat built-in browser on iOS 13
  • Increase the accuracy of agent when the page runs in background

v3.3.2

  • Fix "Client timeout" errors that happen in bots that run setTimeout too quickly
  • Fix console WebGL warnings in IE 11

v3.3.1

  • Incognito detection accuracy improvement
  • TypeScript compatibility improvement
  • Fix an error in Android 5.1 Browser: Failed to parse the response
  • Fix client timeouts in iOS WeChat built-in browser