We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59570e1 commit ebb08ffCopy full SHA for ebb08ff
RELEASE-NOTES.md
@@ -1,3 +1,23 @@
1
+## 3.0.2
2
+
3
+### Bug Fixes
4
5
+1. Fix itemErrorMessages not cleared after job finished.
6
+1. Fix Curator notify thread may be blocked and avoid probably endless loop in ServerService.
7
+1. NPE occur when job instance could not be unmarshalled.
8
+1. Fix failover too sensitive.
9
10
+## Enhancements
11
12
+1. Script Job exception's stack was ignored.
13
+1. Support using different event trace data source when using Spring Boot.
14
+1. Supports building project by Java 19.
15
16
+### Change Logs
17
18
+1. [MILESTONE 3.0.2](https://github.com/apache/shardingsphere-elasticjob/milestone/5)
19
20
21
## 3.0.1
22
23
### Enhancements
0 commit comments