Skip to content

v4.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rolodato rolodato released this 08 Oct 21:14
· 7 commits to main since this release
7afadbc

Breaking changes

Node.js >=18 is now required.

New features

  • flagsmith-nodejs is now published as both an ES and CommonJS module. This lets you use either import or require syntax to use this module from your application code
  • Support transient identities and traits by @novakzaballa in #158
  • Support custom fetch implementations

Bug fixes

  • Use AbortSignal to cancel timed out fetch calls by @AlissonRS in #161
  • Fix environment document being fetched twice on startup by @rolodato in #147

Full Changelog: v3.3.3...v4.0.0-beta.1