Skip to content

Bump @featbit/react-client-sdk to 4.2.15 (propagate js-client-sdk WebSocket fixes to RN)#8

Closed
alexheidl wants to merge 1 commit into
featbit:mainfrom
Fluent-Health:chore/bump-react-client-sdk-4.2.15
Closed

Bump @featbit/react-client-sdk to 4.2.15 (propagate js-client-sdk WebSocket fixes to RN)#8
alexheidl wants to merge 1 commit into
featbit:mainfrom
Fluent-Health:chore/bump-react-client-sdk-4.2.15

Conversation

@alexheidl

Copy link
Copy Markdown
Contributor

Closes #5.

@featbit/react-client-sdk@4.2.15 now depends on @featbit/js-client-sdk@4.2.15, which carries the WebSocket fixes from featbit/featbit-js-client-sdk#22 (half-open socket detection) and featbit/featbit-js-client-sdk#23 (reconnect backoff reset).

Those fixes don't reach React Native users until this exact pin is bumped: react-native-sdkreact-client-sdk@4.2.9js-client-sdk@4.2.9 were all exact pins, so a fresh install still resolved the old, unfixed js-client-sdk. This is a one-line dependency bump; no code changes.

Pulls in the js-client-sdk 4.2.15 fixes for the WebSocket half-open
detection and reconnect backoff reset (featbit/featbit-js-client-sdk#22,
featbit/featbit-js-client-sdk#23), which are otherwise unreachable from
React Native because the dependency chain pinned exact 4.2.9 versions.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@cosmos-explorer

Copy link
Copy Markdown
Contributor

Hi @alexheidl, the change is already in main, this PR is not needed.

@cosmic-flood cosmic-flood requested review from cosmos-explorer and removed request for cosmos-explorer June 15, 2026 17:12
@cosmos-explorer

Copy link
Copy Markdown
Contributor

I'm closing the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump @featbit/react-client-sdk so the js-client-sdk 4.2.15 fixes reach RN users

2 participants