Skip to content

Commit 0cd5f98

Browse files
Merge branch 'main' into consumer_mode_timeout
2 parents 60d4c65 + c53f9bd commit 0cd5f98

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.9.6 (June 30, 2023)
1+
0.9.6 (June 29, 2023)
22
- Updated some transitive dependencies for vulnerability fixes.
33
- Updated @splitsoftware/splitio-commons package to version 1.8.3 that includes:
44
- Updated SDK_READY_TIMED_OUT event to be emitted immediately when a connection error occurs using pluggable storage (i.e., when the wrapper `connect` promise is rejected) in consumer and partial consumer modes.

src/__tests__/consumer/browser_consumer_partial.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ tape('Browser Consumer Partial mode with pluggable storage', function (t) {
341341
});
342342
});
343343

344-
345344
t.test('Wrapper connection error timeouts the SDK immediately', (assert) => {
346345
// Mock a wrapper connection error
347346
sinon.stub(wrapperInstance, 'connect').callsFake(() => { Promise.reject(); });

0 commit comments

Comments
 (0)