Skip to content

Commit 7fad01b

Browse files
Merge pull request #809 from splitio/release_v10.26.1
Prepare release v10.26.1
2 parents 16210ef + 88cdd17 commit 7fad01b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
10.26.1 (June 14, 2024)
22
- Updated the internal imports of 'os' and 'ioredis' modules for NodeJS, to use EcmaScript 'import' rather than CommonJS 'require' for the ES modules build. This avoids runtime errors on some scenarios when bundling the SDK into a .mjs file or importing it from a .mjs file.
3+
- Updated eventsource dependency for NodeJS. The eventsource v1.1.2 dependency was removed, and the SDK now uses an embedded adaptation that can accept an HTTP(S) agent option, like other HTTP(S) requests.
34
- Updated @splitsoftware/splitio-commons package to version 1.16.0 that includes some vulnerability and bug fixes.
45
- Bugfixing - Restored some input validation error logs that were removed in version 10.24.0. The logs inform the user when the `getTreatment(s)` methods are called with an invalid value as feature flag name or flag set name.
56
- Bugfixing - Fixed localhost mode to emit SDK_UPDATE when mocked feature flags are updated in the `features` object map of the config object (Related to issue https://github.com/splitio/javascript-browser-client/issues/119).

src/__tests__/offline/browser.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ tape('Browser offline mode', function (assert) {
8787
sharedUpdateCount++;
8888
});
8989

90-
// Multiple factories must handle their own `features` mock, even if instantiated with the same config.
9190
const configs = [
9291
{ ...config, features: { ...config.features }, storage: { type: 'INVALID TYPE' } },
9392
{ ...config, storage: { type: 'LOCALSTORAGE' } },

0 commit comments

Comments
 (0)