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-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
-
2.6.0 (October XX, 2025)
1
+
2.6.0 (October 31, 2025)
2
2
- Added `useTreatment`, `useTreatments`, `useTreatmentWithConfig` and `useTreatmentsWithConfig` hooks to replace the now deprecated `useSplitTreatments` hook.
3
-
- Updated @splitsoftware/splitio package to version 11.7.1 that includes minor updates:
3
+
- Updated @splitsoftware/splitio package to version 11.8.0 that includes minor updates:
4
+
- 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.
4
5
- Added support for custom loggers: added `logger` configuration option and `factory.Logger.setLogger` method to allow the SDK to use a custom logger.
6
+
- Updated the SDK_READY_FROM_CACHE event to be emitted alongside the SDK_READY event if it hasn’t already been emitted.
5
7
6
8
2.5.0 (September 18, 2025)
7
9
- Updated @splitsoftware/splitio package to version 11.6.0 that includes minor updates:
// EventEmitter exposed to trigger events manually
126
127
__emitter__,
127
-
// Clients expose a `__getStatus` method, that is not considered part of the public API, to get client readiness status (isReady, isReadyFromCache, isOperational, hasTimedout, isDestroyed)
128
-
__getStatus,
129
128
// Restore the mock client to its initial NO-READY status.
130
129
// Useful when you want to reuse the same mock between tests after emitting events or destroying the instance.
0 commit comments