pymssql v2.2.3 Release Notes
Release Date: 2021-12-21 // 6 months ago-
General
- ๐ Build wheels for Python-3.10.
- ๐ Use FreeTDS-1.3.4 for official wheels on PyPi.
- ๐ง Enable krb5 in Linux wheels (#734).
- ๐ Fix UnicodeEncodeError for non-ascii database name (#484).
- ๐ Fix pymssql.Binary (#504).
- ๐ On macOS check for FreeTDS in homebrew prefix when building.
- ๐ Some documentation changes.
Previous changes from v2.2.2
-
General
- ๐ Use FreeTDS-1.3 for official wheels on PyPi.
- ๐ On macOS use delocate to bundle dependencies when building wheels.
- ๐ Some documentation changes.