package_changes
Review release notes between two package versions before upgrading a dependency. Flags withdrawn releases, pages long ranges, and limits note length to keep summaries usable.
Instructions
What the maintainers wrote about each release between two versions of a package, oldest first; a release with no notes is said to have none, and a withdrawn release is flagged. Call this before upgrading a dependency, with the installed version as since and the target as until (omit until for everything up to the newest release). Long ranges are paged and long notes are cut; the answer says how to get the rest, and max_chars raises the cut for one note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| since | Yes | ||
| until | No | ||
| ecosystem | Yes | ||
| max_chars | No | ||
| include_prereleases | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |