← What's New
July 3, 2026
Added
- Release cards now show a "Breaking" severity badge — releases classified as breaking changes display the severity level on feed cards, org pages, and search results; the detail page gains a migration notes block when notes are present. The
breakingandmigrationNotesfields are now returned on all release read API endpoints and search results. - releases.sh is now listed on integrations.sh — the REST API, MCP server, and CLI are declared as integration surfaces with auth instructions;
/openapi.jsonon releases.sh proxies the live OpenAPI 3.1 spec, and the MCP server card now includes a connect URL for integration scanners.
Changed
- MCP
get_releaseandsearchtool calls now serve cached results, and the latest-releases edge cache is flushed on publish — faster repeated MCP reads and new releases appear in feeds immediately without waiting for a cache TTL.