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/12/06 05:09:13 UTC

[shardingsphere] branch 5.3.0-release updated (03ee8a27da0 -> a1cc711c2db)

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

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


 discard 03ee8a27da0 Revise release notes for 5.3.0
     new a1cc711c2db Revise release notes for 5.3.0

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   (03ee8a27da0)
            \
             N -- N -- N   refs/heads/5.3.0-release (a1cc711c2db)

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:
 RELEASE-NOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[shardingsphere] 01/01: Revise release notes for 5.3.0

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

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

commit a1cc711c2db7a6b92e75c3780a661cede68b2e21
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Tue Dec 6 13:07:38 2022 +0800

    Revise release notes for 5.3.0
---
 RELEASE-NOTES.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 58e15294e0c..8859bb0bce5 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -8,16 +8,12 @@
 1. Proxy: Remove the default logback.xml and use API initialization
 1. JDBC: Remove the Spring configuration and use Driver + YAML configuration instead
 
-### New Feature
-
-1. Agent: Support integration with ShardingSphere-JDBC
-
 ### Enhancements
 
 1. DistSQL: New syntax REFRESH DATABASE METADATA, refresh logic database metadata
 1. Kernel: Support DistSQL REFRESH DATABASE METADATA to load configuration from the governance center and rebuild MetaDataContext
 1. Support postgresql/openGauss setting transaction isolation level
-1. Scaling: Increase inventory task progress update frequence
+1. Scaling: Increase inventory task progress update frequency
 1. Scaling: DATA_MATCH consistency check support breakpoint resume
 1. Scaling: Support drop consistency check job via DistSQL
 1. Scaling: Rename column from sharding_total_count to job_item_count in job list DistSQL response