Releases: fingerprintjs/fingerprintjs-pro-server-api-node-sdk
Releases · fingerprintjs/fingerprintjs-pro-server-api-node-sdk
@fingerprintjs/fingerprintjs-pro-server-api@5.2.0
Minor Changes
@fingerprintjs/fingerprintjs-pro-server-api@5.2.0-test.0
Minor Changes
@fingerprintjs/fingerprintjs-pro-server-api@5.1.0
Minor Changes
- events: Introduce
PUTendpoint for/eventsAPI (009c8f4)
@fingerprintjs/fingerprintjs-pro-server-api@5.1.0-test.0
Minor Changes
- events: Introduce
PUTendpoint for/eventsAPI (009c8f4)
v5.0.0
5.0.0 (2024-08-12)
⚠ BREAKING CHANGES
- rename
ErrorVisitsDelete400ResponsetoErrorVisitor400Response - rename
ErrorVisitsDelete404ResponseErrortoErrorVisitor404ResponseError - rename
ErrorVisitsDelete404Responseto `ErrorVisitor404Respons - renamed
statusin error object tostatusCode - to access response body in error use
responseBodyproperty, e.g:error.responseBody
Features
- add remoteControl, velocity and developerTools signals (45564cd)
- improve thrown errors, introduce classes per specific error (3a4975d)
Bug Fixes
- make tag field optional for Webhook (cff6198)
v5.0.0-test.1
5.0.0-test.1 (2024-08-12)
⚠ BREAKING CHANGES
- rename
ErrorVisitsDelete400ResponsetoErrorVisitor400Response - rename
ErrorVisitsDelete404ResponseErrortoErrorVisitor404ResponseError - rename
ErrorVisitsDelete404Responseto `ErrorVisitor404Respons - renamed
statusin error object tostatusCode - to access response body in error use
responseBodyproperty, e.g:error.responseBody
Features
- add remoteControl, velocity and developerTools signals (45564cd)
- improve thrown errors, introduce classes per specific error (3a4975d)
Bug Fixes
- make tag field optional for Webhook (cff6198)
v4.1.2
v4.1.1
v4.1.0
4.1.0 (2024-06-17)
Features
- add
isValidWebhookSignaturefunction for validating webhook signature [INTER-731] (885b693) - add delete API (9f581ab)
- add os Mismatch (c3ca8d7)
- add revision string field to confidence object (a664c2d)
- expose raw response in errors (fd8e352)
- make
Options.regionoptional (48c8024) - provide error as-is without serialization in
getEventmethod (c21a7b6)
Documentation
- README: remove ipLocation field (acb7c38)
v4.1.0-test.1
4.1.0-test.1 (2024-06-13)
Features
- add checkWebhookHeader function for validating webhook signature [INTER-731] (b4d7652)
- add delete API (9f581ab)
- add os Mismatch (c3ca8d7)
- add revision string field to confidence object (a664c2d)
- expose raw response in errors (79b2fc7)
- make
Options.regionoptional (673f7ad) - provide error as-is without serialization in
getEventmethod (aee3242)
Documentation
- README: remove ipLocation field (ef69009)