Skip to content

v.1.0.5-oss

Choose a tag to compare

@shivam2680 shivam2680 released this 28 Apr 11:05
· 180 commits to main since this release
2f2814c

Added

  • Support for token cache in OAuth U2M Flow using the configuration parameters: EnableTokenCache and TokenCachePassPhrase.
  • Support for additional SSL functionality including use of System trust stores (UseSystemTruststore) and allowing self signed certificates (via AllowSelfSignedCerts)
  • Added support for getImportedKeys and getCrossReferences in SQL Exec API mode

Updated

  • Modified E2E tests to validate driver behavior under multi-threaded access patterns.
  • Improved error handling through telemetry by throwing custom exceptions across the repository.

Fixed

  • Fixed bug where batch prepared statements could lead to backward-incompatible error scenarios.
  • Corrected setting of decimal types in prepared statement executions.
  • Resolved NullPointerException (NPE) that occurred during ResultSet and Connection operations in multithreaded environment.