Skip to content

Commit 4da948d

Browse files
Merge pull request #890 from splitio/development
Release v11.5.0
2 parents 0cbe3a9 + fb5ef49 commit 4da948d

File tree

13 files changed

+731
-211
lines changed

13 files changed

+731
-211
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci-cd
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
- development
77
push:
88
branches:
@@ -57,7 +57,7 @@ jobs:
5757
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
5858

5959
- name: Store assets
60-
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master') }}
60+
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/main') }}
6161
uses: actions/upload-artifact@v4
6262
with:
6363
name: assets
@@ -107,7 +107,7 @@ jobs:
107107
name: Upload assets
108108
runs-on: ubuntu-latest
109109
needs: build
110-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
110+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
111111
strategy:
112112
matrix:
113113
environment:

.github/workflows/sonar-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: sonar-scan
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
- development
77
push:
88
branches:
9-
- master
9+
- main
1010
- development
1111

1212
jobs:

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
11.5.0 (September 10, 2025)
2+
- Added `factory.getRolloutPlan()` method for standalone server-side SDK (Node.js), which returns the rollout plan snapshot from the storage.
3+
- Added `initialRolloutPlan` configuration option for standalone client-side SDK (Browser), which allows preloading the SDK storage with a snapshot of the rollout plan.
4+
- Updated @splitsoftware/splitio-commons package to version 2.5.0.
5+
16
11.4.1 (June 3, 2025)
27
- Updated @splitsoftware/splitio-commons package to version 2.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)