Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Mar 12:29
· 1 commit to main since this release

Added

  • OAuth2 client credentials authentication as an alternative to API keys
  • API v2 support: 14 new services (iam, okms, publicCloud, zimbra, etc.) alongside 70 v1 services
  • All spec paths are prefixed with or for transparent routing
  • Manual GitHub Actions workflow to publish to MCP Registry

Documentation

  • Fix service account creation instructions (API only, not Manager)
  • Add OAuth2 and API v2 documentation

Breaking Changes

  • API paths in the spec are now prefixed ( instead of )
  • Base URL no longer includes (now root like )
  • Existing spec caches are auto-invalidated via format_version bump

Testing

  • Update SpecValidator tests for v1/v2 prefixed paths