Skip to content

Commit ed1f294

Browse files
chore(release): 4.0.0 [skip ci]
## [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))
1 parent f7902a8 commit ed1f294

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [4.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v3.1.0...v4.0.0) (2024-03-12)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* change models for the most smart signals
7+
* make identification field `confidence` optional
8+
* 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))
16+
* fix `ipLocation` deprecation ([60c77d8](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/60c77d8f448ea5d3b469d77aca10829cb62281b2))
17+
* 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))
24+
125
## [3.1.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v3.0.0...v3.1.0) (2024-02-13)
226

327

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
3838

3939
- API version: 3
40-
- Package version: 3.1.0
40+
- Package version: 4.0.0
4141
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
4242

4343
## Requirements

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fingerprint/fingerprint-pro-server-api-sdk",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.",
55
"keywords": [
66
"swagger",

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"gitUserId": "fingerprintjs",
99
"gitRepoId": "fingerprint-pro-server-api-php-sdk",
1010
"description": "Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.",
11-
"artifactVersion": "3.1.0"
11+
"artifactVersion": "4.0.0"
1212
}

src/Api/FingerprintApi.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class FingerprintApi
6363
*/
6464
protected $headerSelector;
6565

66-
protected $integration_info = 'fingerprint-pro-server-php-sdk/3.1.0';
66+
protected $integration_info = 'fingerprint-pro-server-php-sdk/4.0.0';
6767

6868
/**
6969
* @param ClientInterface $client

src/Configuration.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Configuration
9090
*
9191
* @var string
9292
*/
93-
protected $userAgent = 'Swagger-Codegen/3.1.0/php';
93+
protected $userAgent = 'Swagger-Codegen/4.0.0/php';
9494

9595
/**
9696
* Debug switch (default set to false)
@@ -431,7 +431,7 @@ public static function toDebugReport()
431431
$report .= ' OS: ' . php_uname() . PHP_EOL;
432432
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
433433
$report .= ' OpenAPI Spec Version: 3' . PHP_EOL;
434-
$report .= ' SDK Package Version: 3.1.0' . PHP_EOL;
434+
$report .= ' SDK Package Version: 4.0.0' . PHP_EOL;
435435
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
436436

437437
return $report;

0 commit comments

Comments
 (0)