releases.shpreview
← What's New

April 10, 2026

Added

  • get_organization MCP tool — inspect an organization's full state (accounts, tags, sources, products, aliases) in a single call.
  • ID-first entity resolution everywhere — sources, orgs, and products now resolve by their stable prefixed IDs (src_, org_, prod_) as well as slugs, so lookups don't break when a slug changes.

Changed

  • Search now groups results as organizations, products, and releases, folding sources into products — no more duplicate hits for the same thing (e.g. searching "Claude Code" or "Turborepo").
  • Faster ingestion for static-site changelogs (Docusaurus, VitePress, WordPress, Ghost, Mintlify, etc.) by skipping headless-browser rendering — same content, 10–30x quicker.
  • Redesigned organization tables with a 30-day release count, a sortable "Last Release" column with relative timestamps, and hover cards showing top products and totals.
  • latest now shows release IDs so results are easy to look up directly.

Fixed

  • Dates across the web app now render in UTC, so they no longer appear in the future for viewers west of UTC.
  • Render-hosted changelogs using standard JSON Feed summary/date_modified fields are now ingested correctly.
  • Inactive sources auto-collapse behind an expandable divider on organization pages, keeping the focus on what's actively shipping.
  • The activity heatmap now includes the current week.