Releases: vercel/flags
Releases · vercel/flags
@flags-sdk/[email protected]
Minor Changes
- 6239e2d: initialize
[email protected]
Patch Changes
- d4108c8: - expose
clearDedupeCacheForCurrentRequest
to allow clearing the cache of a deduped function for the current request
@flags-sdk/[email protected]
Minor Changes
- 44bada7: Publish PostHog adapter
@flags-sdk/[email protected]
Patch Changes
- 1d662a7: Update to @bucketco/[email protected]
@flags-sdk/[email protected]
Minor Changes
- 79b25f6: Introduce Bucket adapter
@flags-sdk/[email protected]
Minor Changes
- 9ba13cc: Introducing the Hypertune Adapter for Flags SDK
[email protected]
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.
@flags-sdk/[email protected]
Patch Changes
- 1e3c8df: If using an Edge Config adapter, reduce minimum sync delay for config specs from 5000ms->1000ms
[email protected]
Minor Changes
- 701f3c2: feat: provide precompute patterns for SvelteKit
[email protected]
Patch Changes
- b79a84a: Pass the
defaultValue
to the adapter's decide function