🐛 v2.4.5 Fix bootstrap connectors, uv configuration, and MSSQL defaults.
v2.4.2 — v2.4.5
-
Fix
bootstrap connectors
.
Revert a breaking change to thebootstrap connectors
wizard. -
Respect disabling
uv
for package installation.
Settingsystem:experimental:uv_pip
tofalse
will now disableuv
for certain. -
Default to a query string for
options
when bootstrapping MSSQL connectors.
Although dictionaries are supported foroptions
, using a dictionary as a default was breaking serialization. The default foroptions
is now the stringdriver=ODBC Driver 17 for SQL Server&UseFMTONLY=Yes
. -
Default to MSSQL ODBC Driver 18.
The default driver to be used by MSSQL connectors is version 18.