From 6f2e3baa13f6b4a1dfb1976ac77dae32cb7b3838 Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Thu, 18 Dec 2025 16:24:28 -0300 Subject: [PATCH 1/5] Update js-commons 2.10.1 --- CHANGES.txt | 4 ++++ package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 48455d7ca..fa2689157 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +11.9.1 (December 18, 2025) + - Updated @splitsoftware/splitio-commons package to version 2.10.1, which: + - Bugfix - Handle `null` prerequisites properly + 11.9.0 (November 26, 2025) - Updated @splitsoftware/splitio-commons package to version 2.9.0, which: - updates the SDK’s initial synchronization in Node.js (server-side) to use the `startup.requestTimeoutBeforeReady` and `startup.retriesOnFailureBeforeReady` options to control the timeout and retry behavior of segment requests. diff --git a/package-lock.json b/package-lock.json index 552a8ed8d..d317c0453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@splitsoftware/splitio", - "version": "11.9.0", + "version": "11.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@splitsoftware/splitio", - "version": "11.9.0", + "version": "11.9.1", "license": "Apache-2.0", "dependencies": { - "@splitsoftware/splitio-commons": "2.9.0", + "@splitsoftware/splitio-commons": "2.10.1", "bloom-filters": "^3.0.4", "ioredis": "^4.28.0", "js-yaml": "^3.13.1", @@ -352,9 +352,9 @@ "dev": true }, "node_modules/@splitsoftware/splitio-commons": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-2.9.0.tgz", - "integrity": "sha512-dfGqtiuYcWeR235NM43z3BOULTFi+hdkB1FbOHePrufWJTYBOfuBeIgPnsW3wyg+kXyGkNN49JyywZHrJtVpDA==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-2.10.1.tgz", + "integrity": "sha512-yYmWC1stuH2DvxEXP9xZFOOvw3SkRDjE5UwZ68y011Oev9ILXSN7E2Yd6w8ag85cwbF5GjtaDgT7bOURhyvKww==", "license": "Apache-2.0", "dependencies": { "@types/ioredis": "^4.28.0", @@ -7744,9 +7744,9 @@ "dev": true }, "@splitsoftware/splitio-commons": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-2.9.0.tgz", - "integrity": "sha512-dfGqtiuYcWeR235NM43z3BOULTFi+hdkB1FbOHePrufWJTYBOfuBeIgPnsW3wyg+kXyGkNN49JyywZHrJtVpDA==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-2.10.1.tgz", + "integrity": "sha512-yYmWC1stuH2DvxEXP9xZFOOvw3SkRDjE5UwZ68y011Oev9ILXSN7E2Yd6w8ag85cwbF5GjtaDgT7bOURhyvKww==", "requires": { "@types/ioredis": "^4.28.0", "tslib": "^2.3.1" diff --git a/package.json b/package.json index 67480b7c3..e5dec9956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio", - "version": "11.9.0", + "version": "11.9.1", "description": "Split SDK", "files": [ "README.md", @@ -38,7 +38,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@splitsoftware/splitio-commons": "2.9.0", + "@splitsoftware/splitio-commons": "2.10.1", "bloom-filters": "^3.0.4", "ioredis": "^4.28.0", "js-yaml": "^3.13.1", From 04f06618d68fd29c0866254a88f210f33bceb33e Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Thu, 18 Dec 2025 16:25:58 -0300 Subject: [PATCH 2/5] Update version --- src/settings/defaults/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/defaults/version.js b/src/settings/defaults/version.js index 8d52cef10..cbc6b4aa3 100644 --- a/src/settings/defaults/version.js +++ b/src/settings/defaults/version.js @@ -1 +1 @@ -export const packageVersion = '11.9.0'; +export const packageVersion = '11.9.1'; From 119a3fcdc376bd788a31ab8c3b7b8ac0bb5e49b8 Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Thu, 18 Dec 2025 16:29:51 -0300 Subject: [PATCH 3/5] Fix changes typo --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index fa2689157..d1a6fad72 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,9 @@ 11.9.1 (December 18, 2025) - - Updated @splitsoftware/splitio-commons package to version 2.10.1, which: + - Updated @splitsoftware/splitio-commons package to version 2.10.1, which includes: - Bugfix - Handle `null` prerequisites properly 11.9.0 (November 26, 2025) - - Updated @splitsoftware/splitio-commons package to version 2.9.0, which: + - Updated @splitsoftware/splitio-commons package to version 2.9.0, which includes: - updates the SDK’s initial synchronization in Node.js (server-side) to use the `startup.requestTimeoutBeforeReady` and `startup.retriesOnFailureBeforeReady` options to control the timeout and retry behavior of segment requests. - updates the order of storage operations to prevent inconsistent states when using the `LOCALSTORAGE` storage type and the browser’s `localStorage` fails due to quota limits. From 5e2bbce2af77669abe271ea6a2e63303af9ca75c Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Thu, 18 Dec 2025 16:32:35 -0300 Subject: [PATCH 4/5] update changes --- CHANGES.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index d1a6fad72..93c248d87 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,8 @@ 11.9.1 (December 18, 2025) - - Updated @splitsoftware/splitio-commons package to version 2.10.1, which includes: - - Bugfix - Handle `null` prerequisites properly +- Bugfix - Updated @splitsoftware/splitio-commons package to version 2.10.1 to handle `null` prerequisites properly 11.9.0 (November 26, 2025) - - Updated @splitsoftware/splitio-commons package to version 2.9.0, which includes: + - Updated @splitsoftware/splitio-commons package to version 2.9.0, which: - updates the SDK’s initial synchronization in Node.js (server-side) to use the `startup.requestTimeoutBeforeReady` and `startup.retriesOnFailureBeforeReady` options to control the timeout and retry behavior of segment requests. - updates the order of storage operations to prevent inconsistent states when using the `LOCALSTORAGE` storage type and the browser’s `localStorage` fails due to quota limits. From 4aa66d33c851809150dda6b8ad1f6a2cccf65575 Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Thu, 18 Dec 2025 16:33:59 -0300 Subject: [PATCH 5/5] space --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 93c248d87..aefd5a768 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ 11.9.1 (December 18, 2025) -- Bugfix - Updated @splitsoftware/splitio-commons package to version 2.10.1 to handle `null` prerequisites properly + - Bugfix - Updated @splitsoftware/splitio-commons package to version 2.10.1 to handle `null` prerequisites properly 11.9.0 (November 26, 2025) - Updated @splitsoftware/splitio-commons package to version 2.9.0, which: