Skip to content

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 10 Mar 00:56
· 3357 commits to main since this release
188786c

πŸ”§ Maintenance Release

This release delivers targeted infrastructure fixes and schema updates to keep MCP Gateway running reliably.

πŸ› Bug Fixes

  • Release workflow WASM build fixed (#1715): Corrected a typo (targets: β†’ target:) in the setup-rust-toolchain action input. The incorrect key was silently ignored, causing the wasm32-wasip1 target to not be installed and breaking WASM guard compilation during releases.

πŸ”§ Internal

  • Schema validation updated to v0.57.0 (#1713): MCP Gateway now validates configurations against schema v0.57.0, ensuring compatibility with the latest MCP specification.

🐳 Docker Image

The Docker image for this release is available at:

docker pull ghcr.io/github/gh-aw-mcpg:v0.1.11
# or
docker pull ghcr.io/github/gh-aw-mcpg:latest

Supported platforms: linux/amd64, linux/arm64


For complete details, see the full release notes.

Generated by Release


What's Changed

  • fix: use 'target' (singular) for setup-rust-toolchain action input by @lpcox in #1715
  • πŸ”„ chore: update schema URL to v0.57.0 by @github-actions[bot] in #1713

Full Changelog: v0.1.10...v0.1.11