Skip to content

Latest commit

 

History

History
227 lines (127 loc) · 7.58 KB

CHANGELOG.md

File metadata and controls

227 lines (127 loc) · 7.58 KB

3.0.0 (2024-03-25)

⚠ BREAKING CHANGES

  • sdk minimal version required to use this library is now 3.1.0+

Features

  • update dependencies (1e7393e)
  • update Fingerprint PRO for android to 2.4.0 (ea092b1)
  • update Fingerprint PRO for iOS to 2.4.0 (d3a016a)
  • update required sdk minimal version to 3.1.0+ (75c1e08)

Bug Fixes

2.1.1 (2024-01-19)

Bug Fixes

  • add TooManyRequestError for web platform (219467f)
  • improve error reporting for web platform (df3739c)

2.1.0 (2023-11-15)

Features

  • bump gradle plugin for example (0c83a57)
  • update Android agent to 2.3.4 (0322065)
  • update iOS agent to 2.3.1 (459c7ff)

2.0.2 (2023-09-25)

Bug Fixes

2.0.1 (2023-09-07)

Documentation

  • README: add minimum OS versions (e14fd70)
  • README: fingerprintJS Pro -> Fingerprint Pro (3555881)

2.0.0 (2023-08-30)

⚠ BREAKING CHANGES

  • remove wrong errorMessage field from FingerprintJSProResponse

Features

  • remove wrong errorMessage field from FingerprintJSProResponse (6154081)

1.7.0 (2023-08-07)

Features

  • update Android agent to v2.3.2 (dec191b)

1.6.0 (2023-06-30)

Features

  • bump iOS Agent to v2.2.0 to introduce new Smart Signals INTER-46 (882938b)

1.5.0 (2023-05-03)

Features

1.4.1 (2023-05-03)

Bug Fixes

  • update Android agent to 2.3.0 (f204bd0)

1.4.1-test.1 (2023-05-03)

Bug Fixes

  • update Android agent to 2.3.0 (f204bd0)

1.4.1 (2023-05-03)

Bug Fixes

  • update Android agent to 2.3.0 (f204bd0)

1.4.1 (2023-05-02)

Bug Fixes

  • update Android agent to 2.3.0 (f204bd0)

1.4.0

New Features

  • Add support for proxy integrations
  • Add scriptUrlPattern param for web platform

Bug Fixes

  • Make all IpLocation fields nullable

1.4.0-dev.1

New Features

  • Added support for proxy integrations

1.3.0

New Features

  • Added support for web platform

Bug Fixes

  • Fix empty tag in methods getVisitorId and getVisitorData for web platform

1.2.3-dev.3

Bug Fixes

  • Fix js interop problems in dart2js environment

1.2.3-dev.2

Bug Fixes

  • Fix empty tag in methods getVisitorId and getVisitorData for web platform

1.2.3-dev.1

New Features

  • Added support for web platform

1.2.2

New Features

  • Android agent updated to improve identification

1.2.1

New Features

  • iOS agent updated to allow request filtering

1.2.0

New Features

  • Now library support iOS 12 again. (Was broken in 1.1.0)

1.1.0

New Features

  • Update iOS agent to the native, use 2.1.0 now
  • Update Android agent to the 2.1.1 version
  • Add tags support
  • Add linkedId support
  • Add new method getVisitorData for result containing more data than visitorId
  • Add extendedResponseFormat flag to the initFpjs function to get extendedResponseFormat in the getVisitorData method

Now we have feature parity with the JavaScript agent.

1.0.4

Documentation Changes

  • Fix logo url

1.0.3

Documentation Changes

  • Update urls domain from fingerprintjs.com to fingerprint.com
  • Update logo
  • Add more code examples

1.0.2

Documentation Changes

  • Fix sample usage

1.0.1

Documentation Changes

  • Added contributing instructions
  • Added badges

1.0.0

New Features

  • Supported Asian region (ap)

Chores

  • Updated fingerprintjs-pro-android to version 2.0
  • Added ci test run
  • Added codeowners

0.1.3

Bug Fixes

  • Fixed init method getting stuck in the native code

0.1.2

Documentation Changes

  • Added doc comments

0.1.1

Chores

  • Updated dependencies

0.1.0

  • Initial implementation