@splitsoftware/splitio 11.8.1-rc.0 → 11.8.1-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGES.txt CHANGED
@@ -1,8 +1,3 @@
1
- 11.9.0 (November 26, 2025)
2
- - Updated @splitsoftware/splitio-commons package to version 2.9.0, which:
3
- - 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.
4
- - 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.
5
-
6
1
  11.8.0 (October 30, 2025)
7
2
  - Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs.
8
3
  - Added `client.getStatus()` method to retrieve the client readiness status properties (`isReady`, `isReadyFromCache`, etc).
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageVersion = void 0;
4
- exports.packageVersion = '11.8.1-rc.0';
4
+ exports.packageVersion = '11.8.1-rc.1';
@@ -1 +1 @@
1
- export var packageVersion = '11.8.1-rc.0';
1
+ export var packageVersion = '11.8.1-rc.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio",
3
- "version": "11.8.1-rc.0",
3
+ "version": "11.8.1-rc.1",
4
4
  "description": "Split SDK",
5
5
  "files": [
6
6
  "README.md",
@@ -38,7 +38,7 @@
38
38
  "node": ">=14.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@splitsoftware/splitio-commons": "2.8.1-rc.0",
41
+ "@splitsoftware/splitio-commons": "2.8.1-rc.1",
42
42
  "bloom-filters": "^3.0.4",
43
43
  "ioredis": "^4.28.0",
44
44
  "js-yaml": "^3.13.1",
@@ -107,7 +107,7 @@
107
107
  "test-node-e2e-destroy": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/destroy/node.spec.js | tap-min",
108
108
  "test-node-e2e-errorCatching": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/errorCatching/node.spec.js | tap-min",
109
109
  "test-node-e2e-push": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/push/node.spec.js | tap-min",
110
- "test-node-e2e-redis": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/consumer/node_redis.spec.js | tap-min",
110
+ "test-node-e2e-redis": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/consumer/node_redis.spec.js",
111
111
  "test-ts-decls": "tsc --build ts-tests",
112
112
  "test": "npm run test-node && npm run test-browser",
113
113
  "all": "npm run check && npm run build && npm run test-ts-decls && npm run test",
@@ -1 +1 @@
1
- export const packageVersion = '11.8.1-rc.0';
1
+ export const packageVersion = '11.8.1-rc.1';