@splitsoftware/splitio 11.2.0 → 11.2.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,3 +1,6 @@
|
|
|
1
|
+
11.2.1 (May 7, 2025)
|
|
2
|
+
- Updated @splitsoftware/splitio-commons package to version 2.2.1, which optimizes Redis storage to avoid lazy require of the `ioredis` dependency when the SDK is initialized.
|
|
3
|
+
|
|
1
4
|
11.2.0 (March 28, 2025)
|
|
2
5
|
- Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs.
|
|
3
6
|
- Added two new configuration options for the SDK's `LOCALSTORAGE` storage type to control the behavior of the persisted rollout plan cache in the browser:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '11.2.
|
|
1
|
+
export var packageVersion = '11.2.1-rc.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splitsoftware/splitio",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.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.2.
|
|
41
|
+
"@splitsoftware/splitio-commons": "2.2.1-rc.2",
|
|
42
42
|
"bloom-filters": "^3.0.4",
|
|
43
43
|
"ioredis": "^4.28.0",
|
|
44
44
|
"js-yaml": "^3.13.1",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '11.2.
|
|
1
|
+
export const packageVersion = '11.2.1-rc.1';
|