GitHub user Alanxtl created a discussion: Dubbo-Go-Pixiu 1.1.0 Release doc 发版文档
# Dubbo-Go-Pixiu 1.1.0 Released: Toward the Next-Generation AI Gateway > **A high-performance API / AI Gateway for the AI era is officially here** We are excited to announce the official release of **Apache Dubbo-Go-Pixiu 1.1.0** 🎉 This is a **milestone release**, marking Pixiu’s evolution from a traditional API Gateway into: > ***A Next-Generation AI Gateway + Kubernetes Ingress Controller*** If you care about **LLM integration, AI gateways, streaming inference, or cloud-native traffic governance**, this release deserves your attention. --- ## Understanding Pixiu 1.1.0 at a Glance * **Evolved into an AI Gateway with unified LLM / MCP access and governance** * **Major upgrade to Kubernetes Ingress / Application Gateway capabilities** * **Native streaming inference (HTTP / SSE / gRPC)** * **High performance, extensibility, and production-grade stability** --- ## ***Pixiu Evolves into a True AI Gateway*** With version 1.1.0, Pixiu now provides **production-ready AI Gateway capabilities** with one clear goal: > **Enable enterprises to access and govern all AI capabilities through a > single gateway** ### What Can You Do with Pixiu? ### 🔹 Unified Access to Large Language Models * Supports **OpenAI, Anthropic, private models, and self-hosted models** * Provides a **unified API gateway endpoint** * Abstracts away model- and vendor-specific differences ### 🔹 Token-Based Billing & Cost Governance * Built-in **Token accounting and billing filters** * Supports multi-model and multi-tenant scenarios * Designed for enterprise-grade AI cost control ### 🔹 Native Streaming Inference * First-class support for **HTTP / SSE streaming** * Ideal for Chat, Agent, and long-running inference scenarios * More stable streams with lower latency ### 🔹 Intelligent Governance * Request retry and fallback strategies * Model health checks * API key management and enhanced observability --- ## 🔌 Native Support for MCP (Model Context Protocol) Pixiu 1.1.0 introduces **native MCP support for the first time**: * Expose an HTTP service as an **MCP Server with a single configuration** * MCP Servers can be registered with **Nacos** * Supports MCP authentication and streaming invocation 👉 This means: **Your business services can be called directly by AI Agents.** --- ## ☸️ A New Kubernetes Ingress / Application Gateway Architecture In this release, Pixiu’s **Ingress capabilities have been fully re-architected**: * Brand-new routing mechanism * A more modern Application Gateway architecture * Support for the new Ingress Controller * Fine-grained gateway policies and resource governance Pixiu is not just a gateway— it is the **traffic entry point and control plane for the cloud-native era**. --- ## ⚡ Stronger Core Gateway Capabilities Beyond AI features, Pixiu 1.1.0 significantly strengthens its fundamentals: * New **weighted random load balancing** * HTTP / HTTPS / TCP health checks * HTTP proxy supports HTTPS upstreams * End-to-end **gRPC streaming proxy** * Multiple load-balancing and retry strategies for Dubbo / Triple * Improved streaming / SSE stability and performance --- ## 🔧 Dynamic Governance & Stability Improvements ### Configuration & Service Discovery * Nacos-based AI endpoint service discovery * Configuration center listeners with hot reload * Dynamic generation of routes and clusters ### Engineering Quality * Unified error code system * Unified metrics and monitoring filters * Fixed multiple concurrency, memory, and stability issues * Go version upgraded to **1.25** --- ## 📚 Documentation & Management Experience * Fully rewritten README (Chinese & English) * Refactored admin console documentation * Added MCP and OPA usage guides * Continuous enhancement of Admin Console capabilities --- ## 🙏 Thanks to Our Community Contributors This release would not be possible without the community. A huge thank you to all contributors who made Pixiu 1.1.0 possible ❤️ Special thanks to the following contributors (listed alphabetically): @1kasa @Alanxtl @baerwang @FoghostCn @KamToHung @ma642 @mark4z @marsevilspirit @mfordjody @mutezebra @nanjiek @No-SilverBullet @PhilYue @Similarityoung @testwill @yuluo-yx --- ## 🚀 Get Started Today * **Project Repository** 👉 [https://github.com/apache/dubbo-go-pixiu](https://github.com/apache/dubbo-go-pixiu) * **Official Samples** 👉 [https://github.com/apache/dubbo-go-pixiu-samples](https://github.com/apache/dubbo-go-pixiu-samples) If you are building: * AI platforms or AI middleware * LLM access and governance solutions * Cloud-native gateways or Ingress controllers * Multi-language microservices with Dubbo 👉 **Pixiu is well worth a try.** --- ## ⭐ Final Words If Pixiu helps you: * Give us a **Star ⭐** * Share it with others who need an AI Gateway * Join the community and help us build it together **Let’s shape the next-generation AI Gateway—together.** --- # Dubbo-Go-Pixiu 1.1.0 发布:迈向新一代 AI Gateway > **一个面向 AI 时代的高性能 API / AI Gateway 正式发布** Apache Dubbo-Go-Pixiu **1.1.0 版本正式发布** 🎉 这是一个里程碑式版本,标志着 Pixiu 从传统 API Gateway,全面演进为: > ***新一代 AI Gateway + Kubernetes Ingress Controller*** 如果你正在关注 **大模型接入、AI 网关、流式推理、云原生流量治理**,这个版本值得重点关注。 --- ## 看懂 Pixiu 1.1.0 * **演进为AI网关,统一接入大模型(LLM / MCP)治理能力** * **全面升级 Kubernetes Ingress / Application Gateway 能力** * **原生流式推理(HTTP / SSE / gRPC)** * **高性能、可扩展、生产级稳定性** --- ## ***Pixiu 正式进化为 AI Gateway*** 在 1.1.0 版本中,Pixiu 已具备**生产级 AI Gateway 能力**,核心目标只有一个: > **让企业用一个网关,统一接入和治理所有 AI 能力** ### 你可以用 Pixiu 做什么? ### 🔹 统一接入大模型 * 支持 **OpenAI / Anthropic / 私有模型 / 自建模型** * 通过 Pixiu 提供 **统一的 API 网关入口** * 不再关心模型差异、厂商差异 ### 🔹 Token 计费与成本治理 * 内置 **Token 统计 / 计费 Filter** * 支持多模型、多租户场景 * 更适合企业级 AI 成本管控 ### 🔹 流式推理能力 * 原生支持 **HTTP / SSE Streaming** * 适配 Chat / Agent 等长连接推理场景 * 流更稳、延迟更低 ### 🔹 智能治理能力 * 请求重试、失败回退 * 模型健康检查 * API Key 管理与可观测性增强 --- ## 🔌 原生支持 MCP(Model Context Protocol) Pixiu 1.1.0 **首次引入 MCP 原生支持**: * 一行配置即可将 HTTP 服务暴露为 **MCP Server** * MCP Server 支持注册到 **Nacos** * 支持 MCP 鉴权与流式调用 👉 这意味着: **你的业务服务,可以被 AI Agent 直接调用。** --- ## ☸️ 全新 Kubernetes Ingress / Application Gateway 架构 本次版本对 Pixiu 的 **Ingress 能力进行了全面重构**: * 全新路由机制设计 * 更现代的 Application Gateway 架构 * 支持新的 Ingress Controller * 支持更细粒度的网关策略与资源治理 Pixiu 不只是 Gateway, 也是 **云原生时代的流量入口与控制面**。 --- ## ⚡ 更强的网关核心能力 除了 AI 能力,本次版本在“基本功”上也做了大量升级: * 新增 **加权随机负载均衡** * HTTP / HTTPS / TCP 健康检查 * HTTP Proxy 支持 HTTPS Upstream * gRPC Streaming 全链路代理 * Dubbo / Triple 多种负载均衡与重试策略 * Streaming / SSE 稳定性与性能优化 --- ## 🔧 动态治理 & 稳定性全面提升 ### 配置与服务发现 * 新增基于 Nacos 的 AI endpoint 服务发现 * 配置中心监听与热更新 * 路由、集群可动态生成 ### 工程质量 * 统一错误码体系 * 统一指标与监控 Filter * 修复多处并发、内存与稳定性问题 * Go 版本升级至 **1.25** --- ## 📚 文档 & 管理体验升级 * README 全面重写(中 / 英) * 管理后台文档重构 * MCP / OPA 使用文档补充 * Admin 控制台能力持续增强 --- ## 🙏 感谢社区贡献者 本次发布离不开社区同学的贡献, 感谢所有参与 Pixiu 1.1.0 的开发者 ❤️ 感谢以下社区贡献者在本版本中的卓越贡献(排名按字典序): @1kasa @Alanxtl @baerwang @FoghostCn @KamToHung @ma642 @mark4z @marsevilspirit @mfordjody @mutezebra @nanjiek @No-SilverBullet @PhilYue @Similarityoung @testwill @yuluo-yx --- ## 🚀 立即体验 * **项目地址** 👉 [https://github.com/apache/dubbo-go-pixiu](https://github.com/apache/dubbo-go-pixiu) * **官方示例** 👉 [https://github.com/apache/dubbo-go-pixiu-samples](https://github.com/apache/dubbo-go-pixiu-samples) 如果你正在做: * AI 平台 / AI 中台 * 大模型接入与治理 * 云原生网关 / Ingress * 多语言微服务接入 Dubbo 👉 **Pixiu 值得一试。** --- ## ⭐ 最后 如果你觉得 Pixiu 对你有帮助: * 点一个 **Star ⭐** * 转发给需要 AI Gateway 的朋友 * 欢迎加入社区一起共建 **下一代 AI Gateway,我们一起打磨。** GitHub link: https://github.com/apache/dubbo-go-pixiu/discussions/840 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
