You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [4.0.0](v3.1.0...v4.0.0) (2024-03-12)
### ⚠ 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 ([13d1998](13d1998))
* add `originCountry` field to the `vpn` signal ([d3763f9](d3763f9))
* add `SuspectScore` smart signal support ([aad70df](aad70df))
* change `url` field format from URI to regular String ([425576e](425576e))
* fix `ipLocation` deprecation ([60c77d8](60c77d8))
* make identification field `tag` required ([fbcb954](fbcb954))
* use shared structures for webhooks and event ([49480f9](49480f9))
### Bug Fixes
* make fields required according to real API response ([d129f54](d129f54))
* deprecated `ipLocation` field uses `DeprecatedIpLocation` model
9
+
10
+
### Features
11
+
12
+
* add `linkedId` field to the `BotdResult` type ([13d1998](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/13d19989391b671d36a5b933daf64816476867f8))
13
+
* add `originCountry` field to the `vpn` signal ([d3763f9](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/d3763f97d7f4909508abdfce5cec456de42727cf))
14
+
* add `SuspectScore` smart signal support ([aad70df](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/aad70df86d2dbc76c4bf12ede7b229f9bd413b32))
15
+
* change `url` field format from URI to regular String ([425576e](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/425576ee9eb5f2f775ef075a3dc394f05d4858e8))
* make identification field `tag` required ([fbcb954](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/fbcb9547cf6dfbd03b5de00e4ae6114b9f43b06d))
18
+
* use shared structures for webhooks and event ([49480f9](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/49480f923b2bb19b6841522def6eac9aa0b64b67))
19
+
20
+
21
+
### Bug Fixes
22
+
23
+
* make fields required according to real API response ([d129f54](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/d129f54a8bad1c3df1c000b2a96337ffb90056c0))
0 commit comments