Skip to content

Latest commit

 

History

History
131 lines (67 loc) · 6.94 KB

CHANGELOG.md

File metadata and controls

131 lines (67 loc) · 6.94 KB

5.1.0 (2024-03-27)

Features

  • support java versions 17 and 21 (6398cfc)

5.0.0 (2024-03-04)

⚠ BREAKING CHANGES

  • change url field type from URI to String

Features

  • change url field format to String (700fa96)

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)

3.1.0 (2024-02-14)

Features

  • add method for decoding sealed results (04986dc)

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)

2.2.0 (2023-11-27)

Features

  • add highActivity and locationSpoofing signals, support originTimezone for vpn signal (1d0e19d)

2.1.1 (2023-09-19)

Bug Fixes

  • update OpenAPI Schema with asn and dataCenter signals (9fd2591)
  • update OpenAPI Schema with auxiliaryMobile method for VPN signal (15ca8db)

2.1.0 (2023-07-31)

Features

  • add RawDeviceAttributes signal (ae12318)
  • add smart signals support (adaceb6)

2.1.0 (2023-07-31)

Features

  • add RawDeviceAttributes signal (ae12318)
  • add smart signals support (adaceb6)

2.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • IpLocation and it's fields are optional now. For getVisits method before argument is deprecated, use paginationKey instead.

Features

  • update schema with correct IpLocation format and doc updates (1c9b895)

Bug Fixes

  • fix backtick problem in comments and documentation (10ade24)

1.1.0 (2023-05-16)

Features

  • update schema and add more signals (c48bd62)

Bug Fixes

  • remove wrong documentation links (swagger-codegen bug) (ae5b376)
  • types: don't fail on unknown fields (5d66f12)
  • update schema (d4d1504)
  • update schema (7dd69c4)
  • update schema with correct Webhook Signals description (6a0c48d)

1.0.0 (2023-02-17)

Features

  • version: initial version (4c651e5)