You're viewing a demo portfolio

Join the waitlist
PRSM

get_breaking_changes

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.UnityNodes/canton-ccpedia

https://github.com/UnityNodes/cips

1/7 registries
View full server →