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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Version Changelog
2
2
3
+
## [v1.0.5-oss] - 2025-04-28
4
+
5
+
### Added
6
+
- Support for token cache in OAuth U2M Flow using the configuration parameters: `EnableTokenCache` and `TokenCachePassPhrase`.
7
+
- Support for additional SSL functionality including use of System trust stores (`UseSystemTruststore`) and allowing self signed certificates (via `AllowSelfSignedCerts`)
8
+
- Added support for `getImportedKeys` and `getCrossReferences` in SQL Exec API mode
9
+
10
+
### Updated
11
+
- Modified E2E tests to validate driver behavior under multi-threaded access patterns.
12
+
- Improved error handling through telemetry by throwing custom exceptions across the repository.
13
+
14
+
### Fixed
15
+
- Fixed bug where batch prepared statements could lead to backward-incompatible error scenarios.
16
+
- Corrected setting of decimal types in prepared statement executions.
17
+
- Resolved NullPointerException (NPE) that occurred during ResultSet and Connection operations in multithreaded environment.
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
3
3
## [Unreleased]
4
4
5
5
### Added
6
-
- Support for token cache in OAuth U2M Flow using the configuration parameters: `EnableTokenCache` and `TokenCachePassPhrase`.
7
-
- Support for additional SSL functionality including use of System trust stores (`UseSystemTruststore`) and allowing self signed certificates (via `AllowSelfSignedCerts`)
0 commit comments