flags@4.0.0
·
16 commits
to main
since this release
Major Changes
- bc7944e: BREAKING CHANGES The general purpose
encrypt
anddecrypt
functions were replaced by dedicated functions, and it is now required to return version information from the flags discovery endpoint. See the Upgrade Guide for upgrade instructions.
Minor Changes
- bc7944e: Add
createFlagsDiscoveryEndpoint
helper functions when creating the/.well-known/vercel/flags
endpoint for Next.js App Router and SvelteKit.