Skip to content

Commit b70d121

Browse files
Polishing
1 parent ed482ae commit b70d121

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
2.5.0 (August XX, 2025)
22
- Added `factory.getCache()` method for standalone server-side SDKs, which returns the rollout plan snapshot from the storage.
33
- Added `preloadedData` configuration option for standalone client-side SDKs, which allows preloading the SDK storage with a snapshot of the rollout plan.
4-
- Updated internal storage factory to emit the SDK_READY_FROM_CACHE event when it corresponds, to clean up the initialization flow.
54

65
2.4.1 (June 3, 2025)
76
- Bugfix - Improved the Proxy fallback to flag spec version 1.2 to handle cases where the Proxy does not return an end-of-stream marker in 400 status code responses.

src/storages/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ export interface IStorageFactoryParams {
505505
*/
506506
onReadyCb: (error?: any) => void,
507507
/**
508-
* It is meant for emitting SDK_READY_FROM_CACHE event in standalone mode with preloaded data
508+
* For emitting SDK_READY_FROM_CACHE event in consumer mode with Redis and standalone mode with preloaded data
509509
*/
510510
onReadyFromCacheCb: () => void,
511511
}

0 commit comments

Comments
 (0)