Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v10.28.0 #822

Merged
merged 26 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9d4153a
Type definitions
EmilianoSanchez Aug 16, 2024
268d529
refactors
EmilianoSanchez Aug 16, 2024
05d14ec
Update Type Definitions test
EmilianoSanchez Aug 16, 2024
2469343
Add comments for usage details
EmilianoSanchez Aug 20, 2024
87e8771
rc
EmilianoSanchez Aug 23, 2024
e64eca1
rc with custom headers in SSE requests
EmilianoSanchez Aug 23, 2024
e4b088f
rollback ci-cd
EmilianoSanchez Aug 23, 2024
401336b
rc with polishing
EmilianoSanchez Aug 23, 2024
2b404f2
rollback ci-cd
EmilianoSanchez Aug 23, 2024
79eb87d
Bump webpack from 5.76.0 to 5.94.0
dependabot[bot] Aug 30, 2024
831705a
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
dependabot[bot] Sep 3, 2024
f4779a8
Vulnerability fixes and rc
EmilianoSanchez Sep 5, 2024
4fcd1c7
Merge pull request #819 from splitio/dependabot/npm_and_yarn/webpack-…
EmilianoSanchez Sep 5, 2024
5122ae9
Bump elliptic from 6.5.4 to 6.5.7
dependabot[bot] Sep 5, 2024
3954e36
Merge branch 'development' into dependabot/github_actions/dot-github/…
EmilianoSanchez Sep 5, 2024
ff760ac
Merge pull request #820 from splitio/dependabot/github_actions/dot-gi…
EmilianoSanchez Sep 5, 2024
bd74f18
Merge branch 'development' into dependabot/npm_and_yarn/elliptic-6.5.7
EmilianoSanchez Sep 5, 2024
11c7cb8
rc
EmilianoSanchez Sep 5, 2024
15fd63e
Merge pull request #821 from splitio/dependabot/npm_and_yarn/elliptic…
EmilianoSanchez Sep 5, 2024
c468f0f
Merge branch 'development' into enhanced_sdk_headers
EmilianoSanchez Sep 5, 2024
fb517b4
rc
EmilianoSanchez Sep 5, 2024
eb448bf
revert ci-cd update
EmilianoSanchez Sep 5, 2024
5db1cb3
rc
EmilianoSanchez Sep 6, 2024
78520d6
stable version
EmilianoSanchez Sep 6, 2024
38c45ee
rollback ci-cd
EmilianoSanchez Sep 6, 2024
051d5c5
Merge pull request #817 from splitio/enhanced_sdk_headers
EmilianoSanchez Sep 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
10.28.0 (September 6, 2024)
- Updated @splitsoftware/splitio-commons package to version 1.17.0 that includes minor updates:
- Added `sync.requestOptions.getHeaderOverrides` configuration option to enhance SDK HTTP request Headers for Authorization Frameworks.
- Updated some transitive dependencies for vulnerability fixes.

10.27.0 (June 25, 2024)
- 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).
- Updated some transitive dependencies for vulnerability fixes.
Expand Down
Loading
Loading