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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
11.9.0 (November 26, 2025)
2
+
- Updated @splitsoftware/splitio-commons package to version 2.9.0, which:
3
+
- 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.
4
+
- updates the order of storage operations to prevent inconsistent states when using the `LOCALSTORAGE` storage type and the browser’s `localStorage` fails due to quota limits.
5
+
1
6
11.8.0 (October 30, 2025)
2
7
- Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs.
3
8
- Added `client.getStatus()` method to retrieve the client readiness status properties (`isReady`, `isReadyFromCache`, etc).
}),'control','In the event of a Redis error like a disconnection, getTreatments should not hang but resolve to "control".');
588
-
assert.equal(awaitclient.getTreatment('UT_Segment_member','always-on'),'control','In the event of a Redis error like a disconnection, getTreatments should not hang but resolve to "control".');
595
+
assert.equal(awaitclient.getTreatment('UT_Segment_member','always-on'),'control_always_on','In the event of a Redis error like a disconnection, getTreatments should not hang but resolve to fallback treatment or "control".');
589
596
590
597
assert.false(awaitclient.track('nicolas@split.io','user','test.redis.event',18),'In the event of a Redis error like a disconnection, track should resolve to false.');
0 commit comments