You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
Changelog
2
2
=========
3
3
4
+
v2.2.6 (2026-05-05)
5
+
----------------------
6
+
- Fixed an issue where the driver used HTTPS instead of HTTP for the proxy endpoint scheme in local proxy connections, which could cause proxy connection failures
7
+
- Upgraded Jackson dependency from version 2.16 to 2.20
8
+
- Added support for pg_catalog internal data types in the getFunctionColumns and getProcedureColumns metadata APIs
9
+
- Fixed an issue where backslash characters in catalog names were incorrectly escaped in DatabaseMetaData queries, which could result in malformed queries
10
+
11
+
4
12
v2.2.5 (2026-03-04)
5
13
----------------------
6
14
- Fixed metadata retrieval to sanitize invalid negative and null values in MetadataAPIHelper
0 commit comments