Skip to content

Releases: fingerprintjs/fingerprint-pro-server-api-java-sdk

v6.0.0

08 Aug 15:20
Compare
Choose a tag to compare

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 and developerTools 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

  • update jakarta annotation api to 2.0.0 (ac41c7a)
  • use java 11 for release build (b9e9a00)

v6.0.0-develop.1

07 Aug 09:50
Compare
Choose a tag to compare
v6.0.0-develop.1 Pre-release
Pre-release

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 and developerTools 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

27 Jun 15:32
Compare
Choose a tag to compare

5.1.1 (2024-06-27)

Bug Fixes

  • assemble the jar as a library not a fat jar (b2a33d4)

v5.1.0

27 Mar 17:45
Compare
Choose a tag to compare

5.1.0 (2024-03-27)

Features

  • support java versions 17 and 21 (6398cfc)

v5.1.0-develop.1

27 Mar 16:38
Compare
Choose a tag to compare
v5.1.0-develop.1 Pre-release
Pre-release

5.1.0-develop.1 (2024-03-27)

Features

  • support java versions 17 and 21 (6398cfc)

v5.0.0

04 Mar 11:47
Compare
Choose a tag to compare

5.0.0 (2024-03-04)

⚠ BREAKING CHANGES

  • change url field type from URI to String

Features

  • change url field format to String (700fa96)

v4.0.0

29 Feb 10:49
Compare
Choose a tag to compare

4.0.0 (2024-02-29)

⚠ BREAKING CHANGES

  • change models for the most smart signals
  • make identification field confidence optional
  • deprecated ipLocation field uses DeprecatedIpLocation model

Features

  • add linkedId field to the BotdResult 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 the vpn signal (1a7451b)
  • use shared structures for webhooks and event (69bfd84)

Bug Fixes

  • make fields required according to real API response (a94fd56)

v3.1.0

14 Feb 10:09
Compare
Choose a tag to compare

3.1.0 (2024-02-14)

Features

  • add method for decoding sealed results (04986dc)

v3.0.0

12 Jan 14:38
Compare
Choose a tag to compare

3.0.0 (2024-01-12)

⚠ BREAKING CHANGES

  • IpInfo field dataCenter renamed to datacenter

Features

  • mark IPLocation as deprecated (51bcc21)
  • use datacenter instead of the wrong dataCenter (33f7336)

v2.3.0-develop.1

22 Dec 15:27
Compare
Choose a tag to compare
v2.3.0-develop.1 Pre-release
Pre-release

2.3.0-develop.1 (2023-12-22)

Features

  • introduce datacenter field for the IpInfo signal in addition to the wrong dataCenter (7ba499f)