You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
2.3.0 (September 18, 2025)
2
+
- Updated @splitsoftware/splitio package to version 11.6.0 that includes minor updates:
3
+
- Added `storage.wrapper` configuration option to allow the SDK to use a custom storage wrapper for the storage type `LOCALSTORAGE`. Default value is `window.localStorage`.
4
+
- Added `initialRolloutPlan` configuration option, which allows preloading the SDK storage with a snapshot of the rollout plan.
5
+
- Updated some transitive dependencies for vulnerability fixes.
6
+
1
7
2.2.1 (June 3, 2025)
2
8
- Updated @splitsoftware/splitio package to version 11.4.1, which improves the Proxy fallback to flag spec version 1.2 by handling the case when the Proxy does not return an end-of-stream marker in 400 status code responses.
3
9
@@ -88,7 +94,7 @@
88
94
- Updated linter dependencies and rules. The deprecated TSLint package was replaced by ESLint.
89
95
- Updated some transitive dependencies for vulnerability fixes.
90
96
- Updated @splitsoftware/splitio package to version 10.22.4 that includes minor improvements.
91
-
- Bugfix - Fixed error when using the SDK in localhost mode for testing with Node.js test runners such as Jest (See https://help.split.io/hc/en-us/articles/360038851551-Redux-SDK#localhost-mode).
97
+
- Bugfix - Fixed error when using the SDK in localhost mode for testing with Node.js test runners such as Jest (See https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/redux-sdk/#localhost-mode).
Copy file name to clipboardExpand all lines: README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ ReactDOM.render(
70
70
);
71
71
```
72
72
73
-
Please refer to [our official docs](https://help.split.io/hc/en-us/articles/360038851551-Redux-SDK) to learn about all the functionality provided by our SDK and the configuration options available for tailoring it to your current application setup.
73
+
Please refer to [our official docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/redux-sdk/) to learn about all the functionality provided by our SDK and the configuration options available for tailoring it to your current application setup.
74
74
75
75
## Submitting issues
76
76
@@ -90,24 +90,24 @@ To learn more about Split, contact [email protected], or get started with feature f
* JavaScript for Browser [Github](https://github.com/splitio/javascript-browser-client)[Docs](https://help.split.io/hc/en-us/articles/360058730852-Browser-SDK)
* GO [Github](https://github.com/splitio/go-client)[Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/go-sdk/)
* JavaScript for Browser [Github](https://github.com/splitio/javascript-browser-client)[Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/browser-sdk/)
0 commit comments