Flags SDK Release Notes
Last updated: Feb 23, 2026
- Feb 13, 2026
- Date parsed from source:Feb 13, 2026
- First seen by Releasebot:Feb 23, 2026
@vercel/[email protected]
Patch Changes
7d7719a: Fixed an issue where concurrent flag evaluations (e.g. Promise.all([client.evaluate('a'), client.evaluate('b')])) would each trigger a separate initialization, causing a flood of network requests to the flags service. Also fixed stream disconnect during initialization from starting a duplicate polling cycle.
Original source Report a problem - Feb 13, 2026
- Date parsed from source:Feb 13, 2026
- First seen by Releasebot:Feb 23, 2026
@flags-sdk/[email protected]
Patch Changes
- Updated dependencies [7d7719a]
- @vercel/[email protected]
All of your release notes in one feed
Join Releasebot and get updates from Vercel and hundreds of other software products.
- Feb 11, 2026
- Date parsed from source:Feb 11, 2026
- First seen by Releasebot:Feb 23, 2026
@vercel/[email protected]
Major Changes
c71729b: See http://vercel.com/docs/flags/vercel-flags for more information.
Patch Changes
- Updated dependencies [795dfd4]
- [email protected]
- Feb 11, 2026
- Date parsed from source:Feb 11, 2026
- First seen by Releasebot:Feb 23, 2026
@flags-sdk/[email protected]
Major Changes
c71729b: See http://vercel.com/docs/flags/vercel-flags for more information.
Patch Changes
- Updated dependencies [795dfd4]
- Updated dependencies [c71729b]
- [email protected]
- @vercel/[email protected]
- Feb 11, 2026
- Date parsed from source:Feb 11, 2026
- First seen by Releasebot:Feb 23, 2026
Patch Changes
795dfd4: Throw on declaration if flag is missing decide function.
When a feature flag is declared without a decide function, or with an adapter that is missing a decide function we will now throw an error at declaration time.
Original source Report a problem - Nov 22, 2025
- Date parsed from source:Nov 22, 2025
- First seen by Releasebot:Feb 23, 2026
@flags-sdk/[email protected]
Patch Changes
- Updated dependencies [620974c]
- @vercel/[email protected]
- Nov 20, 2025
- Date parsed from source:Nov 20, 2025
- First seen by Releasebot:Feb 23, 2026
@vercel/[email protected]
Patch Changes
43293a3: depend directly on @vercel/edge-config (removed as peer dep)
Original source Report a problem - Nov 20, 2025
- Date parsed from source:Nov 20, 2025
- First seen by Releasebot:Feb 23, 2026
@flags-sdk/[email protected]
Patch Changes
- Updated dependencies [43293a3]
- @vercel/[email protected]
- Nov 7, 2025
- Date parsed from source:Nov 7, 2025
- First seen by Releasebot:Feb 23, 2026
@flags-sdk/[email protected]
Minor Changes
- 0da9c49: Auto-refresh flag definitions with a stale-while-revalidate strategy
This is the end. You've seen all the release notes in this feed!