Skip to content

v1.0.7-oss

Choose a tag to compare

@jayantsing-db jayantsing-db released this 25 Jun 14:13
· 176 commits to main since this release
bbaa069

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.