From ebb08fff158395ecf2294e6da28671f56a7435e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E4=BC=9F=E6=9D=B0?= Date: Tue, 18 Oct 2022 22:08:15 +0800 Subject: [PATCH] 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 89dfc1b888..5d6b79666a 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