Similarityoung commented on code in PR #837: URL: https://github.com/apache/dubbo-go-pixiu/pull/837#discussion_r2605191221
########## CHANGELOG.md: ########## @@ -1,6 +1,197 @@ # Release Notes --- + +## 1.1.0 + +### New Features + +#### AI Gateway / LLM Integration + +* Token billing / counting filter for model requests ([#659](https://github.com/apache/dubbo-go-pixiu/pull/659)) +* Retry and configurable strategy abstraction for LLM proxy ([#692](https://github.com/apache/dubbo-go-pixiu/pull/692)) +* Full LLM proxy filter with retry and fallback capabilities ([#685](https://github.com/apache/dubbo-go-pixiu/pull/685)) +* HTTP/SSE streaming support for model-serving scenarios ([#657](https://github.com/apache/dubbo-go-pixiu/pull/657)) +* Streamable HTTP support for long-lived data pipes ([#674](https://github.com/apache/dubbo-go-pixiu/pull/674)) +* Content-encoding support in tokenizer filter ([#706](https://github.com/apache/dubbo-go-pixiu/pull/706)) +* Nacos-based LLM registry support ([#746](https://github.com/apache/dubbo-go-pixiu/pull/746)) +* Enhanced upstream tracking and metrics instrumentation ([#733](https://github.com/apache/dubbo-go-pixiu/pull/733)) +* Improved API key handling and endpoint health check logic ([#731](https://github.com/apache/dubbo-go-pixiu/pull/731)) +* `LLMMeta` field added to simplify LLM endpoint configuration ([#678](https://github.com/apache/dubbo-go-pixiu/pull/678)) +* Static configuration providers removed in favor of dynamic governance ([#764](https://github.com/apache/dubbo-go-pixiu/pull/764)) + +#### Model Context Protocol (MCP) + +* MCP Server Filter implementation ([#702](https://github.com/apache/dubbo-go-pixiu/pull/702)) +* MCP server integration with Nacos ([#757](https://github.com/apache/dubbo-go-pixiu/pull/757)) +* Enhanced streamable HTTP for MCP ([#769](https://github.com/apache/dubbo-go-pixiu/pull/769)) +* MCP authorization support ([#740](https://github.com/apache/dubbo-go-pixiu/pull/740)) + +#### Service Discovery & Configuration + +* Nacos service discovery support ([#651](https://github.com/apache/dubbo-go-pixiu/pull/651)) +* Config center listening and hot reloading for logger ([#647](https://github.com/apache/dubbo-go-pixiu/pull/647)) +* Fetching logger configuration from Nacos at startup ([#640](https://github.com/apache/dubbo-go-pixiu/pull/640)) +* Dynamic router and cluster generation from registry center ([#632](https://github.com/apache/dubbo-go-pixiu/pull/632)) +* Fix for missing config fields in remote Nacos configuration ([#679](https://github.com/apache/dubbo-go-pixiu/pull/679)) + +#### Proxy Core & Networking + +* Weighted random load balancer ([#677](https://github.com/apache/dubbo-go-pixiu/pull/677)) +* TCP/HTTP/HTTPS health check support and domain field fix ([#668](https://github.com/apache/dubbo-go-pixiu/pull/668)) +* Scheme field added to HTTP proxy filter allowing HTTPS upstream calls ([#671](https://github.com/apache/dubbo-go-pixiu/pull/671)) +* Customizable retry count for Dubbo invocations ([#625](https://github.com/apache/dubbo-go-pixiu/pull/625)) +* Load balancing strategy configuration for Dubbo proxy + ([#613](https://github.com/apache/dubbo-go-pixiu/pull/613), + [#614](https://github.com/apache/dubbo-go-pixiu/pull/614), + [#615](https://github.com/apache/dubbo-go-pixiu/pull/615)) +* Streamable HTTP and SSE handling improvements + ([#657](https://github.com/apache/dubbo-go-pixiu/pull/657), + [#676](https://github.com/apache/dubbo-go-pixiu/pull/676), + [#674](https://github.com/apache/dubbo-go-pixiu/pull/674)) + +#### gRPC & Dubbo + +* Full gRPC streaming proxy implementation and associated optimizations ([#688](https://github.com/apache/dubbo-go-pixiu/pull/688)) +* Abstracted HTTP request resolver and Dubbo resolver implementation ([#691](https://github.com/apache/dubbo-go-pixiu/pull/691)) + +#### Gateway / Routing / Ingress + +* Route mechanism redesign and upgrade ([#777](https://github.com/apache/dubbo-go-pixiu/pull/777)) +* Application gateway / ingress refactoring to a modern architecture ([#827](https://github.com/apache/dubbo-go-pixiu/pull/827)) +* Support for a new ingress controller ([#792](https://github.com/apache/dubbo-go-pixiu/pull/792)) + +#### A2A / Tools / Extensibility + +* A2A Server Filter implementation ([#771](https://github.com/apache/dubbo-go-pixiu/pull/771)) Review Comment: 这个 A2A 可以不用写,功能没有实现好。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
