Recently shipped release importance scoring, domain ownership claims, and a redesigned /updates timeline.
Release importance scoring (1–5) is now live. All newly ingested releases receive an AI-assigned significance rating. A flame glyph marks high-impact (4) and landmark (5) releases on feed cards and detail pages. GET /v1/releases/latest and the MCP tools get_latest_releases and whats_changed accept a ?minImportance= filter. Importance now reaches collection and category timelines, the following feed, live stream, search results, and related rails.
Domain ownership claims and self-serve listing landed. A new "Own this domain?" panel on listing pages lets signed-in users prove control via a .well-known/releases-verify.txt file or a DNS TXT record; once verified, release tracking activates without curator review. The /submit page validates releases.json manifests and activates listings immediately. The CLI gained releases json export <org> (generates a v2 manifest) and releases json validate <path> (validates against the schema). Unlisted domains that are frequently searched now auto-create stub listings.
Redesigned /updates and homepage. The /updates page now has a timeline rail with month rows and area chips (CLI / Web) for client-side filtering. Composition glyphs show release counts per update. The homepage features an interactive CLI preview with live vitals showing indexed source and release counts. Category and collection scoping for search — GET /v1/search accepts ?category=<slug> and ?collection=<slug>.
Breaking changes are now first-class. The whats_changed MCP tool and GET /v1/whats-changed return changelog entries across a version range with per-release breaking verdicts (none/minor/major) and migration notes. Release cards show a "Breaking" severity badge, and breaking and migrationNotes ride every release read endpoint and search result.
Self-serve webhooks with Slack delivery. Create, list, edit, and delete subscriptions from Account → Notifications or the releases webhook CLI. Set format: "slack" for Block Kit cards. Queue-backed fan-out gives each recipient an independent retry budget.
CLI and API updates. The deprecated get_source_changelog MCP tool was removed — use get_catalog_entry with changelog_* params. releases search now supports --category and --collection filters. releases admin org update gained --auto-generate-content and --overview-cadence flags. Anonymous API reads are served from Cloudflare Workers Cache, and the latest-releases edge cache flushes on publish.
Blume changelogs are now auto-detected. Sites built on the Blume self-hosted Astro changelog generator are ingested via their native RSS feed. Weekly collection digests ship as Markdown, JSON, and Atom — browse past digests and subscribe via API or feed. Release URLs now include human-readable slugs (/release/rel_...-whats-new-in-v2 instead of bare IDs). Org overviews regenerate weekly (was biweekly) and bias toward high-importance releases. Discovery agents use Claude Sonnet 5 for better extraction and search.