Skip to content

Commit 84b6460

Browse files
Merge pull request #245 from splitio/development
Release v2.4.0
2 parents 363abbd + 38858b5 commit 84b6460

6 files changed

Lines changed: 287 additions & 109 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '**'
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
- development
1111

1212
concurrency:
@@ -49,7 +49,7 @@ jobs:
4949
run: echo "VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
5050

5151
- name: SonarQube Scan (Push)
52-
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
52+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development')
5353
uses: SonarSource/sonarcloud-github-action@v1.9
5454
env:
5555
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
@@ -77,7 +77,7 @@ jobs:
7777
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
7878
7979
- name: Store assets
80-
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
80+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development')
8181
uses: actions/upload-artifact@v4
8282
with:
8383
name: assets
@@ -127,7 +127,7 @@ jobs:
127127
name: Upload assets
128128
runs-on: ubuntu-latest
129129
needs: build
130-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
130+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
131131
strategy:
132132
matrix:
133133
environment:

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.4.0 (September 10, 2025)
2+
- Updated @splitsoftware/splitio package to version 11.5.0 that includes minor updates:
3+
- Added `initialRolloutPlan` configuration option, which allows preloading the SDK storage with a snapshot of the rollout plan and support server-side rendering (SSR) with the SDK ready from cache in the initial render.
4+
- Updated some transitive dependencies for vulnerability fixes.
5+
16
2.3.1 (June 3, 2025)
27
- 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.
38

0 commit comments

Comments
 (0)