Releases: fingerprintjs/fingerprint-pro-server-api-java-sdk
Releases · fingerprintjs/fingerprint-pro-server-api-java-sdk
v6.0.0
6.0.0 (2024-08-08)
⚠ BREAKING CHANGES
- use Jakarta EE 9
- use java 11 as minimal supported version
Features
- add Confidence Score v1.1
- add
remoteControl
,velocity
anddeveloperTools
signals (5648a7f) - add
Webhook.IsValidWebhookSignature
function for validating webhook signature (033a98f) - add PUT API for Events (db4832f)
- add DELETE API for Visitors (7557b24)
Continuous Integration
v6.0.0-develop.1
6.0.0-develop.1 (2024-08-07)
⚠ BREAKING CHANGES
- use Jakarta EE 9
- use Java 11 as minimal supported version
Features
- add
remoteControl
,velocity
anddeveloperTools
signals (f46e242) - add
Webhook.IsValidWebhookSignature
function for validating webhook signature (0922380) - add DELETE API (0b8d7b5)
- Build scripts are rewritten to Kotlin (6f25c8d)
Miscellaneous Chores
- update Jakarta Annotation API to 2.0.0 (5c30ce2)
v5.1.1
v5.1.0
v5.1.0-develop.1
v5.0.0
v4.0.0
4.0.0 (2024-02-29)
⚠ BREAKING CHANGES
- change models for the most smart signals
- make identification field
confidence
optional - deprecated
ipLocation
field usesDeprecatedIpLocation
model
Features
- add
linkedId
field to theBotdResult
type (044109e) - add
SuspectScore
smart signal support (c66373e) - add missed errors structures (efb8fd6)
- fix
ipLocation
deprecation (f61a78d) - make identification field
tag
required (069d9c5) - update
originCountry
field to thevpn
signal (1a7451b) - use shared structures for webhooks and event (69bfd84)
Bug Fixes
- make fields required according to real API response (a94fd56)
v3.1.0
v3.0.0
v2.3.0-develop.1
2.3.0-develop.1 (2023-12-22)
Features
- introduce
datacenter
field for theIpInfo
signal in addition to the wrongdataCenter
(7ba499f)