github.com/apache/dubbo-go-pixiu
v1.1.0
#3108 most downloaded on Go modules
apache/dubbo-go-pixiu
What this package is like to depend on
Last release 4 days ago
20 Aug 2026
Ships on a steady schedule
a new release about every 2 weeks
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
407 releases · first in 2021
48 releases in the last 12 months
see the full history below
Release timeline
407 releases · May 2021 to Aug 2026Releases
latest 60 of 407-
v1.1.1-0.20260812054231-92aa484e9b0912 Aug 2026 pre-releaseNothing published for this version
-
v1.1.1-0.20260806054532-57781a8831d606 Aug 2026 pre-releaseNothing published for this version
-
v1.1.1-0.20260716095841-c6e36c2f4c8416 Jul 2026 pre-releaseNothing published for this version
-
v1.1.1-0.20260309053933-5257003f130a09 Mar 2026 pre-releaseNothing published for this version
-
v1.1.028 Dec 2025Release notes
Open source →1.1.0
This release delivers major improvements in AI Gateway and LLM integration, including a full-featured LLM proxy, token billing, retry/fallback strategies, and HTTP/SSE streaming support.
The gateway and ingress architecture has been significantly refactored, with redesigned routing and a modernized application gateway model for cloud-native environments.
Model Context Protocol (MCP) support is introduced, enabling standardized AI service integration with registry and authorization capabilities.
Service governance and observability are enhanced through deeper Nacos integration, dynamic configuration, unified metrics, and improved health checks.
Numerous refactors, cleanups, and CI/build upgrades improve overall stability, maintainability, and long-term evolution.New Features
AI Gateway / LLM Integration
- Token billing / counting filter for model requests #659
- Retry and configurable strategy abstraction for LLM proxy #692
- Full LLM proxy filter with retry and fallback capabilities #685
- HTTP/SSE streaming support for model-serving scenarios #657
- Streamable HTTP support for long-lived data pipes #674
- Content-encoding support in tokenizer filter #706
- Nacos-based LLM registry support #746
- Enhanced upstream tracking and metrics instrumentation #733
- Improved API key handling and endpoint health check logic #731
LLMMetafield added to simplify LLM endpoint configuration #678- Static configuration providers removed in favor of dynamic governance #764
Model Context Protocol (MCP)
- MCP Server Filter implementation #702
- MCP server integration with Nacos #757
- Enhanced streamable HTTP for MCP #769
- MCP authorization support #740
Service Discovery & Configuration
- Nacos service discovery support #651
- Config center listening and hot reloading for logger #647
- Fetching logger configuration from Nacos at startup #640
- Dynamic router and cluster generation from registry center #632
- Fix for missing config fields in remote Nacos configuration #679
Proxy Core & Networking
- Weighted random load balancer #677
- TCP/HTTP/HTTPS health check support and domain field fix #668
- Scheme field added to HTTP proxy filter allowing HTTPS upstream calls #671
- Customizable retry count for Dubbo invocations #625
- Load balancing strategy configuration for Dubbo proxy #613, #614, #615
- Streamable HTTP and SSE handling improvements #657, #676, #674
gRPC & Dubbo
- Full gRPC streaming proxy implementation and associated optimizations #688
- Abstracted HTTP request resolver and Dubbo resolver implementation #691
Gateway / Routing / Ingress
- Route mechanism redesign and upgrade #777
- Application gateway / ingress refactoring to a modern architecture #827
- Support for a new ingress controller #792
- Add application gateway resource policy for ingress controller #839
- Refactor ingress into a more modern application gateway #827
Tools / Extensibility
Enhancements & Refactors
Logging & Config
Project Layout & Maintenance
pixiu-adminmigrated into main repository #697pixiu-apimigrated into main repository #841configcenter/migrated topkg/and legacy structures removed #762- Benchmark moved under
tools/benchmark#763 - Pixiu CLI relocated to
pkg/cmd#596
Resilience & Internal Quality
- Broad robustness enhancements #644
- Unified error code abstraction and consistent error handling #809, #782
- Unified metric filter implementation #799
- Correct copy semantics in filter configs to avoid pointer sharing #815, #814
CI & Build Improvements
- Update Go version to
1.25, update CI workflows and lint rules #752, #666 - GolangCI lint refactor and stability improvements #650, #734
- Pipeline cleanup and unused GitHub Action removal #775, #786
- Docker build optimization #714, #723
Bug Fixes
- SSE stream not closed on
io.EOF#676 - HTTP proxy connection reuse issue #578
- Nil-pointer issue and non-unary response handling in access log filter #713
- Logger config overwrite error #765
- Data race fixes across components #750, #789
- Missing Nacos field transmission #679
- Benchmark logic corrections and performance test cleanup #819
Documentation
- Updated README and enhanced user guidance #698, #794, #831
- Full administrative documentation rewrite #817
- MCP configuration documentation added #770
- Quick-start guide for OPA HTTP filter #751
- Chinese README improvements #641
- Issue template clean-ups and improvements #736, #735
Cleanups & Removals
- update dubbo-go to latest version #630, #807, #836, #845
- Removal of unused Seata proxy #628
- Removal of Istio integration #622
- Removal of static config providers #764
Contributors
Special thanks to all contributors for their efforts in improving
dubbo-go-pixiu(listed alphabetically):@1kasa
@Alanxtl
@baerwang
@Chen-BUPT
@everfid-ever
@FoghostCn
@KamToHung
@ma642
@mark4z
@marsevilspirit
@mfordjody
@mutezebra
@nanjiek
@No-SilverBullet
@PhilYue
@Similarityoung
@testwill
@yuluo-yxRelease notes
Open source →This release delivers major improvements in AI Gateway and LLM integration, including a full-featured LLM proxy, token billing, retry/fallback strategies, and HTTP/SSE streaming support. The gateway and ingress architecture has been significantly refactored, with redesigned routing and a modernized application gateway model for cloud-native environments. Model Context Protocol (MCP) support is introduced, enabling standardized AI service integration with registry and authorization capabilities. Service governance and observability are enhanced through deeper Nacos integration, dynamic configuration, unified metrics, and improved health checks. Numerous refactors, cleanups, and CI/build upgrades improve overall stability, maintainability, and long-term evolution.
New Features
AI Gateway / LLM Integration
- Token billing / counting filter for model requests #659
- Retry and configurable strategy abstraction for LLM proxy #692
- Full LLM proxy filter with retry and fallback capabilities #685
- HTTP/SSE streaming support for model-serving scenarios #657
- Streamable HTTP support for long-lived data pipes #674
- Content-encoding support in tokenizer filter #706
- Nacos-based LLM registry support #746
- Enhanced upstream tracking and metrics instrumentation #733
- Improved API key handling and endpoint health check logic #731
LLMMetafield added to simplify LLM endpoint configuration #678- Static configuration providers removed in favor of dynamic governance #764
Model Context Protocol (MCP)
- MCP Server Filter implementation #702
- MCP server integration with Nacos #757
- Enhanced streamable HTTP for MCP #769
- MCP authorization support #740
Service Discovery & Configuration
- Nacos service discovery support #651
- Config center listening and hot reloading for logger #647
- Fetching logger configuration from Nacos at startup #640
- Dynamic router and cluster generation from registry center #632
- Fix for missing config fields in remote Nacos configuration #679
Proxy Core & Networking
- Weighted random load balancer #677
- TCP/HTTP/HTTPS health check support and domain field fix #668
- Scheme field added to HTTP proxy filter allowing HTTPS upstream calls #671
- Customizable retry count for Dubbo invocations #625
- Load balancing strategy configuration for Dubbo proxy #613, #614, #615
- Streamable HTTP and SSE handling improvements #657, #676, #674
gRPC & Dubbo
- Full gRPC streaming proxy implementation and associated optimizations #688
- Abstracted HTTP request resolver and Dubbo resolver implementation #691
Gateway / Routing / Ingress
- Route mechanism redesign and upgrade #777
- Application gateway / ingress refactoring to a modern architecture #827
- Support for a new ingress controller #792
- Add application gateway resource policy for ingress controller #839
- Refactor ingress into a more modern application gateway #827
Tools / Extensibility
Enhancements & Refactors
Logging & Config
Project Layout & Maintenance
pixiu-adminmigrated into main repository #697pixiu-apimigrated into main repository #841configcenter/migrated topkg/and legacy structures removed #762- Benchmark moved under
tools/benchmark#763 - Pixiu CLI relocated to
pkg/cmd#596
Resilience & Internal Quality
- Broad robustness enhancements #644
- Unified error code abstraction and consistent error handling #809, #782
- Unified metric filter implementation #799
- Correct copy semantics in filter configs to avoid pointer sharing #815, #814
CI & Build Improvements
- Update Go version to
1.25, update CI workflows and lint rules #752, #666 - GolangCI lint refactor and stability improvements #650, #734
- Pipeline cleanup and unused GitHub Action removal #775, #786
- Docker build optimization #714, #723
Bug Fixes
- SSE stream not closed on
io.EOF#676 - HTTP proxy connection reuse issue #578
- Nil-pointer issue and non-unary response handling in access log filter #713
- Logger config overwrite error #765
- Data race fixes across components #750, #789
- Missing Nacos field transmission #679
- Benchmark logic corrections and performance test cleanup #819
Documentation
- Updated README and enhanced user guidance #698, #794, #831
- Full administrative documentation rewrite #817
- MCP configuration documentation added #770
- Quick-start guide for OPA HTTP filter #751
- Chinese README improvements #641
- Issue template clean-ups and improvements #736, #735
Cleanups & Removals
- update dubbo-go to latest version #630, #807, #836, #845
- Removal of unused Seata proxy #628
- Removal of Istio integration #622
- Removal of static config providers #764
Contributors
Special thanks to all contributors for their efforts in improving
dubbo-go-pixiu(listed alphabetically):@1kasa @Alanxtl @baerwang @Chen-BUPT @everfid-ever @FoghostCn @KamToHung @ma642 @mark4z @marsevilspirit @mfordjody @mutezebra @nanjiek @No-SilverBullet @PhilYue @Similarityoung @testwill @yuluo-yx
-
v1.0.1-rc1.0.20251214134813-6fb3adfa56e214 Dec 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250920110039-43009988895f20 Sep 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250914061436-61abd07e667714 Sep 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250913134757-fbe33020b78213 Sep 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250906035515-c94c6e27ed4506 Sep 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250906035311-e2303654314006 Sep 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250901090536-ce4bccad91a701 Sep 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250901082754-3bdc0c12a5fc01 Sep 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250901052003-206580169cd701 Sep 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250816153003-edaa3f620b1016 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250816152552-d2fc51de353416 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250814152437-69e3d1140d2e14 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250814143724-da7e226751e014 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250813113313-1f7c7364d47b13 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250808161253-d18ee9baea7708 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250805102432-054fe52ae52105 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250805065514-fed4a790aa5205 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250805060904-de374cfdbb2f05 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804232203-86b4fbb2b07204 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804230540-7abd0ea8cb5d04 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804230422-e7112514d89704 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804164125-c593c8bbc4d004 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804161306-16b163d072b304 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804131635-0263502eeafd04 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804130839-fc9f877a801804 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804130804-698857a7ccae04 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804123546-355887ce37f304 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804122055-8d8de7b9664104 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804101959-1351013d55f904 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804101931-c7bab70ea97404 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804101504-0cdbb5c40e0704 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804101344-0cd96aba86f604 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804101108-5bab0c348afb04 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804100936-8d237c1cb09104 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804092654-a92af341be6a04 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804092114-17eb8256779c04 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804092035-aab181004bd804 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804092019-d4d3f5d2fdeb04 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804090945-4d113bb7e06504 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804090721-63055c8805da04 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250804070754-10e74a813ac404 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250803084436-eed472263c9303 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250803044625-ad223d8bd49503 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250803031205-e9c5d5ee5a5e03 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250801082435-64d15c2d545001 Aug 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250731230331-4980bb402b5c31 Jul 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250729120934-d83df84ec32629 Jul 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250729115933-1c4e5ad0df4529 Jul 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250728234736-bd1426af839628 Jul 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250720042225-8c9f7a1835a120 Jul 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250715124754-ca5fdd1bf5a215 Jul 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250702014910-510ea58c5fde02 Jul 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250629073543-ac91700a193a29 Jun 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250531134455-81696fbc0fe331 May 2025 pre-releaseNothing published for this version
-
v1.0.1-rc1.0.20250531134021-d825492c989531 May 2025 pre-releaseNothing published for this version