diff_versions
List API changes between two versions of a package to understand breaking changes for migration planning. Defaults baseline to installed version.
Instructions
List the API changes between two versions of a package (no code scan).
Use this to understand a library's breaking changes in the abstract — e.g. when planning a migration. For "what breaks in my code", use check_upgrade instead. Defaults the baseline to the installed version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | ||
| to_version | Yes | ||
| from_version | No | ||
| language | No | python |