Skip to content

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

v5.0.0

28 Mar 14:52
Compare
Choose a tag to compare

5.0.0 (2024-03-28)

⚠ BREAKING CHANGES

  • now only .NET >= 6 is supported

Features

v5.0.0-test.1

28 Mar 13:28
Compare
Choose a tag to compare
v5.0.0-test.1 Pre-release
Pre-release

5.0.0-test.1 (2024-03-28)

⚠ BREAKING CHANGES

  • now only .NET >= 6 is supported

Features

v4.0.0

18 Mar 11:30
Compare
Choose a tag to compare

4.0.0 (2024-03-18)

⚠ BREAKING CHANGES

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

Features

  • add linkedId field to the BotdResult type (cddcd3c)
  • add originCountry field to the vpn signal (a8d9c42)
  • add SuspectScore smart signal support (36bcf07)
  • fix ipLocation deprecation (ca56d40)
  • make identification field tag required (a2ba563)
  • use shared structures for webhooks and event (a0adeff)

Bug Fixes

  • make fields required according to real API response (461797e)

v3.1.0

13 Feb 10:13
Compare
Choose a tag to compare

3.1.0 (2024-02-13)

Features

  • add method for decoding sealed results (763b940)

v3.0.0

12 Jan 11:36
Compare
Choose a tag to compare

3.0.0 (2024-01-12)

⚠ BREAKING CHANGES

  • IpInfo field DataCenter renamed to Datacenter

Features

  • deprecate IPLocation (0ffeeb9)
  • use datacenter instead of the wrong dataCenter (308b5e2)

v2.4.0

23 Nov 15:17
Compare
Choose a tag to compare

2.4.0 (2023-11-23)

Features

  • add highActivity and locationSpoofing signals, support originTimezone for vpn signal (8f80f28)

v2.3.2

20 Oct 07:45
Compare
Choose a tag to compare

2.3.2 (2023-10-20)

Bug Fixes

  • change package author to Fingerprint (721e91c)

Documentation

  • README: add requirements and license mention INTER-283 (0caaccc)

v2.3.1

25 Sep 12:13
Compare
Choose a tag to compare

2.3.1 (2023-09-25)

Bug Fixes

  • update OpenAPI Schema with asn and dataCenter signals (210b79a)
  • update OpenAPI Schema with auxiliaryMobile method for VPN signal (fcf0cf5)

v2.3.0

31 Jul 12:31
Compare
Choose a tag to compare

2.3.0 (2023-07-31)

Features

  • add rawDeviceAttributes signal as generic JObject (40f5022)
  • add smart signals support (053779d)

v2.2.1

11 Jul 13:22
Compare
Choose a tag to compare

2.2.1 (2023-07-11)

Bug Fixes

  • ensure that SeenAt properties are correctly set in constructor (9bd9e14)