Skip to content

Releases: vercel/flags

@flags-sdk/growthbook@0.1.0

02 Jun 22:30
4ece299
Compare
Choose a tag to compare

Minor Changes

flags@4.0.1

23 May 08:15
785ba56
Compare
Choose a tag to compare

Patch Changes

  • d4108c8: - expose clearDedupeCacheForCurrentRequest to allow clearing the cache of a deduped function for the current request

@flags-sdk/posthog@0.1.0

23 May 20:45
ac549a0
Compare
Choose a tag to compare

Minor Changes

@flags-sdk/bucket@0.1.1

19 May 11:54
0249e78
Compare
Choose a tag to compare

Patch Changes

  • 1d662a7: Update to @bucketco/node-sdk@1.8.3

@flags-sdk/bucket@0.1.0

16 May 21:19
c1892d7
Compare
Choose a tag to compare

Minor Changes

  • 79b25f6: Introduce Bucket adapter

@flags-sdk/hypertune@0.2.0

14 May 17:56
5b40b1c
Compare
Choose a tag to compare

Minor Changes

  • 9ba13cc: Introducing the Hypertune Adapter for Flags SDK

flags@4.0.0

02 May 14:51
cd84279
Compare
Choose a tag to compare

Major Changes

  • bc7944e: BREAKING CHANGES The general purpose encrypt and decrypt 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

15 Apr 16:09
695f7f9
Compare
Choose a tag to compare

Patch Changes

  • 1e3c8df: If using an Edge Config adapter, reduce minimum sync delay for config specs from 5000ms->1000ms

flags@3.2.0

21 Mar 12:53
fcfc631
Compare
Choose a tag to compare

Minor Changes

  • 701f3c2: feat: provide precompute patterns for SvelteKit

flags@3.1.2

19 Mar 15:50
f427d86
Compare
Choose a tag to compare

Patch Changes

  • b79a84a: Pass the defaultValue to the adapter's decide function