Hi,
Apache ShenYu Team is glad to announce the new release of Apache ShenYu
2.7.1.
Apache ShenYu is an asynchronous, high-performance, cross-language,
responsive API gateway.
Support various languages (http protocol), support Dubbo, Grpc and
other protocols.
Plugin design idea, plugin hot swap, easy to expand.
Flexible flow filtering to meet various flow control.
Built-in rich plugin support, authentication, limiting, fuse, firewall,
etc.
Dynamic flow configuration, high performance.
Support cluster deployment, A/B Test, blue-green release.
This release brings significant AI gateway capabilities:
- MCP Server plugin: full MCP (Model Context Protocol) support with
CORS config,
streamable HTTP transport, SDK reflection caching, and
auto-registration from
Swagger/OpenAPI documents.
- AI Proxy plugin: enhanced with SpringAI integration, fallback
mechanisms,
multi-model API key proxy, and streaming response support.
- AI Request/Response Transformers: flexible prompt engineering and
response
post-processing at the gateway layer.
- AI Token Limiter: fine-grained rate limiting for AI model API calls.
- WASM runtime migration: replaced wasmtime-java with chicory pure-Java
WASM
runtime for improved portability and reduced native dependencies.
Download Links: https://shenyu.apache.org/download/
Release Notes: https://github.com/apache/shenyu/releases/tag/v2.7.1
Website: https://shenyu.apache.org/
ShenYu Resources:
- Issue: https://github.com/apache/shenyu/issues
- Mailing list: [email protected]
- Documents: https://shenyu.apache.org/docs/
- Apache ShenYu Team