Skip to content

2.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 22:03
· 1 commit to main since this release
893818b

What's Changed

Added

  • Added WebViewLoadFailed event type to LinkEventType — emitted via onEvent when the WebView encounters a network error or HTTP 5xx response, giving SDK consumers visibility into load failures.

Fixed

  • Re-enabled WebView caching (LOAD_DEFAULT) so cached JS chunks serve as fallback when a network request drops, preventing lazy-load failures on the post-OAuth screen on flaky networks.
  • Added silent one-time auto-reload on WebView network errors and HTTP 5xx responses, recovering most transient failures without user interaction.
  • Added onContentProcessDidTerminate (iOS) and onRenderProcessGone (Android) handlers to auto-reload a blank WebView after process termination, gated to avoid interrupting an active OAuth flow.

Full Changelog: 2.3.2...2.4.0