You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by zt...@apache.org on 2022/07/10 04:29:53 UTC

[dubbo-go-pixiu] branch develop updated: Release v0.5.1: update Change log (#455)

This is an automated email from the ASF dual-hosted git repository.

ztelur pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git


The following commit(s) were added to refs/heads/develop by this push:
     new 530b1140 Release v0.5.1: update Change log (#455)
530b1140 is described below

commit 530b1140a435575672d47f1a192daa86accc0204
Author: Phil <ph...@yeah.net>
AuthorDate: Sun Jul 10 12:29:48 2022 +0800

    Release v0.5.1: update Change log (#455)
    
    * Release v0.5.1: update Change log
    
    * update change log
---
 CHANGE.md | 27 ++++++++++++++++++++++++---
 1 file changed, 24 insertions(+), 3 deletions(-)

diff --git a/CHANGE.md b/CHANGE.md
index e1030ca1..5c09f17d 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,6 +1,30 @@
 # Release Notes
 
 ---
+## 0.5.1
+
+### 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
@@ -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