diff_versions
Compare API changes between two package versions to identify breaking changes during migration planning. No code scan required.
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 |