Skip to main content

Latest releases

Each entry below mirrors the release notes on GitHub, where every SDK release is published automatically as part of the Mesh release workflow. The GitHub releases page for each SDK is the canonical source of truth.
Web
September 9, 2026
Why update: Fixes Bitcoin wallet connections through Link so they now work end-to-end. Drop-in upgrade — no code changes needed.
  • Bitcoin wallet support — connecting a Bitcoin wallet through Link now works end-to-end. Builds on the Bitcoin wallet discovery added in 3.12.0.
Full release notes on GitHub →
React Native
August 11, 2026
Why update: Fixes an Android issue where the Link WebView could go blank during external OAuth or deposit hand-offs. Drop-in upgrade — no breaking changes.
  • Android: the Link WebView now recovers instead of going blank when its render process is terminated while the app is backgrounded during an external OAuth or deposit hand-off. It reloads automatically when the app returns to the foreground.
Full release notes on GitHub →
Flutter
August 28, 2026
Why update: Removes the Revolut sandbox origin added in 1.1.11; Revolut Connect now opens against production. Drop-in upgrade — no breaking changes.
  • Dropped the Revolut sandbox origin introduced in 1.1.11 — Revolut Connect continues to open against production.
Full release notes on GitHub →
Android
September 21, 2026
Why update: Improves reliability of automated wallet opening and wallet connect across the catalog. Drop-in upgrade — no breaking changes.
  • Automated wallet opening is more reliable, so wallet connect works consistently across the catalog.
Full release notes on GitHub →
iOS
September 16, 2026
Why update: Improves wallet deep link handling and adds a return deep link guide. Drop-in upgrade — no breaking changes.
  • Refined wallet deep link gating, OKX allowlisting, and auto-open behavior for smoother wallet redirects.
  • New documentation guide covering return deep links for both native and Universal Link setups.
Full release notes on GitHub →

Versioning policy

Mesh SDKs follow semantic versioning (MAJOR.MINOR.PATCH):

Releases by platform

GitHub is the canonical source for versions and release notes. Each SDK also publishes to its package registry:

Get notified automatically

Set this up once during your integration build so new releases reach you without checking the docs.

Watch releases on GitHub

On the GitHub repo for your SDK, click Watch → Custom → Releases. GitHub emails you whenever Mesh publishes a new release — every release includes notes describing what changed and why it matters.

Enable Dependabot

If your repo is on GitHub, Dependabot version updates automatically open a PR in your repo whenever a new SDK version is published. The configs below are scoped to Mesh packages only via the allow list, so you won’t get PRs for unrelated dependencies. Add a .github/dependabot.yml to your repo:
Already running Dependabot? Just add the Mesh dependency-name entry to the allow list of your existing config — or remove the allow block entirely if you want Dependabot to keep all your dependencies current.

AI coding reference — a compact summary of this page’s APIs, parameters, and patterns for use by AI coding assistants (following the llms.txt standard). Human readers can safely ignore this.llms.txt — SDK release notes & versioningMesh SDK versions and release notes. GitHub releases are the canonical source of truth; this page mirrors them.Latest versions (as of September 2026): Web @meshconnect/web-link-sdk 3.13.0, React Native @meshconnect/react-native-link-sdk 2.4.8, Flutter mesh_sdk_flutter 1.1.12, Android com.meshconnect:link 3.4.6, iOS 3.3.3.Versioning: Semantic versioning. Major = breaking (review migration notes), minor = new features (safe), patch = fixes (safe, recommended).Release notes: GitHub releases per repo — FrontFin/mesh-web-sdk, FrontFin/mesh-ios-sdk, FrontFin/mesh-android-sdk, FrontFin/mesh-react-native-sdk, FrontFin/mesh-flutter-sdk.Stay updated: GitHub Watch → Custom → Releases for email notifications. Dependabot (.github/dependabot.yml, ecosystems: npm, gradle, pub, swift) auto-opens PRs on new versions; scope to Mesh with allow: [dependency-name: "@meshconnect/*"] (npm), "com.meshconnect:*" (gradle), "mesh_sdk_flutter" (pub), "github.com/frontfin/mesh-ios-sdk" (swift).