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 2022/10/26 03:34:39 UTC

[shardingsphere-elasticjob-ui] branch 3.0.2-release updated (56a56d4 -> 58b1e83)

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

wuweijie pushed a change to branch 3.0.2-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git


 discard 56a56d4  Update release notes for 3.0.2
     add df1729c  Exclude package-lock.json from src distribution (#172)
     add 430f5f0  Update dependencies and license (#173)
     new 58b1e83  Update release notes for 3.0.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (56a56d4)
            \
             N -- N -- N   refs/heads/3.0.2-release (58b1e83)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  14 +-
 .../pom.xml                                        |   4 +
 .../pom.xml                                        |   4 +
 .../src/main/release-docs/LICENSE                  |   9 +-
 .../release-docs/licenses/LICENSE-activation.txt   | 759 +++++++++++++++++++++
 .../src/main/release-docs/LICENSE                  |  11 +-
 .../release-docs/licenses/LICENSE-activation.txt   | 759 +++++++++++++++++++++
 ...ardingsphere-elasticjob-ui-src-distribution.xml |   3 +
 8 files changed, 1548 insertions(+), 15 deletions(-)
 create mode 100644 shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/src/main/release-docs/licenses/LICENSE-activation.txt
 create mode 100644 shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/src/main/release-docs/licenses/LICENSE-activation.txt


[shardingsphere-elasticjob-ui] 01/01: Update release notes for 3.0.2

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 58b1e83721a84a7897f359f15ab541b89e34c8dc
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Tue Oct 25 17:58:49 2022 +0800

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

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 4da9d05..0d22a4c 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,22 @@
+## 3.0.2
+
+### Enhancement
+1. Add driver whitelist for event trace configuration
+
+### Bug fix
+1. Pagination in some pages may not work well.
+
+### Refactor
+1. Remove unnecessary guest user
+
+### Dependency
+1. Bump ElasticJob to 3.0.2
+
+### Change Logs
+
+1. [MILESTONE 3.0.2](https://github.com/apache/shardingsphere-elasticjob-ui/milestone/6)
+
+
 ## 3.0.1
 
 ### Enhancements