Skip to content

Releases: vercel/flags

@flags-sdk/[email protected]

06 Aug 07:49
12d153d
Compare
Choose a tag to compare

Patch Changes

  • 595e9d0: only read edge config once per request

@flags-sdk/[email protected]

28 Jul 12:55
0976e8f
Compare
Choose a tag to compare

Minor Changes

  • 5586443: List flags includes inactive ones to discover all flags

@flags-sdk/[email protected]

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

Minor Changes

[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