@vercel/flags-core 1.5.1 → 1.6.0-7d29945-20260616152249

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,16 +1,10 @@
1
1
  # @vercel/flags-core
2
2
 
3
- ## 1.5.1
3
+ ## 1.6.0-7d29945-20260616152249
4
4
 
5
- ### Patch Changes
6
-
7
- - [#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.
5
+ ### Minor Changes
8
6
 
9
- Retryable stream errors are no longer logged on every failed attempt; the
10
- underlying error is now surfaced only once retries are exhausted (via the
11
- existing "Max retry count exceeded" log). The stream/polling initialization
12
- timeout warnings were also reworded to make clear the client keeps connecting
13
- in the background while serving fallback values.
7
+ - [#401](https://github.com/vercel/flags/pull/401) [`cff7fcb`](https://github.com/vercel/flags/commit/cff7fcba75f97c70e983814620d9a35dc0a6212e) Thanks [@luismeyer](https://github.com/luismeyer)! - Add aggregated flag evaluation telemetry and a `clientName` option for the Vercel Flags client.
14
8
 
15
9
  ## 1.5.0
16
10