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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
2.5.0 (September 10, 2025)
2
+
- Added `factory.getRolloutPlan()` method for standalone server-side SDKs, which returns the rollout plan snapshot from the storage.
3
+
- Added `initialRolloutPlan` configuration option for standalone client-side SDKs, which allows preloading the SDK storage with a snapshot of the rollout plan.
4
+
1
5
2.4.1 (June 3, 2025)
2
6
- 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.
* Returns the current snapshot of the SDK rollout plan in cache.
1596
1596
*
1597
-
* @param keys - Optional list of keys to generate the rollout plan snapshot with the memberships of the given keys, rather than the complete segments data.
1597
+
* Wait for the SDK client to be ready before calling this method.
1598
+
*
1599
+
* ```js
1600
+
* await factory.client().ready();
1601
+
* const rolloutPlan = factory.getRolloutPlan();
1602
+
* ```
1603
+
*
1604
+
* @param options - An object of type RolloutPlanOptions for advanced options.
1598
1605
* @returns The current snapshot of the SDK rollout plan.
0 commit comments