π Release Highlights
This release focuses on reliability improvements for long-running agentic workflows, enhanced observability through better tracing and logging, and graceful error handling in the log analysis tooling.
β¨ What's New
-
Session stability for long-running workflows β Fixed "session not found" errors in routed mode that affected agentic workflows with extended lifetimes. Sessions are now reliably maintained across the full duration of complex multi-step operations. (#4849)
-
Richer OpenTelemetry tracing β Spans now capture HTTP response status codes, error recording has been sanitized for clarity, and the OpenTelemetry semantic conventions have been updated to v1.27.0. This gives operators better signal in distributed tracing backends. (#4879)
-
Cleaner logger lifecycle management β Manual logger close calls in postRun have been consolidated into a single CloseAllLoggers() call, reducing the risk of missed log flushes on shutdown. (#4881)
π Bug Fixes & Improvements
-
Log Analyzer auth error handling β The MCP Gateway Log Analyzer now handles authentication errors gracefully rather than crashing, improving reliability during token expiry or misconfigured credentials. (#4878)
-
WASM guard policy validation debug logging β Debug logging added to guard/wasm_payload.go policy validation, making it easier to diagnose guard policy mismatches. (#4841)
-
Rust guard scope constants β Bare string literals in the Rust guard replaced with named scope_names constants, reducing risk of typos and improving maintainability. (#4857)
π Documentation
π³ Docker Image
The Docker image for this release is available at:
docker pull ghcr.io/github/gh-aw-mcpg:v0.3.3
# 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 Β· β 101.5K Β· β·
π Release Highlights
This release focuses on reliability improvements for long-running agentic workflows, enhanced observability through better tracing and logging, and graceful error handling in the log analysis tooling.
β¨ What's New
Session stability for long-running workflows β Fixed "session not found" errors in routed mode that affected agentic workflows with extended lifetimes. Sessions are now reliably maintained across the full duration of complex multi-step operations. (#4849)
Richer OpenTelemetry tracing β Spans now capture HTTP response status codes, error recording has been sanitized for clarity, and the OpenTelemetry semantic conventions have been updated to v1.27.0. This gives operators better signal in distributed tracing backends. (#4879)
Cleaner logger lifecycle management β Manual logger close calls in
postRunhave been consolidated into a singleCloseAllLoggers()call, reducing the risk of missed log flushes on shutdown. (#4881)π Bug Fixes & Improvements
Log Analyzer auth error handling β The MCP Gateway Log Analyzer now handles authentication errors gracefully rather than crashing, improving reliability during token expiry or misconfigured credentials. (#4878)
WASM guard policy validation debug logging β Debug logging added to
guard/wasm_payload.gopolicy validation, making it easier to diagnose guard policy mismatches. (#4841)Rust guard scope constants β Bare string literals in the Rust guard replaced with named
scope_namesconstants, reducing risk of typos and improving maintainability. (#4857)π Documentation
π³ Docker Image
The Docker image for this release is available at:
docker pull ghcr.io/github/gh-aw-mcpg:v0.3.3 # or docker pull ghcr.io/github/gh-aw-mcpg:latestSupported platforms:
linux/amd64,linux/arm64For complete details, see the full release notes.