Skip to content

Commit 85be100

Browse files
authored
Merge pull request #177 from fingerprintjs/changeset-release/main
Release [changeset]
2 parents 257b6e2 + d325a6b commit 85be100

File tree

6 files changed

+9
-16
lines changed

6 files changed

+9
-16
lines changed
798 Bytes
Binary file not shown.

.changeset/forty-seas-prove.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-experts-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-poets-drive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# fingerprint-pro-server-api-openapi
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- Add `relay` detection method to the VPN Detection Smart Signal ([adf30a1](https://github.com/fingerprintjs/fingerprint-pro-server-api-openapi/commit/adf30a1b58cf122d5f9b26343edf844fd0f6b4df))
8+
- **events-search**: Add a new `events/search` API endpoint. Allow users to search for identification events matching one or more search criteria, for example, visitor ID, IP address, bot detection result, etc. ([3634610](https://github.com/fingerprintjs/fingerprint-pro-server-api-openapi/commit/36346101110e3061c5ae497d52d8b2ebb088e688))
9+
- **events**: Add a `suspect` field to the `identification` product schema ([3634610](https://github.com/fingerprintjs/fingerprint-pro-server-api-openapi/commit/36346101110e3061c5ae497d52d8b2ebb088e688))
10+
311
## 2.1.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fingerprint-pro-server-api-openapi",
33
"private": true,
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"main": "index.js",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)