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 57
57
run : BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
58
58
59
59
- 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') }}
61
61
uses : actions/upload-artifact@v4
62
62
with :
63
63
name : assets
68
68
name : Upload assets
69
69
runs-on : ubuntu-latest
70
70
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 ' }}
72
72
strategy :
73
73
matrix :
74
74
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:
3
4
- Avoid lazy require of the `ioredis` dependency when the SDK is initialized, and
4
5
- Flag the SDK as ready from cache immediately to allow queueing feature flag evaluations before SDK_READY event is emitted.
5
6
You can’t perform that action at this time.
0 commit comments