diff --git a/CHANGE.md b/CHANGE.md index e1030ca18..bdec8e029 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -3,6 +3,30 @@ --- ## 0.5.0 +### New Features +- [Trace Support](https://github.com/apache/dubbo-go-pixiu/pull/394) +- [Health Check Support](https://github.com/apache/dubbo-go-pixiu/pull/421) +- [xDS Config Support](https://github.com/apache/dubbo-go-pixiu/pull/385) +- [LDS Support](https://github.com/apache/dubbo-go-pixiu/pull/417) +- [Direct Dubbo Invoke](https://github.com/apache/dubbo-go-pixiu/pull/434) + + +### Enhancement + +- [SpringCloud subscribe strategy](https://github.com/apache/dubbo-go-pixiu/pull/425) +- [Style:optimization router match prefix definition](https://github.com/apache/dubbo-go-pixiu/pull/451) + + +### Bugfixes + +- [Nacos registry bug](https://github.com/apache/dubbo-go-pixiu/pull/389) +- [Fix spring cloud error and refactor event callback](https://github.com/apache/dubbo-go-pixiu/pull/367) +- [Fix first call failure problem when using nacos registery](https://github.com/apache/dubbo-go-pixiu/pull/380) + +Milestone: [https://github.com/apache/dubbo-go-pixiu/milestone/6](https://github.com/apache/dubbo-go-pixiu/milestone/6) + +## 0.5.0 + ### New Features - [Dubbo2Http Dubbo2Triple Triple2Dubbo proxy](https://github.com/apache/dubbo-go-pixiu/pull/347) - [Http2Triple proxy](https://github.com/apache/dubbo-go-pixiu/pull/302) @@ -32,9 +56,6 @@ - [Fix spring cloud error and refactor event callback](https://github.com/apache/dubbo-go-pixiu/pull/367) - [Fix first call failure problem when using nacos registery](https://github.com/apache/dubbo-go-pixiu/pull/380) -Milestone: [https://github.com/apache/dubbo-go-pixiu/milestone/6](https://github.com/apache/dubbo-go-pixiu/milestone/6) - - ## 0.4.0 ### New Features