·
6 commits
to main
since this release
3.0.0 (2026-01-29)
⚠ BREAKING CHANGES
- The SDK api has changed to match changes introduced in V4 version of the agent.
- The default caching strategy has changed from
sessionStoragecaching to no caching by default, aligned with the underlying JavaScript agent v4 default.
Features
- add usePromiseStore to prevent duplicate async requests (fb59d7f)
- migrate to v4 version of the agent (36a26ba)
- rename package to
@fingerprint/react(4714fdf)
Build System
- deps: use stable 4.0.0 version of the @fingerprint/agent (76a2fec)