Skip to content

Commit 9b339ff

Browse files
changelog and version
1 parent 975e456 commit 9b339ff

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGES.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
2.11.0 (January XX, 2026)
2-
- Added metadata to SDK_UPDATE events to indicate the type of update (FLAGS_UPDATE or SEGMENTS_UPDATE) and the names of updated flags or segments.
3-
- Added metadata to SDK_READY and SDK_READY_FROM_CACHE events, including `initialCacheLoad` (boolean: `true` for fresh install/first app launch, `false` for warm cache/second app launch) and `lastUpdateTimestamp` (milliseconds since epoch).
1+
2.11.0 (January 28, 2026)
2+
- Added functionality to provide metadata alongside SDK update and READY events. Read more in our docs.
43

54
2.10.1 (December 18, 2025)
65
- Bugfix - Handle `null` prerequisites properly.

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.10.2-rc.6",
3+
"version": "2.11.0",
44
"description": "Split JavaScript SDK common components",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)