get_breaking_changes
ActiveTool of io.github.UnityNodes/canton-ccpedia
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").
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"from_sdk",
"to_sdk"
],
"properties": {
"repo": {
"type": "string",
"description": "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": {
"type": "string",
"description": "Target version, e.g. \"0.6.10\" or \"v3.5.6\"."
},
"from_sdk": {
"type": "string",
"description": "Origin version, e.g. \"0.5.0\" or \"v3.4.0\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries