Skip to content

v0.8.0

Choose a tag to compare

@findleyr findleyr released this 26 Sep 18:18
· 30 commits to main since this release
ab09251

This release exists to include the API change from #518, mentioned in the v0.7.0 release. It also includes a small change to remove extraneous API.

This concludes our API audit. Barring a realization over the weekend, we will cut v1.0.0 and any further API changes will be handled in a backwards compatible way.

API Changes

  • #518: JSON schema fields are relaxed to type any, to decouple the SDK's API from the github.com/google/jsonschema-go/jsonschema package. Now that package is only used for inference (in mcp.AddTool) and validation.
  • #535: remove error code constants that were functionally inaccessible.

Full Changelog: v0.7.0...v0.8.0