Skip to content

v0.4.0

Choose a tag to compare

@RorroRojas3 RorroRojas3 released this 31 Jul 19:41
· 5 commits to main since this release
3b8ddb1

What's Changed

  • Bump package versions to 0.4.0 and update release notes by @RorroRojas3 in #8
  • Andes.Extensions.AI.Mcp now requires ModelContextProtocol.Core >= 2.0.0 (was >= 1.4.1) — a major release of the MCP C# SDK, published 2026-07-28 and aligned with the MCP 2026-07-28 specification (see the SDK release notes). MCP 2.0 carries its own breaking changes and deprecations for consumers (stateless-by-default HTTP; Roots, Sampling, and Logging obsoleted), which is why this is a minor bump (0.3.1 → 0.4.0) rather than a patch despite no code changes in this repository.
    • The Andes.Extensions.AI.Mcp source itself compiled against MCP 2.0 with zero warnings (warnings are errors) and required no migration — it uses none of the APIs MCP 2.0 deprecates (Roots/Sampling/Logging).
  • Core now floors Microsoft.Extensions.AI >= 10.8.3 and Andes.Extensions.AI.UI floors Microsoft.Extensions.AI.Abstractions >= 10.8.3 (both were >= 10.8.1).
  • Andes.Extensions.AI.Agent now floors Microsoft.Agents.AI >= 1.16.0 (was >= 1.15.0).
  • The remaining pin updates — ModelContextProtocol 1.4.1 → 2.0.0 and Microsoft.Extensions.AI.OpenAI 10.8.1 → 10.8.3 — are consumed only by the tests, the test MCP server, and the demo sample, none of which ship to NuGet.
  • All four packages version in lockstep at 0.4.0; the satellites depend on core >= 0.4.0.

Full Changelog: v0.3.1...v0.4.0