list_releases
Fetch recent releases of a project as light summaries: version, dates, change counts, advisory severity, notes. See what changed lately, then drill into a release for full details.
Instructions
The newest N reviewed releases of one project, as light summaries (version, released/reviewed dates, changes_total, counts by bucket and by family, max advisory severity, notes_total). THE tool for 'recent releases of X' / 'what changed in X lately' — newest first, unlike the list_changes sync feed which walks oldest-first by seq. changes_total=0 means the release was read and is routine (auditable silence). Drill into a row with get_release(project, version) for the full changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | how many recent releases, default 5, max 20 | |
| project | Yes | project slug, e.g. istio |