This is an automated email from the ASF dual-hosted git repository. wuweijie pushed a commit to branch 3.0.3-release in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
commit b60b51c5c9d0bc0519491cdce6f57042b9845221 Author: 吴伟杰 <[email protected]> AuthorDate: Tue Mar 21 17:31:44 2023 +0800 Update Release Notes for 3.0.3 --- RELEASE-NOTES.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 5d6b79666..7af6a918c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,22 @@ +## 3.0.3 + +### Bug Fixes + +1. Job class conflict error caused by empty String +1. Possible NPE in LegacyCrashedRunningItemListener +1. Possible NPE in InstanceService.getAvailableJobInstances +1. Job listeners configured in local configuration were used even if overwrite=false + +### Enhancements + +1. Add new job dump method in JobOperateAPI +1. Avoid once listener invoke multi times + +### Change Logs + +1. [MILESTONE 3.0.3](https://github.com/apache/shardingsphere-elasticjob/milestone/8) + + ## 3.0.2 ### Bug Fixes @@ -7,7 +26,7 @@ 1. NPE occur when job instance could not be unmarshalled. 1. Fix failover too sensitive. -## Enhancements +### Enhancements 1. Script Job exception's stack was ignored. 1. Support using different event trace data source when using Spring Boot.
