Skip to content

Commit 705057d

Browse files
rc
1 parent 6f1ff41 commit 705057d

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.5.0 (August XX, 2025)
1+
2.5.0 (September 9, 2025)
22
- Added `factory.getRolloutPlan()` method for standalone server-side SDKs, which returns the rollout plan snapshot from the storage.
33
- Added `initialRolloutPlan` configuration option for standalone client-side SDKs, which allows preloading the SDK storage with a snapshot of the rollout plan.
44

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-commons",
3-
"version": "2.5.0-rc.0",
3+
"version": "2.5.0-rc.1",
44
"description": "Split JavaScript SDK common components",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

src/storages/getRolloutPlan.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { IMembershipsResponse, IMySegmentsResponse } from '../dtos/types';
88

99
/**
1010
* Gets the rollout plan snapshot from the given synchronous storage.
11-
* If `keys` are provided, the memberships for those keys is returned, to protect segments data.
12-
* Otherwise, the segments data is returned.
1311
*/
1412
export function getRolloutPlan(log: ILogger, storage: IStorageSync, options: SplitIO.RolloutPlanOptions = {}): RolloutPlan {
1513

0 commit comments

Comments
 (0)