PackageTrack
Sign in Get early access

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 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 407
  1. v1.1.1-0.20260812054231-92aa484e9b09 12 Aug 2026 pre-release

    Nothing published for this version

  2. v1.1.1-0.20260806054532-57781a8831d6 06 Aug 2026 pre-release

    Nothing published for this version

  3. v1.1.1-0.20260716095841-c6e36c2f4c84 16 Jul 2026 pre-release

    Nothing published for this version

  4. v1.1.1-0.20260309053933-5257003f130a 09 Mar 2026 pre-release

    Nothing published for this version

  5. v1.1.0 28 Dec 2025
    Release notes

    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
    • LLMMeta field 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

    • Benchmark tool enhancements #807
    • Open Policy Agent (OPA) HTTP filter support #732

    Enhancements & Refactors

    Logging & Config

    • Logger module refactoring #646
    • Hot-reload stability and overwrite fixes #682, #765

    Project Layout & Maintenance

    • pixiu-admin migrated into main repository #697
    • pixiu-api migrated into main repository #841
    • configcenter/ migrated to pkg/ 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

    Open source →
    Release notes

    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
    • LLMMeta field 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

    • Benchmark tool enhancements #807
    • Open Policy Agent (OPA) HTTP filter support #732

    Enhancements & Refactors

    Logging & Config

    • Logger module refactoring #646
    • Hot-reload stability and overwrite fixes #682, #765

    Project Layout & Maintenance

    • pixiu-admin migrated into main repository #697
    • pixiu-api migrated into main repository #841
    • configcenter/ migrated to pkg/ 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

    Open source →
  6. v1.0.1-rc1.0.20251214134813-6fb3adfa56e2 14 Dec 2025 pre-release

    Nothing published for this version

  7. v1.0.1-rc1.0.20250920110039-43009988895f 20 Sep 2025 pre-release

    Nothing published for this version

  8. v1.0.1-rc1.0.20250914061436-61abd07e6677 14 Sep 2025 pre-release

    Nothing published for this version

  9. v1.0.1-rc1.0.20250913134757-fbe33020b782 13 Sep 2025 pre-release

    Nothing published for this version

  10. v1.0.1-rc1.0.20250906035515-c94c6e27ed45 06 Sep 2025 pre-release

    Nothing published for this version

  11. v1.0.1-rc1.0.20250906035311-e23036543140 06 Sep 2025 pre-release

    Nothing published for this version

  12. v1.0.1-rc1.0.20250901090536-ce4bccad91a7 01 Sep 2025 pre-release

    Nothing published for this version

  13. v1.0.1-rc1.0.20250901082754-3bdc0c12a5fc 01 Sep 2025 pre-release

    Nothing published for this version

  14. v1.0.1-rc1.0.20250901052003-206580169cd7 01 Sep 2025 pre-release

    Nothing published for this version

  15. v1.0.1-rc1.0.20250816153003-edaa3f620b10 16 Aug 2025 pre-release

    Nothing published for this version

  16. v1.0.1-rc1.0.20250816152552-d2fc51de3534 16 Aug 2025 pre-release

    Nothing published for this version

  17. v1.0.1-rc1.0.20250814152437-69e3d1140d2e 14 Aug 2025 pre-release

    Nothing published for this version

  18. v1.0.1-rc1.0.20250814143724-da7e226751e0 14 Aug 2025 pre-release

    Nothing published for this version

  19. v1.0.1-rc1.0.20250813113313-1f7c7364d47b 13 Aug 2025 pre-release

    Nothing published for this version

  20. v1.0.1-rc1.0.20250808161253-d18ee9baea77 08 Aug 2025 pre-release

    Nothing published for this version

  21. v1.0.1-rc1.0.20250805102432-054fe52ae521 05 Aug 2025 pre-release

    Nothing published for this version

  22. v1.0.1-rc1.0.20250805065514-fed4a790aa52 05 Aug 2025 pre-release

    Nothing published for this version

  23. v1.0.1-rc1.0.20250805060904-de374cfdbb2f 05 Aug 2025 pre-release

    Nothing published for this version

  24. v1.0.1-rc1.0.20250804232203-86b4fbb2b072 04 Aug 2025 pre-release

    Nothing published for this version

  25. v1.0.1-rc1.0.20250804230540-7abd0ea8cb5d 04 Aug 2025 pre-release

    Nothing published for this version

  26. v1.0.1-rc1.0.20250804230422-e7112514d897 04 Aug 2025 pre-release

    Nothing published for this version

  27. v1.0.1-rc1.0.20250804164125-c593c8bbc4d0 04 Aug 2025 pre-release

    Nothing published for this version

  28. v1.0.1-rc1.0.20250804161306-16b163d072b3 04 Aug 2025 pre-release

    Nothing published for this version

  29. v1.0.1-rc1.0.20250804131635-0263502eeafd 04 Aug 2025 pre-release

    Nothing published for this version

  30. v1.0.1-rc1.0.20250804130839-fc9f877a8018 04 Aug 2025 pre-release

    Nothing published for this version

  31. v1.0.1-rc1.0.20250804130804-698857a7ccae 04 Aug 2025 pre-release

    Nothing published for this version

  32. v1.0.1-rc1.0.20250804123546-355887ce37f3 04 Aug 2025 pre-release

    Nothing published for this version

  33. v1.0.1-rc1.0.20250804122055-8d8de7b96641 04 Aug 2025 pre-release

    Nothing published for this version

  34. v1.0.1-rc1.0.20250804101959-1351013d55f9 04 Aug 2025 pre-release

    Nothing published for this version

  35. v1.0.1-rc1.0.20250804101931-c7bab70ea974 04 Aug 2025 pre-release

    Nothing published for this version

  36. v1.0.1-rc1.0.20250804101504-0cdbb5c40e07 04 Aug 2025 pre-release

    Nothing published for this version

  37. v1.0.1-rc1.0.20250804101344-0cd96aba86f6 04 Aug 2025 pre-release

    Nothing published for this version

  38. v1.0.1-rc1.0.20250804101108-5bab0c348afb 04 Aug 2025 pre-release

    Nothing published for this version

  39. v1.0.1-rc1.0.20250804100936-8d237c1cb091 04 Aug 2025 pre-release

    Nothing published for this version

  40. v1.0.1-rc1.0.20250804092654-a92af341be6a 04 Aug 2025 pre-release

    Nothing published for this version

  41. v1.0.1-rc1.0.20250804092114-17eb8256779c 04 Aug 2025 pre-release

    Nothing published for this version

  42. v1.0.1-rc1.0.20250804092035-aab181004bd8 04 Aug 2025 pre-release

    Nothing published for this version

  43. v1.0.1-rc1.0.20250804092019-d4d3f5d2fdeb 04 Aug 2025 pre-release

    Nothing published for this version

  44. v1.0.1-rc1.0.20250804090945-4d113bb7e065 04 Aug 2025 pre-release

    Nothing published for this version

  45. v1.0.1-rc1.0.20250804090721-63055c8805da 04 Aug 2025 pre-release

    Nothing published for this version

  46. v1.0.1-rc1.0.20250804070754-10e74a813ac4 04 Aug 2025 pre-release

    Nothing published for this version

  47. v1.0.1-rc1.0.20250803084436-eed472263c93 03 Aug 2025 pre-release

    Nothing published for this version

  48. v1.0.1-rc1.0.20250803044625-ad223d8bd495 03 Aug 2025 pre-release

    Nothing published for this version

  49. v1.0.1-rc1.0.20250803031205-e9c5d5ee5a5e 03 Aug 2025 pre-release

    Nothing published for this version

  50. v1.0.1-rc1.0.20250801082435-64d15c2d5450 01 Aug 2025 pre-release

    Nothing published for this version

  51. v1.0.1-rc1.0.20250731230331-4980bb402b5c 31 Jul 2025 pre-release

    Nothing published for this version

  52. v1.0.1-rc1.0.20250729120934-d83df84ec326 29 Jul 2025 pre-release

    Nothing published for this version

  53. v1.0.1-rc1.0.20250729115933-1c4e5ad0df45 29 Jul 2025 pre-release

    Nothing published for this version

  54. v1.0.1-rc1.0.20250728234736-bd1426af8396 28 Jul 2025 pre-release

    Nothing published for this version

  55. v1.0.1-rc1.0.20250720042225-8c9f7a1835a1 20 Jul 2025 pre-release

    Nothing published for this version

  56. v1.0.1-rc1.0.20250715124754-ca5fdd1bf5a2 15 Jul 2025 pre-release

    Nothing published for this version

  57. v1.0.1-rc1.0.20250702014910-510ea58c5fde 02 Jul 2025 pre-release

    Nothing published for this version

  58. v1.0.1-rc1.0.20250629073543-ac91700a193a 29 Jun 2025 pre-release

    Nothing published for this version

  59. v1.0.1-rc1.0.20250531134455-81696fbc0fe3 31 May 2025 pre-release

    Nothing published for this version

  60. v1.0.1-rc1.0.20250531134021-d825492c9895 31 May 2025 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive