Skip to content

Commit f4779a8

Browse files
Vulnerability fixes and rc
1 parent 2b404f2 commit f4779a8

File tree

5 files changed

+328
-369
lines changed

5 files changed

+328
-369
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
5959

6060
- name: Store assets
61-
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master') }}
61+
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/enhanced_sdk_headers' || github.ref == 'refs/heads/master') }}
6262
uses: actions/upload-artifact@v3
6363
with:
6464
name: assets
@@ -69,7 +69,7 @@ jobs:
6969
name: Upload assets
7070
runs-on: ubuntu-20.04
7171
needs: build
72-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
72+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/enhanced_sdk_headers' }}
7373
strategy:
7474
matrix:
7575
environment:

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
10.28.0 (August XXX, 2024)
1+
10.28.0 (September XXX, 2024)
22
- Updated @splitsoftware/splitio-commons package to version 1.17.0 that includes minor updates:
33
- Added `sync.requestOptions.getHeaderOverrides` configuration option to enhance SDK HTTP request Headers for Authorization Frameworks.
4+
- Updated some transitive dependencies for vulnerability fixes.
45

56
10.27.0 (June 25, 2024)
67
- Added `sync.requestOptions.agent` option to SDK configuration for NodeJS. This allows passing a custom NodeJS HTTP(S) Agent with specific configurations for the SDK requests, like custom TLS settings or a network proxy (See https://help.split.io/hc/en-us/articles/360020564931-Node-js-SDK#proxy).

0 commit comments

Comments
 (0)