You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2022/10/18 14:08:50 UTC

[shardingsphere-elasticjob] 01/01: Update release notes for 3.0.2

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

wuweijie pushed a commit to branch 3.0.2-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git

commit ebb08fff158395ecf2294e6da28671f56a7435e7
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Tue Oct 18 22:08:15 2022 +0800

    Update release notes for 3.0.2
---
 RELEASE-NOTES.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 89dfc1b88..5d6b79666 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,23 @@
+## 3.0.2
+
+### Bug Fixes
+
+1. Fix itemErrorMessages not cleared after job finished.
+1. Fix Curator notify thread may be blocked and avoid probably endless loop in ServerService.
+1. NPE occur when job instance could not be unmarshalled.
+1. Fix failover too sensitive.
+
+## Enhancements
+
+1. Script Job exception's stack was ignored.
+1. Support using different event trace data source when using Spring Boot.
+1. Supports building project by Java 19.
+
+### Change Logs
+
+1. [MILESTONE 3.0.2](https://github.com/apache/shardingsphere-elasticjob/milestone/5)
+
+
 ## 3.0.1
 
 ### Enhancements