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
### Added
- Added support for DoD (.mil) domains
- Enables fetching of metadata for SELECT queries using PreparedStatement prior to setting parameters or executing the query.
- Added support for SSL client certificate authentication via keystore configuration parameters: SSLKeyStore, SSLKeyStorePwd, SSLKeyStoreType, and SSLKeyStoreProvider.
### Fixed
- Updated JDBC URL regex to accept valid connection strings that were incorrectly rejected.
- Updated decimal conversion logic to fix numeric values missing decimal precision.
Co-authored-by: Samikshya Chand <[email protected]>
Signed-off-by: Jayant Singh [email protected]
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Version Changelog
2
2
3
+
## [v1.0.7-oss] - 2025-05-26
4
+
5
+
### Added
6
+
- Added support for DoD (.mil) domains
7
+
- Enables fetching of metadata for SELECT queries using PreparedStatement prior to setting parameters or executing the query.
8
+
- Added support for SSL client certificate authentication via keystore configuration parameters: SSLKeyStore, SSLKeyStorePwd, SSLKeyStoreType, and SSLKeyStoreProvider.
9
+
10
+
### Fixed
11
+
- Updated JDBC URL regex to accept valid connection strings that were incorrectly rejected.
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,13 @@
3
3
## [Unreleased]
4
4
5
5
### Added
6
-
- Added support for DoD (.mil) domains
7
-
- Enables fetching of metadata for SELECT queries using PreparedStatement prior to setting parameters or executing the query.
8
-
- Added support for SSL client certificate authentication via keystore configuration parameters: SSLKeyStore, SSLKeyStorePwd, SSLKeyStoreType, and SSLKeyStoreProvider.
9
-
6
+
-
10
7
11
8
### Updated
12
9
-
13
10
14
11
### Fixed
15
-
- Updated JDBC URL regex to accept valid connection strings that were incorrectly rejected.
0 commit comments