Fetch Library Changelog
gt_changelogFetch release notes and changelog for any library to review changes before upgrading. Reads from GitHub Releases, CHANGELOG.md, and docs.
Instructions
Fetch recent release notes and changelog for a library. Reads GitHub Releases API first, then CHANGELOG.md, then the docs site. Use before upgrading.
Use this for "what changed in version X" questions. For "how do I upgrade my code from vA to vB" — use gt_migration instead (it targets MIGRATION.md, UPGRADING.md, and upgrade guides with step-by-step instructions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryId | Yes | Library ID from gt_resolve_library, e.g. 'vercel/next.js' | |
| version | No | Filter to a specific version prefix, e.g. '15' or 'v15.2.0' | |
| tokens | No | Max tokens for content |