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 e706dbe5987 Update release notes (#38079)
e706dbe5987 is described below
commit e706dbe5987dd9907e34d796d8d2817af8ddeaf0
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Feb 18 12:11:43 2026 +0800
Update release notes (#38079)
---
RELEASE-NOTES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 33a82f0576d..333365ec53e 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -123,6 +123,7 @@
1. JDBC: Fix the issue where cached connections in
DriverDatabaseConnectionManager were not released in time -
[35834](https://github.com/apache/shardingsphere/pull/35834)
1. JDBC: Clear batch generated keys result set when call clearBatch method -
[37204](https://github.com/apache/shardingsphere/pull/37204)
1. JDBC: Fix Oracle TIMESTAMP WITH TIME ZONE ORDER BY exception -
[#37181](https://github.com/apache/shardingsphere/pull/37181)
+1. JDBC: Fix generated keys retrieval for PostgreSQL SINGLE tables -
[#38024](https://github.com/apache/shardingsphere/pull/38024)
1. Proxy: Fix `SHOW PROCESSLIST` not wait for all nodes -
[#35348](https://github.com/apache/shardingsphere/pull/35348)
1. Proxy: Fix NoSuchElementException exception when execute MySQL SHOW
VARIABLES without current database -
[#35550](https://github.com/apache/shardingsphere/pull/35550)
1. Proxy: Fix column length for PostgreSQL string binary protocol value -
[35840](https://github.com/apache/shardingsphere/pull/35840)