Skip to content

v0.0.113

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Feb 17:57
· 7 commits to main since this release
7d4bd82

🌟 Release Highlights

This maintenance release improves session management, test reliability, and documentation accuracy for MCP Gateway v0.0.113.

✨ What's New

Simplified Session Management (#831)

  • Sessions are now automatically created on first request - no manual initialization required
  • Removed the sys___init requirement, streamlining the client workflow
  • Reduces integration complexity for developers using MCP Gateway

🐛 Bug Fixes & Improvements

Enhanced Test Reliability (#844, #853)

  • Fixed filesystem and playwright MCP server configurations in stress tests
  • Improved PayloadMetadata schema structure for better data handling
  • Resolved flaky playwright test behavior for more consistent CI runs

Documentation Accuracy (#854, #855)

  • Updated HTTP transport documentation to reflect production-ready status
  • Documented known transient test failures with no action required

🐳 Docker Image

The Docker image for this release is available at:

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

Supported platforms: linux/amd64, linux/arm64


For complete details, see the full changelog.

Generated by Release


What's Changed

  • fix: Remove sys___init requirement - sessions always auto-created by @lpcox in #831
  • Fix filesystem and playwright MCP server configurations in stress test by @Copilot in #844
  • refactor: Improve PayloadMetadata schema and fix flaky playwright test by @lpcox in #853
  • Fix HTTP transport documentation status by @Copilot in #854
  • Document Test Coverage Improver transient failure - no fix required by @Copilot in #855

Full Changelog: v0.0.111...v0.0.113