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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
11.1.0 (January XX, 2025)
2
-
- Added two new configuration options for the SDK storage in browsers when using storage type `LOCALSTORAGE`:
3
-
- `storage.expirationDays` to specify the validity period of the rollout cache.
4
-
- `storage.clearOnInit` to clear the rollout cache on SDK initialization.
2
+
- Added two new configuration options for the SDK's `LOCALSTORAGE` storage type to control the behavior of the persisted rollout plan cache in the browser:
3
+
- `storage.expirationDays` to specify the validity period of the rollout plan cache in days.
4
+
- `storage.clearOnInit` to clear the rollout plan cache on SDK initialization.
5
+
- Updated @splitsoftware/splitio-commons package to version 2.1.0.
5
6
6
7
11.0.3 (December 4, 2024)
7
8
- Bugfixing - Updated @splitsoftware/splitio-commons package to version 2.0.2 that sanitizes the `SplitSDKMachineName` header value to avoid exceptions on HTTP/S requests when it contains non ISO-8859-1 characters (Related to issue https://github.com/splitio/javascript-client/issues/847).
0 commit comments