From 1bf70bb9f8b082b47267d0245a55af595638ebb8 Mon Sep 17 00:00:00 2001 From: "fingerprint-dx-team-actions-runner[bot]" <197604345+fingerprint-dx-team-actions-runner[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:31:23 +0000 Subject: [PATCH] chore(release): changeset created a new release --- .changeset/silly-schema-update.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- tests/functional-tests/CHANGELOG.md | 7 +++++++ tests/functional-tests/package.json | 2 +- 5 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 .changeset/silly-schema-update.md diff --git a/.changeset/silly-schema-update.md b/.changeset/silly-schema-update.md deleted file mode 100644 index e2e061cb..00000000 --- a/.changeset/silly-schema-update.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@fingerprintjs/fingerprintjs-pro-server-api": minor ---- - -Update Server API schema to v3.5.2: - -- Add `rareDevice` Smart Signal with `result` and `percentileBucket` fields, plus `rare_device` and `rare_device_percentile_bucket` query filters on the events search endpoint -- Add `labels` field with machine learning based predictions for specific use cases (beta) -- Add `mlScore` fields to the `VPN` and `Proxy` signals, and `mlPrediction` to `IPInfoASN`'s VPN info (beta) -- Add `unknown` to the `proxyType` enum for proxies detected solely by the ML model -- Clarify the `DeveloperTools` signal description to cover Android/iOS devices diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a800d7..0c8ca1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Fingerprint Server API Node.js SDK +## 6.12.0 + +### Minor Changes + +- Update Server API schema to v3.5.2: + + - Add `rareDevice` Smart Signal with `result` and `percentileBucket` fields, plus `rare_device` and `rare_device_percentile_bucket` query filters on the events search endpoint + - Add `labels` field with machine learning based predictions for specific use cases (beta) + - Add `mlScore` fields to the `VPN` and `Proxy` signals, and `mlPrediction` to `IPInfoASN`'s VPN info (beta) + - Add `unknown` to the `proxyType` enum for proxies detected solely by the ML model + - Clarify the `DeveloperTools` signal description to cover Android/iOS devices ([ab145eb](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/commit/ab145eb4d61253181e008328a4d4c8d6e7983eca)) + ## 6.11.0 ### Minor Changes diff --git a/package.json b/package.json index 33aed933..ae2ec197 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprintjs-pro-server-api", - "version": "6.11.0", + "version": "6.12.0", "description": "Node.js wrapper for FingerprintJS Sever API", "main": "dist/index.cjs", "module": "dist/index.mjs", diff --git a/tests/functional-tests/CHANGELOG.md b/tests/functional-tests/CHANGELOG.md index 3082e8d5..4c49a1b5 100644 --- a/tests/functional-tests/CHANGELOG.md +++ b/tests/functional-tests/CHANGELOG.md @@ -1,5 +1,12 @@ # fingerprintjs-pro-server-api-node-sdk-smoke-tests +## 1.0.8 + +### Patch Changes + +- Updated dependencies [ab145eb] + - @fingerprintjs/fingerprintjs-pro-server-api@6.12.0 + ## 1.0.7 ### Patch Changes diff --git a/tests/functional-tests/package.json b/tests/functional-tests/package.json index cc6469e3..1c9aa391 100644 --- a/tests/functional-tests/package.json +++ b/tests/functional-tests/package.json @@ -1,6 +1,6 @@ { "name": "fingerprintjs-pro-server-api-node-sdk-smoke-tests", - "version": "1.0.7", + "version": "1.0.8", "description": "", "main": "index.mjs", "private": true,