- Introduced token caching support for Browser IdC Auth plugin.
- Updated the logic for retrieving database metadata through the
SQLTables()andSQLColumns()API methods. - Addressed security issues as detailed in CVE-2024-12746
- Fixed an issue where data types returned for the
BUFFER_LENGTH,DECIMAL_DIGITS,NUM_PREC_RADIX, andNULLABLEcolumns in theSQLColumnsODBC API call result set for external schema did not conform to the ODBC specification. - Increased buffer size of
MAX_IDEN_LENto support connection parameter inputs up to 1024 characters. - Improved build system, removed prebuilt dependencies and introduced an automated script to build driver dependencies from source.
Full Changelog: v2.1.4...v2.1.6