From d246339dcd6b0cb85c0a498cb62ab25d46ece1fe Mon Sep 17 00:00:00 2001 From: yanzhiemq <125347458+yanzhiemq@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:04:07 +0800 Subject: [PATCH 1/3] Update release_history.md for neuronex 3.1.1 --- en_US/release_history/release_history.md | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/en_US/release_history/release_history.md b/en_US/release_history/release_history.md index 1d6b664..d5feb40 100644 --- a/en_US/release_history/release_history.md +++ b/en_US/release_history/release_history.md @@ -1,5 +1,34 @@ # Release history +## v3.1.1 + +Release Date: 2024-01-12 + +## Enhancements + +- enable redis source +- modify the log page +- the new password cannot be the same as the old password +- add filter search and pagination for north driver and north group + +## Bug Fixes + +- fix view rule to edit rule and set runImmediately is true +- delete no node or group bug in DataMonitoring +- set interval is disabled when set loop is false in rule test +- fix that can't check hexadecimal data +- fix: tls certificates are not verified . +- fix rule exception for multiple op. +- syslog request body validate +- check ekuiper liveness when setting log level +- liveness report to ecp do not work except reboot neuronex + +## Breaking Changes + +- store ecp related data(liveness、syslog、password) into sqlite +- Stop all rules for original install license every 1 hour. + + ## v3.1.0 Release Date: 2023-12-22 From d2434b65b58fa37966fa1da5a2110d019e13d09a Mon Sep 17 00:00:00 2001 From: yanzhiemq <125347458+yanzhiemq@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:24:56 +0800 Subject: [PATCH 2/3] Apply suggestions from code review --- en_US/release_history/release_history.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/en_US/release_history/release_history.md b/en_US/release_history/release_history.md index d5feb40..d9deb9d 100644 --- a/en_US/release_history/release_history.md +++ b/en_US/release_history/release_history.md @@ -10,6 +10,7 @@ Release Date: 2024-01-12 - modify the log page - the new password cannot be the same as the old password - add filter search and pagination for north driver and north group +- store ecp related data(liveness、syslog、password) into sqlite ## Bug Fixes @@ -23,10 +24,6 @@ Release Date: 2024-01-12 - check ekuiper liveness when setting log level - liveness report to ecp do not work except reboot neuronex -## Breaking Changes - -- store ecp related data(liveness、syslog、password) into sqlite -- Stop all rules for original install license every 1 hour. ## v3.1.0 From 65773da701d5b8e3c9b703ed49c5c24104349e82 Mon Sep 17 00:00:00 2001 From: QQDQ <76338966@qq.com> Date: Fri, 12 Jan 2024 12:21:44 +0800 Subject: [PATCH 3/3] Update release_history.md --- en_US/release_history/release_history.md | 27 ++++++++++++------------ 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/en_US/release_history/release_history.md b/en_US/release_history/release_history.md index d9deb9d..f73fc03 100644 --- a/en_US/release_history/release_history.md +++ b/en_US/release_history/release_history.md @@ -6,23 +6,24 @@ Release Date: 2024-01-12 ## Enhancements -- enable redis source -- modify the log page -- the new password cannot be the same as the old password -- add filter search and pagination for north driver and north group +- Added redis source +- Optimize the log monitoring page +- When changing the password, the old and new passwords cannot be the same +- add filter search and pagination for north apps page and north group list page - store ecp related data(liveness、syslog、password) into sqlite +- When creating a rule, the runImmediately option is set to true by default ## Bug Fixes -- fix view rule to edit rule and set runImmediately is true -- delete no node or group bug in DataMonitoring -- set interval is disabled when set loop is false in rule test -- fix that can't check hexadecimal data -- fix: tls certificates are not verified . -- fix rule exception for multiple op. -- syslog request body validate -- check ekuiper liveness when setting log level -- liveness report to ecp do not work except reboot neuronex +- Fixed SQL database password validation error +- Fixed node/group display error in DataMonitoring page +- Fixed error when creating rules while rule testing is in progress +- Fixed hexadecimal writing data tag error +- Fixed tls certificates validation error +- Fixed rule exception for multiple op. +- Fixed syslog body validate +- Fixed ekuiper liveness check when setting log level +- Fixed liveness report to ecp do not work except reboot neuronex