v1.0.0-BETA-1 - 2025-12-16 - Multi-Architecture Containers, gRPC Translation, Performance & Security Enhancements #1635
crivetimihai
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v1.0.0-BETA-1 - 2025-12-16 - Multi-Architecture Containers, gRPC Translation, Performance & Security Enhancements
This release marks the first beta milestone toward 1.0.0 GA, delivering multi-architecture container support, gRPC-to-MCP protocol translation, air-gapped deployment capabilities, and significant performance improvements with 25+ issues resolved.
🎉 Announcements
🖥️ ContextForge Desktop App
We're excited to announce the ContextForge Desktop application - a native desktop client for managing MCP servers and gateways:
⌨️ ContextForge CLI
A new command-line interface for ContextForge operations:
🏢 New ContextForge Organization
We've established the contextforge-org GitHub organization to host the growing ContextForge ecosystem. In upcoming releases, several components will migrate to this organization:
🏆 Major Achievements
Release 1.0.0-BETA-1 represents a major milestone toward production readiness:
✅ 🏗️ Multi-Architecture Containers - ARM64 and s390x architecture support for Apple Silicon, AWS Graviton, and IBM Z deployments
✅ 🔌 gRPC-to-MCP Translation - Experimental gRPC service interface for MCP protocol operations with Protocol Buffers
✅ 🌐 Air-Gapped Deployment - CDN asset bundling for fully offline/disconnected environments
✅ ⚡ 10x+ Performance Improvements - Concurrent health checks and N+1 query optimizations dramatically reduce gateway operations latency
✅ 🔐 Password Expiration Policies - Configurable password validity periods with forced change on login
✅ 🔑 One-Time Authentication - Support for WXO integration with single-use auth tokens
✅ 🛡️ Input Validation & Sanitization - Gateway-level security to prevent path traversal and injection attacks
✅ 🧪 Performance Testing Framework - Comprehensive benchmarking infrastructure with N+1 query detection
✨ Highlights
🏗️ Multi-Architecture Container Support
Deploy anywhere with native performance
MCP Gateway now builds container images for multiple CPU architectures, enabling deployment across diverse infrastructure:
Supported Architectures
Key Benefits
🔌 gRPC-to-MCP Protocol Translation (Experimental)
High-performance RPC interface for MCP operations
A new experimental gRPC service provides an alternative interface for MCP protocol operations, ideal for high-throughput scenarios and polyglot environments.
Features
.protoschemasInstallation
# Install with gRPC support pip install mcp-contextforge-gateway[grpc]Use Cases
🌐 Air-Gapped Environment Support
Deploy without any external network dependencies
MCP Gateway now supports fully air-gapped deployments where no external network requests are required for operation.
What's Included
scripts/download-cdn-assets.shfor manual updatesConfiguration
Use Cases
⚡ Performance Improvements (10x+ Faster)
Dramatic latency reduction for gateway operations
Two major performance fixes deliver order-of-magnitude improvements for multi-gateway deployments.
Concurrent Health Checks (#1522)
N+1 Query Elimination (#1523)
🔐 Password Expiration & Security
Enterprise-grade password management
New password security features support enterprise compliance requirements.
Features
PASSWORD_EXPIRY_DAYSConfiguration
🧪 Performance Testing Framework
Catch performance regressions before production
A comprehensive performance testing infrastructure helps maintain and improve gateway performance.
Components
Usage
🆕 Added
🏗️ Multi-Architecture Container Support (#80, #1138)
linux/amd64,linux/arm64,linux/s390x🔌 gRPC-to-MCP Protocol Translation (#1171)
.protoschemas for client generationpip install mcp-contextforge-gateway[grpc]🌐 Air-Gapped Environment Support (#932)
scripts/download-cdn-assets.sh🔐 Password Expiration & Security (#1282, #1387)
PASSWORD_EXPIRY_DAYSsetting🧪 Performance Testing Framework (#1203, #1219)
📦 Sample MCP Servers
🛠️ Developer Experience Improvements
🐛 Fixed
⚡ Performance Fixes
🐛 Bug Fixes
🔒 Security
🔄 Changed
🗄️ Database Support
📦 Migration Guide
From v0.9.0 to v1.0.0-BETA-1
Database migrations run automatically on startup. Backup recommended before upgrading:
New Environment Variables
gRPC Installation (Optional)
# Install with gRPC support pip install mcp-contextforge-gateway[grpc]📋 Issues Closed
Multi-Architecture & Platform (2 issues)
gRPC Translation (1 issue)
Air-Gapped Deployment (1 issue)
Security & Authentication (4 issues)
Performance (4 issues)
Bug Fixes (9 issues)
Features (4 issues)
Chores (1 issue)
Total: 25+ issues closed
🔗 Resources
Documentation
Source Code
ContextForge Ecosystem
Container Images
v1.0.0-BETA-1,1.0.0-BETA-1,latestCommunity
Quick Start
ARM64 Quick Start (Apple Silicon / AWS Graviton)
Next Planned Release: v1.0.0-BETA-2 (January 2026) - Testing, Bugfixing, Documentation, Performance and Scale
This discussion was created from the release v1.0.0-BETA-1 - 2025-12-16 - Multi-Architecture Containers, gRPC Translation, Performance & Security Enhancements.
Beta Was this translation helpful? Give feedback.
All reactions