This is an automated email from the ASF dual-hosted git repository.
midnight2104 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 0f4a225 Update release-notes.md (#234)
0f4a225 is described below
commit 0f4a225e196079a569c6c4e174050c1a915ed049
Author: Sinsy <[email protected]>
AuthorDate: Thu Sep 2 18:45:58 2021 +0800
Update release-notes.md (#234)
---
versioned_docs/version-2.4.0/release-notes.md | 50 +++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/versioned_docs/version-2.4.0/release-notes.md
b/versioned_docs/version-2.4.0/release-notes.md
index 95cef26..9f7b450 100644
--- a/versioned_docs/version-2.4.0/release-notes.md
+++ b/versioned_docs/version-2.4.0/release-notes.md
@@ -4,6 +4,56 @@ keywords: ["release-notes"]
description: release-notes
---
+### 2.4.0
+
+#### New Features
+
+- Support reading init_script file which is not under resource/directory
+- Display the plugin menus in categories
+- Admin add execute Multi-path sql script
+- IpUtils add a parameter to select the network ip
+- Add parameter-mapping plugin
+- Support Consul as shenyu-register-center
+- Support Etcd as shenyu-sync-data-center
+- Add sentinel customized fallbackhandler
+- Add response plugin
+- Add JWT plugin
+- Add Request plugin
+- Add Motan plugin
+- Add Logging plugin
+- Add Modify-response plugin
+- Add Oauth2 plugin
+- Add Menu Resource Permissions
+- Add Data Permissions
+
+#### API Changes
+
+- Change the project name from Soul to ShenYu
+- Change the group id from org.dromara to org.apache.shenyu
+
+#### Enhancement
+
+- H2 support insert ingore into in Mysql model
+- Improvements For the Apache Dubbo plugin
+- Optimization of GRPC plugin
+
+#### Refactor
+
+- Refactor code about "async invoke" is not supported in Dubbo lower than 2.7.3
+- Replace the term Operator by Predicate
+- Refine judge conditions operator
+- Refactor PredicateJudge module using SPI
+- Refactor code about client register
+
+#### Bug Fix
+
+- Fix the JwtUtil.getUserId method bug
+- Fix the shenyu-spring-boot-starter bug
+- The encoded urlPath will be re-encoded in WebClientPlugin
+- Replace The Risky Cryptographic Algorithm "AES/ECB/NoPadding"
+- ReadTimeoutHandler on a channel which in a PooledConnectionProvider would
cause an unexpected ReadTimeoutException
+- Got ClassNotFoundException while start my Gateway in 2.4.8 spring boot
+
### 2.3.0
#### soul-admin