Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 628c62a

Browse files
stable version
1 parent 8845f70 commit 628c62a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/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
@@ -68,7 +68,7 @@ jobs:
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:

CHANGES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

0 commit comments

Comments
 (0)