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 e01d88189d2 Update release notes (#38067)
e01d88189d2 is described below
commit e01d88189d2a4cff2be1c545567001ab309d9d93
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Feb 17 18:16:10 2026 +0800
Update release notes (#38067)
---
RELEASE-NOTES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 43002eacf75..33a82f0576d 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -134,6 +134,7 @@
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. Proxy: Fix MySQL prepared statement sharding failure with
`interpolateParams=false` when `MYSQL_TYPE_STRING` is used for character
sharding columns -
[#37993](https://github.com/apache/shardingsphere/issues/37993)
+1. Proxy: Handle `byte[]` pagination parameters in MySQL prepared statements
(`LIMIT ?`, `LIMIT ?, ?`) -
[#38057](https://github.com/apache/shardingsphere/pull/38057)
1. Proxy: Fix command type error when use openGauss driver to execute
statements in transaction -
[37749](https://github.com/apache/shardingsphere/pull/37749)
1. Mode: Fix issue of drop schema can not work on standalone mode -
[#34470](https://github.com/apache/shardingsphere/pull/34470)
1. Sharding: Fix mod sharding algorithm judgement
-[#36386](https://github.com/apache/shardingsphere/pull/36386)