You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by xi...@apache.org on 2021/07/13 15:17:57 UTC

[dubbo-go-pixiu] branch 0.3.0 updated: add 0.3.0 change list

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

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


The following commit(s) were added to refs/heads/0.3.0 by this push:
     new 58deeaa  add 0.3.0 change list
58deeaa is described below

commit 58deeaa38791f6416c2c4eaadd024defa2897b17
Author: xun zhang <18...@163.com>
AuthorDate: Tue Jul 13 23:17:30 2021 +0800

    add 0.3.0 change list
---
 CHANGE.md | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

diff --git a/CHANGE.md b/CHANGE.md
index e6ffff2..b3a0406 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -26,4 +26,37 @@ Milestone: [https://github.com/dubbogo/dubbo-go-proxy/milestone/2](https://githu
 - [Improve: expand filterFuncCacheMap initial length](https://github.com/apache/dubbo-go-pixiu/pull/174)
 - [Refractor config_load.go](https://github.com/apache/dubbo-go-pixiu/pull/158)
 
-Milestone: [https://github.com/apache/dubbo-go-pixiu/milestone/3](https://github.com/apache/dubbo-go-pixiu/milestone/3)
\ No newline at end of file
+Milestone: [https://github.com/apache/dubbo-go-pixiu/milestone/3](https://github.com/apache/dubbo-go-pixiu/milestone/3)
+
+## 0.3.0
+
+### New Features
+- [rate limit filter](https://github.com/apache/dubbo-go-pixiu/pull/169)
+- [add integrate test](https://github.com/apache/dubbo-go-pixiu/pull/183)
+- [handle rate limit config update event](https://github.com/apache/dubbo-go-pixiu/pull/196)
+- [add otel metric export to prometheus in pixiu](https://github.com/apache/dubbo-go-pixiu/pull/204)
+- [make Pixiu Admin config management finer-grained](https://github.com/apache/dubbo-go-pixiu/pull/171)     
+     
+### Enhancement
+- [update samples/admin](https://github.com/apache/dubbo-go-pixiu/pull/208)
+- [update ratelimit samples](https://github.com/apache/dubbo-go-pixiu/pull/206)
+- [make router case sensitive](https://github.com/apache/dubbo-go-pixiu/pull/209)
+- [add more test case](https://github.com/apache/dubbo-go-pixiu/pull/203)
+- [Enrich filter test case](https://github.com/apache/dubbo-go-pixiu/pull/202)
+- [Enrich response.go's test case](https://github.com/apache/dubbo-go-pixiu/pull/197)    
+          
+### Bugfixes
+- [Fix CI check status not match required](https://github.com/apache/dubbo-go-pixiu/pull/199)
+- [Fix timeout config overridden](https://github.com/apache/dubbo-go-pixiu/pull/190)
+- [Fix/quickstart](https://github.com/apache/dubbo-go-pixiu/pull/191)
+- [FixBug: can't delete node by path](https://github.com/apache/dubbo-go-pixiu/pull/201)
+- [Fix flow chart](https://github.com/apache/dubbo-go-pixiu/pull/205)
+- [Fix reviewdog](https://github.com/apache/dubbo-go-pixiu/pull/195)   
+     
+     
+     
+     
+     
+     
+     
+     
\ No newline at end of file