- Added apple macOS support with ARM64 and x86_64 architecture compatibility
- Added support for both iODBC and unixODBC driver managers on apple macOS
- Added UTF-32 encoding support on macOS complementing the existing UTF-16 support
- Extended SQLSetEnvAttr and SQLSetConnectAttr to support SQL_ATTR_APP_UNICODE_TYPE, SQL_ATTR_APP_WCHAR_TYPE, and SQL_ATTR_DRIVER_UNICODE_TYPE attributes
- Enhanced all ODBC wide character APIs with improved Unicode conversions, comprehensive input and buffer validations, robust error handling, and ODBC specification-compliant return codes (SQL_SUCCESS, SQL_SUCCESS_WITH_INFO)
Full Changelog: v2.1.11...v2.1.12