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.git
The following commit(s) were added to refs/heads/master by this push:
new f8b830c244a Update release notes (#37860)
f8b830c244a is described below
commit f8b830c244a336e06c43313fab65f3e2dc79344c
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Jan 27 15:57:51 2026 +0800
Update release notes (#37860)
---
RELEASE-NOTES.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index a3d14b1d4c8..2f64002444f 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,7 +1,6 @@
## Release 5.5.4-SNAPSHOT
### Bug Fixes
-1. Proxy: Fix PostgreSQL text protocol bytea output to use hex encoding and
avoid truncation - [#37772](https://github.com/apache/shardingsphere/pull/37772)
## Release 5.5.3
@@ -116,12 +115,14 @@
1. Proxy: Fix IndexOutOfBoundsException for MySQL no-FROM multi-projection
SELECT routed to admin path -
[#37391](https://github.com/apache/shardingsphere/pull/37391)
1. Proxy: Fix MySQL binary protocol datetime/time fractional seconds precision
- [#37294](https://github.com/apache/shardingsphere/pull/37294)
1. Proxy: Fix PostgreSQL boolean text output to return `t`/`f` as per protocol
- [#37184](https://github.com/apache/shardingsphere/pull/37184)
+1. Proxy: Fix PostgreSQL text protocol bytea output to use hex encoding and
avoid truncation - [#37772](https://github.com/apache/shardingsphere/pull/37772)
1. Mode: Fix issue of drop schema can not work on standalone mode -
[#34470](https://github.com/apache/shardingsphere/pull/34470)
1. Encrypt: Resolve rewrite issue in nested concat function -
[#35815](https://github.com/apache/shardingsphere/pull/35815)
1. Sharding: Fix mod sharding algorithm judgement
-[#36386](https://github.com/apache/shardingsphere/pull/36386)
1. Sharding: Fix check inline sharding algorithms in table rules -
[#36999](https://github.com/apache/shardingsphere/pull/36999)
1. Sharding: Fix wrong sharding condition merge when sharding column in
case-sensitive - [#37389](https://github.com/apache/shardingsphere/pull/37389)
1. Sharding: Fix wrong merge sharding condition logic caused by different type
sharding value - [#37528](https://github.com/apache/shardingsphere/pull/37528)
+1. Sharding: Prevent SELECT DISTINCT rewrite from losing global de-duplication
across shards - [#37857](https://github.com/apache/shardingsphere/pull/37857)
1. Pipeline: Recover value of migration incremental importer batch size -
[#34670](https://github.com/apache/shardingsphere/pull/34670)
1. Pipeline: Fix InventoryDumper first time dump SQL without ORDER BY on
multiple columns unique key table -
[#34736](https://github.com/apache/shardingsphere/pull/34736)
1. Pipeline: Fix MySQL JDBC query properties extension when SSL is required on
server - [#36581](https://github.com/apache/shardingsphere/pull/36581)