v5.7.1 - Use js-sha256 instead of node-forge
node-forge was bloating the SDK and is not longer required for the Vercel integration, since Vercel now supports Buffer APIs.
Switching to js-sha256 which is a smaller dependency.
What's Changed
- Update initial backoff by @kenny-statsig in #29
- Replace node-forge with js-sha256 by @MaxLeiter in #30
New Contributors
- @kenny-statsig made their first contribution in #29
- @MaxLeiter made their first contribution in #30
Full Changelog: v5.7.0...v5.7.1