Skip to content

Commit 4fc4f3f

Browse files
Upgrade node-fetch to v3
1 parent 694dcf1 commit 4fc4f3f

File tree

8 files changed

+101
-7562
lines changed

8 files changed

+101
-7562
lines changed

.eslintrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
"ecmaVersion": 2015,
5656
"sourceType": "module"
5757
}
58+
},
59+
{
60+
"files": ["src/platform/getFetch/node.js"],
61+
"parserOptions": {
62+
"ecmaVersion": 2020,
63+
"sourceType": "module"
64+
}
5865
}
5966
],
6067

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
11.8.0 (October XX, 2025)
22
- Updated @splitsoftware/splitio-commons package to version 2.8.0, which updates the SDK’s initial synchronization in Node.js (server-side) to use the `startup.requestTimeoutBeforeReady` and `startup.retriesOnFailureBeforeReady` options to control the timeout and retry behavior of segment requests.
3+
- Updated node-fetch to version 3.3.2, which fixes some issues with the Fetch API implementation.
34

45
11.7.1 (October 8, 2025)
56
- Bugfix - Updated @splitsoftware/splitio-commons package to version 2.7.1, which fixes the `debug` option to support log levels when the `logger` option is used.

0 commit comments

Comments
 (0)