v0.1.11
π§ 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 thesetup-rust-toolchainaction input. The incorrect key was silently ignored, causing thewasm32-wasip1target 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:latestSupported 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