Skip to main content

Changelog

Track noteworthy changes across the portal, edge service, and SDKs. For platform-specific details, see each SDK repo.


March 2026

MCP server & API standards

Added — Model Context Protocol (MCP) support is now implemented and available.

  • MCP server for LinkMe admin and diagnostics workflows
  • OpenAPI hardening aligned with production Edge routes
  • Schema-first tool generation from OpenAPI contracts (typed MCP tools + validation)
  • Security baseline with scoped API keys, capability checks, audit logs, and guarded write operations

February 2026

Webhooks

Added — Webhook support for app-level event streaming.

  • Configure per-app webhook endpoints in Developer settings
  • Subscribe by event type (link.click, link.token_created, link.claim, link.app_open, link.deferred_claim_attempt)
  • Delivery history with attempt status and retry visibility
  • Retry/backoff behavior with automatic disable safeguards
  • Optional HMAC signing via X-LinkMe-Signature plus Node SDK helpers for verification

January 2026

Attribution diagnostics

Added — Better visibility into where link traffic comes from.

  • Link detail analytics include source and referrer fields for click-level inspection
  • UTM merge behavior and overrides were hardened in resolver flows
  • UTM Debugger improvements make pre-launch campaign attribution checks easier

December 2025

Added — Passthrough universal links so unknown paths still open the app without pre-creating a link.

Improved — Clearer controls for managing passthrough behavior in app settings.

Portal experience

Improved — Faster navigation, clearer icons, and smoother loading states across the portal.

Analytics & insights

Improved — More reliable charts, cleaner date grouping, and better pagination.

Billing & promos

Added — Promo codes and a more streamlined checkout flow.

Resources & docs

Added — New resources/articles hub with refreshed guides and redirects.

SDK updates

Updated — SDKs refreshed for consistency and improved link handling across platforms.


November 2025

Web SDK release

Added — Official Web SDK for browser-based applications.

  • Zero-dependency TypeScript library compatible with all modern frameworks
  • Works seamlessly with Next.js, React, Vue, Svelte, Angular, and vanilla JavaScript