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