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 2021/10/03 17:57:29 UTC

[shardingsphere-elasticjob] branch master updated: Update release notes for 3.0.1 (#1989)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b5557cf  Update release notes for 3.0.1 (#1989)
b5557cf is described below

commit b5557cf5f7a7c8ece9eda1ae01f15154b9bf11b8
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Mon Oct 4 01:57:25 2021 +0800

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

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 7360176..89dfc1b 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,23 @@
+## 3.0.1
+
+### Enhancements
+
+1. Avoids creating too many threads for JobTracingEventBus
+1. Job listeners can be ordered
+1. Supports setting timezone for job
+1. Some enhancements in Spring Boot Starter
+1. Supports configuring preferred ip by regex
+
+### Bug Fixes
+
+1. Lifecycle module: JobOperateAPIImpl#trigger does not work
+1. Job conflict may occur when using Spring Boot Starter
+
+### Change Logs
+
+1. [MILESTONE 3.0.1](https://github.com/apache/shardingsphere-elasticjob/milestone/6)
+
+
 ## 3.0.0
 
 ### Enhancements