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/05/03 16:08:58 UTC

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

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 1151766  Update release notes for 3.0.0 (#1887)
1151766 is described below

commit 115176675b5f1a8e4805fa9c656c23ee78674d0e
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Tue May 4 00:08:49 2021 +0800

    Update release notes for 3.0.0 (#1887)
---
 RELEASE-NOTES.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 4cb36eb..7360176 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,22 @@
+## 3.0.0
+
+### Enhancements
+
+1. Support configuring Mail SMTP SSL trust in elasticjob-error-handler-email
+
+### Bug Fixes
+
+1. The failover may not work in distributed deployment
+2. ReconcileService is still running after the job shutdown
+
+### Dependencies
+
+1. Make the spring-boot-starter-jdbc optional in ElasticJob Spring Boot Starter
+
+### Change Logs
+
+1. [MILESTONE 3.0.0](https://github.com/apache/shardingsphere-elasticjob/milestone/4)
+
 ## 3.0.0-RC1
 
 ### API Changes