Skip to content

Commit ab6c2bb

Browse files
prepare rc
1 parent dd4cd61 commit ab6c2bb

5 files changed

Lines changed: 228 additions & 173 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/master' || github.ref == 'refs/heads/release_v1.8.4')
8181
uses: actions/upload-artifact@v3
8282
with:
8383
name: assets
@@ -88,7 +88,7 @@ jobs:
8888
name: Upload assets
8989
runs-on: ubuntu-latest
9090
needs: build
91-
if: github.event_name == 'push' && github.ref == 'refs/heads/development'
91+
if: github.event_name == 'push' && github.ref == 'refs/heads/release_v1.8.4'
9292
strategy:
9393
matrix:
9494
environment:

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.8.4 (July 18, 2023)
2+
- Updated some transitive dependencies for vulnerability fixes.
3+
- Updated @splitsoftware/splitio package to version 10.22.7 that includes:
4+
- Updated streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system.
5+
16
1.8.3 (May 16, 2023)
27
- Updated @splitsoftware/splitio package to version 10.22.5 that includes:
38
- Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and IntelliSense comments.

0 commit comments

Comments
 (0)