File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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/rb_segments_baseline ' || github.ref == 'refs/heads/master') }}
60+ if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development ' || github.ref == 'refs/heads/master') }}
6161 uses : actions/upload-artifact@v4
6262 with :
6363 name : assets
6868 name : Upload assets
6969 runs-on : ubuntu-latest
7070 needs : build
71- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/rb_segments_baseline ' }}
71+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/development ' }}
7272 strategy :
7373 matrix :
7474 environment :
Original file line number Diff line number Diff line change 1- 11.2.1 (May XX, 2025)
2- - Updated @splitsoftware/splitio-commons package to version 2.2.1, which optimizes the Redis storage to:
1+ 11.3.0 (May 12, 2025)
2+ - Added support for targeting rules based on rule-based segments.
3+ - Updated @splitsoftware/splitio-commons package to version 2.3.0, which optimizes the Redis storage to:
34 - Avoid lazy require of the `ioredis` dependency when the SDK is initialized, and
45 - Flag the SDK as ready from cache immediately to allow queueing feature flag evaluations before SDK_READY event is emitted.
56
You can’t perform that action at this time.
0 commit comments