PackageTrack

Go modules · #2322

github.com/apache/dubbo-go-pixiu

v1.1.0apache/dubbo-go-pixiu

Release timeline

407 releases since 2021
20222023202420252026

Releases

  1. v1.1.1-0.20260812054231-92aa484e9b0912 Aug 2026pre-release

    Nothing published for this version

  2. v1.1.1-0.20260806054532-57781a8831d66 Aug 2026pre-release

    Nothing published for this version

  3. v1.1.1-0.20260716095841-c6e36c2f4c8416 Jul 2026pre-release

    Nothing published for this version

  4. v1.1.1-0.20260309053933-5257003f130a9 Mar 2026pre-release

    Nothing published for this version

  5. v1.1.028 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 →
    Additional notes2 sources agree

    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-6fb3adfa56e214 Dec 2025pre-release

    Nothing published for this version

  7. v1.0.1-rc1.0.20250920110039-43009988895f20 Sept 2025pre-release

    Nothing published for this version

  8. v1.0.1-rc1.0.20250914061436-61abd07e667714 Sept 2025pre-release

    Nothing published for this version

  9. v1.0.1-rc1.0.20250913134757-fbe33020b78213 Sept 2025pre-release

    Nothing published for this version

  10. v1.0.1-rc1.0.20250906035515-c94c6e27ed456 Sept 2025pre-release

    Nothing published for this version

  11. v1.0.1-rc1.0.20250906035311-e230365431406 Sept 2025pre-release

    Nothing published for this version

  12. v1.0.1-rc1.0.20250901090536-ce4bccad91a71 Sept 2025pre-release

    Nothing published for this version

  13. v1.0.1-rc1.0.20250901082754-3bdc0c12a5fc1 Sept 2025pre-release

    Nothing published for this version

  14. v1.0.1-rc1.0.20250901052003-206580169cd71 Sept 2025pre-release

    Nothing published for this version

  15. v1.0.1-rc1.0.20250816153003-edaa3f620b1016 Aug 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

  18. v1.0.1-rc1.0.20250814143724-da7e226751e014 Aug 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

  20. v1.0.1-rc1.0.20250808161253-d18ee9baea778 Aug 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

  22. v1.0.1-rc1.0.20250805065514-fed4a790aa525 Aug 2025pre-release

    Nothing published for this version

  23. v1.0.1-rc1.0.20250805060904-de374cfdbb2f5 Aug 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

  26. v1.0.1-rc1.0.20250804230422-e7112514d8974 Aug 2025pre-release

    Nothing published for this version

  27. v1.0.1-rc1.0.20250804164125-c593c8bbc4d04 Aug 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

  30. v1.0.1-rc1.0.20250804130839-fc9f877a80184 Aug 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

  35. v1.0.1-rc1.0.20250804101931-c7bab70ea9744 Aug 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

  40. v1.0.1-rc1.0.20250804092654-a92af341be6a4 Aug 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

  42. v1.0.1-rc1.0.20250804092035-aab181004bd84 Aug 2025pre-release

    Nothing published for this version

  43. v1.0.1-rc1.0.20250804092019-d4d3f5d2fdeb4 Aug 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

  47. v1.0.1-rc1.0.20250803084436-eed472263c933 Aug 2025pre-release

    Nothing published for this version

  48. v1.0.1-rc1.0.20250803044625-ad223d8bd4953 Aug 2025pre-release

    Nothing published for this version

  49. v1.0.1-rc1.0.20250803031205-e9c5d5ee5a5e3 Aug 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

  52. v1.0.1-rc1.0.20250729120934-d83df84ec32629 Jul 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

  54. v1.0.1-rc1.0.20250728234736-bd1426af839628 Jul 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

  56. v1.0.1-rc1.0.20250715124754-ca5fdd1bf5a215 Jul 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

  58. v1.0.1-rc1.0.20250629073543-ac91700a193a29 Jun 2025pre-release

    Nothing published for this version

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

    Nothing published for this version

  60. v1.0.1-rc1.0.20250531134021-d825492c989531 May 2025pre-release

    Nothing published for this version