Skip to content

Commit 501174d

Browse files
Update changelog entry date
1 parent 16eb793 commit 501174d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.8.0 (October 28, 2025)
1+
2.8.0 (October 29, 2025)
22
- 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.
33
- Added `client.getStatus()` method to retrieve the client readiness status properties (`isReady`, `isReadyFromCache`, etc).
44
- Added `client.whenReady()` and `client.whenReadyFromCache()` methods to replace the deprecated `client.ready()` method, which has an issue causing the returned promise to hang when using async/await syntax if it was rejected.

types/splitio.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ declare namespace SplitIO {
717717
isReadyFromCache: boolean;
718718

719719
/**
720-
* `isTimedout` indicates if the client has triggered an `SDK_READY_TIMED_OUT` event and is not ready to evaluate.
720+
* `isTimedout` indicates if the client has triggered an `SDK_READY_TIMED_OUT` event and is not ready.
721721
* In other words, `isTimedout` is equivalent to `hasTimedout && !isReady`.
722722
*/
723723
isTimedout: boolean;

0 commit comments

Comments
 (0)