v0.2.5
🌟 Release Highlights
This release brings a new integrity audit workflow, a performance improvement to payload processing, and continued quality improvements.
✨ What's New
- Daily Integrity Filtering Audit (#2439): A new automated workflow runs daily to audit integrity filtering behavior, improving observability and confidence in the guard/DIFC labeling pipeline.
⚡ Performance
- Reduced Memory Allocation in Payload Preview (#2428): Eliminated a large string allocation when building payload previews, lowering memory pressure when handling large MCP tool responses.
🔧 Internal
- Updated schema URL to v0.63.0 for MCP protocol compatibility (#2431).
- Improved test coverage for the
proxy/graphql_rewritepackage (#2426).
🐳 Docker Image
The Docker image for this release is available at:
docker pull ghcr.io/github/gh-aw-mcpg:v0.2.5
# 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
- 🔄 chore: update schema URL to v0.63.0 by @github-actions[bot] in #2431
- [Repo Assist] perf: avoid large string allocation when building payload preview by @github-actions[bot] in #2428
- [test-improver] Improve tests for proxy/graphql_rewrite package by @github-actions[bot] in #2426
- feat: add daily integrity filtering audit workflow by @lpcox in #2439
Full Changelog: v0.2.4...v0.2.5