Skip to content

Commit d04e9c5

Browse files
Merge pull request #140 from splitio/development
Release v2.2.1
2 parents 0d05585 + f82509c commit d04e9c5

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.2.1 (June 3, 2025)
2+
- Updated @splitsoftware/splitio package to version 11.4.1, which improves the Proxy fallback to flag spec version 1.2 by handling the case when the Proxy does not return an end-of-stream marker in 400 status code responses.
3+
14
2.2.0 (May 28, 2025)
25
- Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.
36
- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-redux",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A library to easily use Split JS SDK with Redux and React Redux",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -59,7 +59,7 @@
5959
},
6060
"homepage": "https://github.com/splitio/redux-client#readme",
6161
"dependencies": {
62-
"@splitsoftware/splitio": "11.4.0",
62+
"@splitsoftware/splitio": "11.4.1",
6363
"tslib": "^2.3.1"
6464
},
6565
"devDependencies": {

0 commit comments

Comments
 (0)