@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 +18 -0
- package/dist/{chunk-K3VOC24J.cjs → chunk-5JQFE6BJ.cjs} +477 -243
- package/dist/chunk-5JQFE6BJ.cjs.map +1 -0
- package/dist/{chunk-D3AZORK2.js → chunk-EOBLM4NN.js} +421 -187
- package/dist/chunk-EOBLM4NN.js.map +1 -0
- package/dist/{chunk-CSSU7O2G.cjs → chunk-NK7G64WR.cjs} +478 -244
- package/dist/chunk-NK7G64WR.cjs.map +1 -0
- package/dist/{chunk-WTGXBSWR.js → chunk-QX2ZRWCR.js} +421 -187
- package/dist/chunk-QX2ZRWCR.js.map +1 -0
- package/dist/index.default.cjs +2 -2
- package/dist/index.default.d.cts +18 -3
- package/dist/index.default.d.ts +18 -3
- package/dist/index.default.js +1 -1
- package/dist/index.next-js.cjs +2 -2
- package/dist/index.next-js.d.cts +18 -3
- package/dist/index.next-js.d.ts +18 -3
- package/dist/index.next-js.js +1 -1
- package/dist/openfeature.default.cjs +2 -2
- package/dist/openfeature.default.js +1 -1
- package/dist/openfeature.next-js.cjs +2 -2
- package/dist/openfeature.next-js.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-CSSU7O2G.cjs.map +0 -1
- package/dist/chunk-D3AZORK2.js.map +0 -1
- package/dist/chunk-K3VOC24J.cjs.map +0 -1
- package/dist/chunk-WTGXBSWR.js.map +0 -1
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
|