get_breaking_changes
Compare two Canton/Daml/Splice SDK versions and return the list of changes between them: release notes from github_releases plus any forum/GitHub reports near the release window. Canton-specific. Use when a developer is planning an upgrade and asks "what breaks moving from X to Y?". Pass version strings as they appear in github_releases tags (with or without the leading "v").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional repo hint: "canton", "splice" (alias for decentralized-canton-sync), "daml", or a full owner/name. Auto-inferred from version shape when omitted. | |
| to_sdk | Yes | Target version, e.g. "0.6.10" or "v3.5.6". | |
| from_sdk | Yes | Origin version, e.g. "0.5.0" or "v3.4.0". |