Skip to content

Latest commit

 

History

History
327 lines (179 loc) · 20.4 KB

File metadata and controls

327 lines (179 loc) · 20.4 KB

4.0.1 (2024-03-26)

Build System

  • deps: remove redundant packages (da386da)

4.0.0 (2024-03-26)

⚠ 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 (52e0887)
  • add SuspectScore smart signal support (d2917f3)
  • add missed errors structures (fa5121d)
  • fix ipLocation deprecation (e620f75)
  • make identification field tag required (a919198)
  • update originCountry field to the vpn signal (fad2222)
  • use shared structures for webhooks and event (c5380be)

Bug Fixes

  • make fields required according to real API response (999debf)

3.1.0 (2024-01-31)

Features

  • add method for decoding sealed results (4220fcd)

3.0.0 (2024-01-12)

⚠ BREAKING CHANGES

  • IpInfo field dataCenter renamed to datacenter

Features

  • deprecate IPLocation (035024d)
  • use datacenter instead of the wrong dataCenter (4d294cb)

2.4.0 (2023-11-27)

Features

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

Documentation

  • README: use common logos in readme (#87) (8c6e3cd)

2.3.3 (2023-10-17)

Build System

  • deps: bump @babel/traverse from 7.17.3 to 7.23.2 (1617f26)
  • deps: bump undici from 5.21.0 to 5.26.3 (9f58385)

2.3.2 (2023-09-21)

Documentation

  • README: add requirements section, polish readme INTER-257 (#84) (633b12b)

2.3.1 (2023-09-19)

Bug Fixes

  • update OpenAPI Schema with asn and dataCenter signals (e10f677)
  • update OpenAPI Schema with auxiliaryMobile method for VPN signal (72f5ada)

Build System

  • deps: bump semver from 5.7.1 to 5.7.2 (10427f0)
  • deps: bump tough-cookie from 4.0.0 to 4.1.3 (5c7d259)
  • deps: bump word-wrap from 1.2.3 to 1.2.5 (f3a576d)

2.3.0 (2023-07-31)

Features

  • add raw device attributes support (9f7adba)
  • add smart signals support (d847128)

Documentation

  • README: add Region.AP to example values (061242f)

2.2.0 (2023-06-12)

Features

  • update schema with correct IpLocation format and doc updates (21e943a)

2.1.0 (2023-05-16)

Features

2.0.1 (2023-04-14)

Bug Fixes

  • refactor bundle names and add exports section for better compatibility with nextjs (d4a0da0)

Build System

  • deps: bump ArtiomTr/jest-coverage-report-action (bd2a316)
  • deps: bump http-cache-semantics from 4.1.0 to 4.1.1 (afce4df)
  • deps: bump undici from 5.9.1 to 5.21.0 (9cb735f)

2.0.0 (2023-01-30)

⚠ BREAKING CHANGES

  • Change error reporting. getVisitorHistory and getEvent methods throw an exception in case of errors.

Features

  • update schema, rework error reporting (baea2f7)

Bug Fixes

  • eslint error (387fd4a)
  • improve error reporting for getEvents, add more tests (ffb00a3)
  • remove unnecessary checks from the example (e6dd2fd)
  • remove unreachable code (3fa05d6)
  • retry-after with empty header (e1bfba5)
  • review fix for error serialisation (d6e0a74)
  • use generic typeguards for errors (c415874)

Build System

  • deps: bump json5 from 2.2.1 to 2.2.3 (dd19516)

1.4.0 (2022-10-25)

Features

  • update schema to support url field for botd result (b293c09)

1.3.0 (2022-09-14)

Features

  • improve type names (66e1515)
  • introduce /event/{request_id} endpoint (f06456f)

1.2.1 (2022-08-19)

Build System

  • deps: bump undici from 5.8.0 to 5.9.1 (33496f2)

1.2.0 (2022-08-18)

Features

1.1.4 (2022-07-22)

Build System

  • deps: bump undici from 5.5.1 to 5.8.0 (2302572)

1.1.3 (2022-07-13)

Bug Fixes

  • use Webhook type from OpenApi (4bf7ebf)

1.1.2 (2022-07-13)

1.1.1 (2022-07-08)

Chores
  • ignore engines when installing packages (46ff4b63)
  • use packages cache for build command, use yarn to install modules (60612ff4)
  • use default node version when publish package (1ec30082)

1.1.0 (2022-07-08)

Chores
  • return ts target to es2015 (4b496215)
  • change build command (b642cdf8)
  • use rollup to build project (90baa5d4)
  • add production environment for publish task (1f3dc518)
Documentation Changes
New Features
  • generate types using OpenAPI (3136d5ac)
Bug Fixes
  • add missed fields to the VisitWebhook type (1422eb02)

1.0.6 (2022-05-13)

Documentation Changes

1.0.5 (2022-04-21)

Bug Fixes

1.0.4 (2022-04-21)

Chores
  • another attempt to fix git issue with safe.directory (675e1749)

1.0.3 (2022-04-21)

Chores
  • another work around to make publish work (ef40e525)

1.0.2 (2022-04-21)

Chores
  • update checkout action version (b6446386)

1.0.1 (2022-04-21)

Chores
  • try a new git version workaround to publish the new version to npm (99e1f05d)

1.0.0 (2022-04-20)

Build System / Dependencies
  • add "--no-git-tag-version" flag to release commands (b8f2bc77)
  • use generate-changelog for releases (a9d2b336)
Chores
  • move "generate-changelog" to dev dependencies (f57c5ae3)
  • remove changelog (4a32ec30)
  • format existing mocked response data (b000f361)
  • use npm-publish action by SHA for security reasons (4ff1b409)
  • don't use npx to run jest (d0426e3c)
  • add lint job to github actions, fix command to run test job (e7044f16)
  • add deps to repair eslint and prettier, fix eslint and prettier rules (de0f7e53)
  • migrate from npm to yarn (1c112ae5)
  • ignore .idea folder (6bb5fe90)
Continuous Integration
  • add missing node setup action (c3371b8d)
Documentation Changes
New Features
  • support passing custom fetch implementation in options (80bf983c)
  • replace "querystring" with "URLSearchParams" (6a34d0bb)
  • add confidence score, visitor found, and timestamps to data types (97d8c39a)
  • rename token to api key (6d08efe0)
  • add Asia region (ap) (539f071d)
Bug Fixes
  • fix typo (d6a9396b)
  • change subdivisons type from tuple to array (a9947493)
  • removed unnecessary commented code from test (cbcf87e7)
  • simplify Promise chain and add negative test (adc94d83)
Other Changes