This is an automated email from the ASF dual-hosted git repository.
qicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 1b8098f UPDATE RELEASE-NOTES.md for 2.4.2 (#2773)
1b8098f is described below
commit 1b8098fcde469429501cebc6d76718c979040169
Author: SaberSola <[email protected]>
AuthorDate: Sat Jan 15 13:12:33 2022 +0800
UPDATE RELEASE-NOTES.md for 2.4.2 (#2773)
Co-authored-by: zhanglei06469 <[email protected]>
---
RELEASE-NOTES.md | 77 +++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 68 insertions(+), 9 deletions(-)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index e79679b..688b876 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,65 @@
+## 2.4.2
+
+### New Features
+
+1. Add Mqtt plugin
+2. Add Shenyu-Agent module support observability
+3. Add opentelemetry plugin on Shenyu-Agent module
+4. Add jaeger plugin on Shenyu-Agent module
+5. Add zipkin plugin on Shenyu-Agent module
+6. Support Shenyu instance register by zookeeper
+7. Support Shenyu response data custom format
+8. Support https for upstream check
+9. Add RpcContextPlugin to transmit header to rpc context
+10. Support cluster model for dubbo plugin
+11. Support Shenyu instance register by ETCD
+
+### API Changes
+
+1.Add configuration properties for HTTP synchronization data
+2.Remove'/shenyu-client/**','/configs/**','/plugin'interface from the
whitelist interface of Shenyu admin
+
+### Enhancement
+
+1. Optimize global error handler for flexible processing
+2. Optimized the database access in the loop
+3. Optimize result media type and reset response header
+4. Enhancement crossfilter filter the same headers
+5. Optimize shenyu context module data
+6. Optimize dubbo plugin
+7. Optimize admin db operation
+8. Refactor Response and Cryptor plugin
+9. Optimize Admin Resource Permission loader
+10. Add authentication on shenyu admin when register by http
+11. Optimize netty config.
+12. Optimize SQL files for resource,permission
+13. Add ExcludeOperatorJudge for selector and rule
+14. Add docker-compose on Shenyu-dist
+15. Enhance the ability of jwt plugin
+
+### Refactor
+
+1. Remove SpEL and Groovy plugins
+2. Optimization prompt of ExtensionLoader
+3. Add http client strategy property
+4. Refactor shenyu client
+
+### Bug Fix
+
+1. Fix sentinel Plugin-exception number is not effective
+2. Fix HttpClientProperties.javaresponseTimeout can not config in yaml
+3. Fix Connection reset by peer Exception on webclient
+4. Fix register metadata and uri order
+5. Fix Admin when press the Add button
+6. Fix Spi config
+7. Support Dubbo Plugin Single Parameter Primitive Type
+8. Fix using etcd cluster to sync data init failed
+9. Fix Shiro get white list is null bug
+10. Fix zookeeper sync error handling event bug
+11. Fix modify-response-plugin and cryptor-response-plugin are used in
combination, and no information is returned
+12. Fix the bug of missing some field in cryptor rule handler using h2
+
+
## 2.4.1
### New Features
@@ -27,9 +89,9 @@
1. Optimize GlobalErrorHandler
1. Optimize the return value of the'skip' method interface of'ShenyuPlugin' to
boolean
1. Optimize register rules
-1. Modify dubbo and sofa param resolve service
+1. Modify dubbo and sofa param resolve service
1. Refactor sign plugin api
-1. Remove websocket filter
+1. Remove websocket filter
### Refactor
@@ -50,12 +112,12 @@
1. Fix admin Return password question
1. Fix LDAP query built from user-controlled source
1. Fix the IP address retrieval error
-1. Fix Gson toJson is null
+1. Fix Gson toJson is null
1. Fix the index out of range bug for context path.
1. Fix monitor init metrics label bug
1. Fix GlobalErrorHandler error object to map bug by JacksonUtils.toMap
-1. Fix modify response plugin order bug
-1. Fix the bug of register
+1. Fix modify response plugin order bug
+1. Fix the bug of register
1. Fix sofa plugin register metadata and parameters resolve
1. Fix motan ,dubbo, sofa plugin metadata init bug
@@ -89,7 +151,7 @@
### Enhancement
-1. H2 support insert ingore into in Mysql model
+1. H2 support insert ingore into in Mysql model
1. Improvements For the Apache Dubbo plugin
1. Optimization of GRPC plugin
@@ -138,6 +200,3 @@
* Add register center for etcd #1161
* Add register center for nacos #1182
* Add register center for zookeeper #1141 #1139
-
-
-