Skip to content

Releases: vercel/flags

@flags-sdk/[email protected]

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

[email protected]

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/[email protected]

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

Minor Changes

@flags-sdk/[email protected]

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

Patch Changes

@flags-sdk/[email protected]

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

Minor Changes

  • 79b25f6: Introduce Bucket adapter

@flags-sdk/[email protected]

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

Minor Changes

  • 9ba13cc: Introducing the Hypertune Adapter for Flags SDK

[email protected]

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/[email protected]

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

[email protected]

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

Minor Changes

  • 701f3c2: feat: provide precompute patterns for SvelteKit

[email protected]

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

Patch Changes

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