Skip to content

🐛 v2.4.5 Fix bootstrap connectors, uv configuration, and MSSQL defaults.

Compare
Choose a tag to compare
@bmeares bmeares released this 24 Sep 21:27
· 52 commits to main since this release
21dc6f8

v2.4.2 — v2.4.5

  • Fix bootstrap connectors.
    Revert a breaking change to the bootstrap connectors wizard.

  • Respect disabling uv for package installation.
    Setting system:experimental:uv_pip to false will now disable uv for certain.

  • Default to a query string for options when bootstrapping MSSQL connectors.
    Although dictionaries are supported for options, using a dictionary as a default was breaking serialization. The default for options is now the string driver=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.