3.3.2 (2024-12-09)
- README: add how to specify a custom timeout block (66fb0bd)
3.3.1 (2024-12-05)
- make integration info name consistent through all platforms (8128cf4)
3.3.0 (2024-12-03)
- add
sealedResult
support (5dec0bf) - add
timeoutMs
argument forgetVisitorId
andgetVisitorData
methods (822504a) - use Fingerprint Pro Android v2.7.0 (d2f24f2)
- use Fingerprint Pro iOS v2.7.0 (7144b0a)
- use Fingerprint Pro JSAgent loader v3.11.3 (b789fb0)
- fix JSAgent issue with empty
ipLocation
(ae53e8b)
3.2.0 (2024-10-08)
- use Fingerprint Pro Android v2.6.0 (c3544b1)
3.1.0 (2024-08-22)
- add
endpointFallbacks
configuration param (aeae143) - add
scriptUrlPatternFallbacks
configuration param (ae44e86) - update Android agent to v2.5.0 (fd94c3a)
- update iOS agent to v2.6.0 (f6627a2)
3.0.1 (2024-08-06)
- don't crash on empty
ipLocation
field for new subs (1b8a657)
3.0.0 (2024-03-25)
- sdk minimal version required to use this library is now 3.1.0+
- 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)
- change sdk limitations (b48231c)
2.1.1 (2024-01-19)
- add TooManyRequestError for web platform (219467f)
- improve error reporting for web platform (df3739c)
2.1.0 (2023-11-15)
- 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)
- support Gradle 8 (499a397)
2.0.1 (2023-09-07)
2.0.0 (2023-08-30)
- remove wrong
errorMessage
field fromFingerprintJSProResponse
- remove wrong
errorMessage
field fromFingerprintJSProResponse
(6154081)
1.7.0 (2023-08-07)
- update Android agent to v2.3.2 (dec191b)
1.6.0 (2023-06-30)
- bump iOS Agent to v2.2.0 to introduce new Smart Signals INTER-46 (882938b)
1.5.0 (2023-05-03)
1.4.1 (2023-05-03)
- update Android agent to 2.3.0 (f204bd0)
1.4.1-test.1 (2023-05-03)
- update Android agent to 2.3.0 (f204bd0)
1.4.1 (2023-05-03)
- update Android agent to 2.3.0 (f204bd0)
1.4.1 (2023-05-02)
- update Android agent to 2.3.0 (f204bd0)
- Add support for proxy integrations
- Add
scriptUrlPattern
param for web platform
- Make all
IpLocation
fields nullable
- Added support for proxy integrations
- Added support for web platform
- Fix empty tag in methods
getVisitorId
andgetVisitorData
for web platform
- Fix js interop problems in dart2js environment
- Fix empty tag in methods
getVisitorId
andgetVisitorData
for web platform
- Added support for web platform
- Android agent updated to improve identification
- iOS agent updated to allow request filtering
- Now library support iOS 12 again. (Was broken in 1.1.0)
- 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 thanvisitorId
- Add
extendedResponseFormat
flag to theinitFpjs
function to get extendedResponseFormat in thegetVisitorData
method
Now we have feature parity with the JavaScript agent.
- Fix logo url
- Update urls domain from fingerprintjs.com to fingerprint.com
- Update logo
- Add more code examples
- Fix sample usage
- Added contributing instructions
- Added badges
- Supported Asian region (
ap
)
- Updated fingerprintjs-pro-android to version 2.0
- Added ci test run
- Added codeowners
- Fixed init method getting stuck in the native code
- Added doc comments
- Updated dependencies
- Initial implementation