Skip to content

v2026.2.16

Choose a tag to compare

@github-actions github-actions released this 16 Feb 00:52
· 17 commits to main since this release

What changed

  • Improved social preview reliability for promo links (including Farcaster/Warpcast):
    • default OG fallback image is now raster PNG (/og.png) instead of SVG
    • promo page now emits richer OG/Twitter image metadata (og:image:secure_url, type, dimensions, alt)
    • app now trusts proxy headers for canonical HTTPS metadata behind tunnels/proxies
    • promo route (GET /) now returns 200 even after sale end so crawlers can still build previews
  • Added HEAD support for OG image endpoints:
    • /og.png
    • /og.svg
    • /og-image
  • Unpaid browser handling for GET /download (402) now renders leak’s custom guidance page while preserving x402 protocol headers (PAYMENT-REQUIRED) and existing API behavior.
  • Unified root promo page and unpaid /download guidance content so both show the same details block:
    • price/network/sale end
    • Agent Quick Path
    • human action copy-link control
    • install note

Breaking changes

  • None.

Skill updates

  • No required skill migration.
  • Buyer/seller flow remains the same; this release mainly improves UX/discovery presentation and crawler compatibility.

Upgrade steps

  1. Update to leak-cli@2026.2.16.
  2. Restart running leak servers.
  3. If validating social cards, re-share links with a cache-busting query once (example: /?v=2026.2.16).

Rollback

  1. Revert to the previous stable tag/package (2026.2.15).
  2. Restart services.
  3. Re-verify promo and /download flows.

Full Changelog: v2026.2.15...v2026.2.16