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:10:17 UTC

[shardingsphere] branch 5.3.0-release updated (a1cc711c2db -> 394fdfe7d4d)

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 a1cc711c2db Revise release notes for 5.3.0
     new 394fdfe7d4d 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   (a1cc711c2db)
            \
             N -- N -- N   refs/heads/5.3.0-release (394fdfe7d4d)

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 394fdfe7d4ddfde908ec1bb9834794842461a042
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Tue Dec 6 13:07:38 2022 +0800

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

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 58e15294e0c..39c4d12d4db 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
@@ -49,7 +45,7 @@
 1. Scaling: Fix part of columns value might be ignored in DATA_MATCH consistency check
 1. Scaling: Fix jdbc url parameters are not updated in consistency check
 1. Scaling: Fix tables sharding algorithm type INLINE is case-sensitive
-1. Scaling: Fix increamental task on MySQL require mysql system database permission
+1. Scaling: Fix incremental task on MySQL require mysql system database permission
 1. Proxy: Fix the NPE when executing select SQL without storage node
 1. Proxy: Support DATABASE_PERMITTED permission verification in unicast scenarios
 1. Kernel: Fix the wrong value of worker-id in show compute nodes