@vercel/flags-core 1.5.0 → 1.6.0-071970f-20260617163138

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @vercel/flags-core
2
2
 
3
+ ## 1.6.0-071970f-20260617163138
4
+
5
+ ### Minor Changes
6
+
7
+ - [#401](https://github.com/vercel/flags/pull/401) [`b74da47`](https://github.com/vercel/flags/commit/b74da476c452d0d73135f65dcbbf1588b0046e23) Thanks [@luismeyer](https://github.com/luismeyer)! - Add aggregated flag evaluation telemetry and a `clientName` option for the Vercel Flags client.
8
+
9
+ ## 1.5.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#395](https://github.com/vercel/flags/pull/395) [`b0150af`](https://github.com/vercel/flags/commit/b0150af9c8190f0db0efc25409fab89769cab6a7) Thanks [@lucleray](https://github.com/lucleray)! - Reduce log noise from stream reconnects.
14
+
15
+ Retryable stream errors are no longer logged on every failed attempt; the
16
+ underlying error is now surfaced only once retries are exhausted (via the
17
+ existing "Max retry count exceeded" log). The stream/polling initialization
18
+ timeout warnings were also reworded to make clear the client keeps connecting
19
+ in the background while serving fallback values.
20
+
3
21
  ## 1.5.0
4
22
 
5
23
  ### Minor Changes