You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/10/24 09:04:28 UTC

[shardingsphere-elasticjob] branch master updated: Add 3.0.0-beta release note (#1652)

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

zhangliang 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 7f66bbd  Add 3.0.0-beta release note (#1652)
7f66bbd is described below

commit 7f66bbd5435b7aa8f1189092edceea84cef0074b
Author: Liang Zhang <te...@163.com>
AuthorDate: Sat Oct 24 17:04:19 2020 +0800

    Add 3.0.0-beta release note (#1652)
    
    * Add 3.0.0-beta release note
---
 RELEASE-NOTES.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 6f8037d..f297c14 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,27 @@
+## 3.0.0-beta
+
+### API Changes
+
+1. Refactor job listener API
+
+### New Features
+
+1. Support HTTP job
+1. Remove spring boot dependencies from job kernel module
+1. Support sent email when job execute error
+1. Support sent wechat message when job execute error
+1. Support sent dingtalk message when job execute error
+
+### Bug Fixes
+
+1. Fix bug of one-off job cannot work with sharding
+1. Fix bug of table and index name case-insensitive for event trace using database
+1. Fix bug of dead lock for one-off job when resharding flag set incorrectly
+
+###  Change Logs
+
+1. [MILESTONE](https://github.com/apache/shardingsphere-elasticjob/milestone/2)
+
 ## 3.0.0-alpha
 
 ### Build & Dependencies