Skip to content

Commit 80ac7fe

Browse files
Upgrade JS SDK dependency to v10.28.1
1 parent 04ec3ae commit 80ac7fe

File tree

3 files changed

+55
-38
lines changed

3 files changed

+55
-38
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.13.1 (December XX, 2025)
2+
- Updated @splitsoftware/splitio package to version 10.28.1 that includes vulnerability fixes and the following relevant update:
3+
- Bugfix - Enhanced HTTP client module to implement timeouts for failing requests that might otherwise remain pending indefinitely on some Fetch API implementations, pausing the SDK synchronization process.
4+
15
1.13.0 (September 6, 2024)
26
- Updated @splitsoftware/splitio package to version 10.28.0 that includes minor updates:
37
- Added `sync.requestOptions.getHeaderOverrides` configuration option to enhance SDK HTTP request Headers for Authorization Frameworks.

package-lock.json

Lines changed: 50 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"homepage": "https://github.com/splitio/react-client#readme",
6565
"dependencies": {
66-
"@splitsoftware/splitio": "10.28.0",
66+
"@splitsoftware/splitio": "10.28.1",
6767
"memoize-one": "^5.1.1",
6868
"shallowequal": "^1.1.0",
6969
"tslib": "^2.3.1"

0 commit comments

Comments
 (0)