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.Why update: Restricts the Comlink wallet bridge to the Mesh iframe, closing a cross-window message-validation issue. Drop-in upgrade — no breaking changes.
- link: bumped
@meshconnect/uwc-bridge-parentto1.4.2— inbound bridge RPC is now restricted to the Mesh iframe (origin allowlist plusevent.sourceguard), so other windows on the host page can no longer reach the bridge or trigger wallet prompts.
Why update: Adds a
'system' option for settings.language so the SDK can follow the device language. Drop-in upgrade — no breaking changes.- settings.language: now accepts
'system'to automatically follow the device’s language setting.
Why update: Improves event reporting and Link UI integration for Flutter. Drop-in upgrade — no breaking changes.
- Existing SDK events now include additional optional fields from the Link event contract.
- The SDK sends
platform=flutterto the Link UI. - Events with sparse payloads are now delivered reliably instead of being dropped.
Why update: Removes certain hardcoded origins from the WebView domain whitelist; drop-in upgrade with no API changes.
- Removed hardcoded third-party origins from the WebView domain whitelist.
Why update: Maintenance and stability improvements. Drop-in upgrade — no breaking changes.
- Internal cleanup to remove hardcoded connection origins.
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:
AI coding reference (llms.txt)
AI coding reference (llms.txt)
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 July 2026): Web
@meshconnect/web-link-sdk 3.10.5, React Native @meshconnect/react-native-link-sdk 2.4.6, Flutter mesh_sdk_flutter 1.1.8, Android com.meshconnect:link 3.4.4, iOS 3.3.2.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).