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

yunlong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d17d1112 [type:release] add license and release doc (#4952)
8d17d1112 is described below

commit 8d17d1112ce490b902feb05e6b915e5c0366c2f1
Author: moremind <[email protected]>
AuthorDate: Thu Aug 3 18:48:17 2023 +0800

    [type:release] add license and release doc (#4952)
---
 RELEASE-NOTES.md                                                | 6 ++++++
 shenyu-dist/shenyu-bootstrap-dist/src/main/release-docs/LICENSE | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 2186112f9..6c0279997 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -69,6 +69,8 @@
 39. Add shenyu-spring-sdk test cases
 40. Add e2e sofa test cases
 41. Add apollo config sync test case
+42. Add database connection pool
+43. Add idea icon for shenyu project
 
 ### Refactor
 
@@ -124,6 +126,8 @@
 50. Add bootstrap start log
 51. Refactor api document for swagger
 52. Upgrade grpc version to 1.53.0
+53. Refactor api meta data process function
+54. polish master code and pom
 
 ### Bug Fix
 
@@ -180,6 +184,8 @@
 51. Fix websocket lost the user-defined clost status
 52. Fix consul register lose the prop of meta-path when special symbol
 53. Fix etcd sync error
+54. Fix admin sync error
+55. Fix shenyu motan plugin execute error
 
 ## 2.5.1
 
diff --git a/shenyu-dist/shenyu-bootstrap-dist/src/main/release-docs/LICENSE 
b/shenyu-dist/shenyu-bootstrap-dist/src/main/release-docs/LICENSE
index 502b3afac..38550d99d 100644
--- a/shenyu-dist/shenyu-bootstrap-dist/src/main/release-docs/LICENSE
+++ b/shenyu-dist/shenyu-bootstrap-dist/src/main/release-docs/LICENSE
@@ -337,10 +337,10 @@ The text of each license is the standard Apache 2.0 
license.
     lz4-java 1.8.0: https://github.com/jpountz/lz4-java, Apache 2.0
     metrics-core 3.0.1: 
https://mvnrepository.com/artifact/com.codahale.metrics/metrics-core, Apache 2.0
     micrometer-core 1.9.12: https://github.com/micrometer-metrics/micrometer, 
Apache 2.0
-    motan-core 1.2.0 https://github.com/weibocom/motan, Apache 2.0
-    motan-transport-netty4 1.2.0 https://github.com/weibocom/motan, Apache 2.0
-    motan-registry-zookeeper 1.2.0 https://github.com/weibocom/motan, Apache 
2.0
-    motan-springsupport 1.2.0 https://github.com/weibocom/motan, Apache 2.0
+    motan-core 1.2.1: https://github.com/weibocom/motan, Apache 2.0
+    motan-transport-netty4 1.2.1: https://github.com/weibocom/motan, Apache 2.0
+    motan-registry-zookeeper 1.2.1: https://github.com/weibocom/motan, Apache 
2.0
+    motan-springsupport 1.2.1: https://github.com/weibocom/motan, Apache 2.0
     msg-simple 1.1: https://github.com/fge/msg-simple, Apache 2.0 and LGPL
     netty-all 4.1.94.Final: https://github.com/netty, Apache 2.0
     netty-buffer 4.1.94.Final: https://github.com/netty, Apache 2.0

Reply via email to