- Behavior Change: Mapped the TEXT type to SQL_VARCHAR with a column size of 256 by default in metadata APIs
- Behavior Change: Mapped HLLSKETCH columns to binary (SQL_LONGVARBINARY), allowing applications to read and bind them as binary data
- Added support for Identity Enhanced Credentials authentication via IdpTokenAuthPlugin
- Hardened string handling in the utility path by replacing legacy strncpy with rs_strncpy_safe
- Improved the Windows build to run the unit test suite and fail on any unit test failure
- Fixed ODBC interval qualifier substitution so it applies only within {ivl} escape clauses
- Fixed a use-after-free crash on mid-stream batch refill failure in streaming cursor mode
Full Changelog: v2.2.1...v2.2.2