compare_versions
Compare two versions of a Maven artifact to identify API changes, added/removed methods, and breaking changes.
Instructions
Compare different versions of the same Maven artifact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Maven group ID | |
| version1 | Yes | First (older) version to compare | |
| version2 | Yes | Second (newer) version to compare | |
| artifact_id | Yes | Maven artifact ID | |
| compare_api | No | Diff the public API: added/removed public and protected methods and fields, and breaking changes | |
| summarize_large_content | No | Summarize large content automatically |