diff --git a/.changeset/changesets-good-brooms-sin.zip b/.changeset/changesets-good-brooms-sin.zip new file mode 100644 index 0000000..0437f41 Binary files /dev/null and b/.changeset/changesets-good-brooms-sin.zip differ diff --git a/.changeset/forty-seas-prove.md b/.changeset/forty-seas-prove.md deleted file mode 100644 index 8450048..0000000 --- a/.changeset/forty-seas-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fingerprint-pro-server-api-openapi': minor ---- - -Add `relay` detection method to the VPN Detection Smart Signal diff --git a/.changeset/good-experts-watch.md b/.changeset/good-experts-watch.md deleted file mode 100644 index fe1580f..0000000 --- a/.changeset/good-experts-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fingerprint-pro-server-api-openapi': minor ---- - -**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. diff --git a/.changeset/orange-poets-drive.md b/.changeset/orange-poets-drive.md deleted file mode 100644 index 27fc435..0000000 --- a/.changeset/orange-poets-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fingerprint-pro-server-api-openapi': minor ---- - -**events**: Add a `suspect` field to the `identification` product schema \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a33fb62..88430f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # fingerprint-pro-server-api-openapi +## 2.2.0 + +### Minor Changes + +- Add `relay` detection method to the VPN Detection Smart Signal ([adf30a1](https://github.com/fingerprintjs/fingerprint-pro-server-api-openapi/commit/adf30a1b58cf122d5f9b26343edf844fd0f6b4df)) +- **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)) +- **events**: Add a `suspect` field to the `identification` product schema ([3634610](https://github.com/fingerprintjs/fingerprint-pro-server-api-openapi/commit/36346101110e3061c5ae497d52d8b2ebb088e688)) + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index 4756b24..fe61a44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fingerprint-pro-server-api-openapi", "private": true, - "version": "2.1.0", + "version": "2.2.0", "main": "index.js", "license": "MIT", "type": "module",