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/12/17 04:52:38 UTC

[shardingsphere-elasticjob] branch master updated: Update release note for 3.0.0-RC1 (#1782)

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 ad9f050  Update release note for 3.0.0-RC1 (#1782)
ad9f050 is described below

commit ad9f0501384bfa2cae5591bf01b37ff03bc2f599
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Thu Dec 17 12:52:24 2020 +0800

    Update release note for 3.0.0-RC1 (#1782)
    
    * Update release note for 3.0.0-RC1
---
 RELEASE-NOTES.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 1fce098..4cb36eb 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,29 @@
+## 3.0.0-RC1
+
+### API Changes
+
+1. Simplify usage of injecting OneOffJob when using Spring Boot Starter
+1. Refactor job tracing configuration to support persistence
+
+### New Features
+
+1. Support reloading JobErrorHandler and ExecutorService when configuration changed
+1. Add authentication support in Cloud Scheduler
+
+### Bug Fixes
+
+1. Fix TracingConfiguration doesn't work when the property overwrite is false
+1. Fix SnapshotService may be unavailable in specific situation
+1. Fix some minor problems in Restful module
+
+### Build & Dependencies
+
+1. Upgrade commons-dbcp to commons-dbcp2 in Cloud Scheduler
+
+###  Change Logs
+
+1. [MILESTONE 3.0.0-RC1](https://github.com/apache/shardingsphere-elasticjob/milestone/3)
+
 ## 3.0.0-beta
 
 ### API Changes