github microsoft/mssql-python v0.8.1-preview

latest release: v0.9.0-preview
pre-releaseone month ago

Release Notes

Bug Fix:

  • Improves Windows support for interactive Azure AD authentication. #142

    What changed:

    • The PR makes a small change to the process_auth_parameters function in mssql_python/auth.py.
    • It adjusts how the auth_type is handled for interactive authentication on Windows.
    • Ensures compatibility with native handling of AADInteractive authentication.

    Who benefits:

    • Users who run interactive authentication workflows on Windows, especially those leveraging Azure Active Directory authentication (AADInteractive).
    • Developers maintaining cross-platform authentication logic in the mssql-python library.

    Impact:

    • Improved reliability and compatibility for interactive authentication on Windows.
    • Smoother user experience when using AADInteractive.
    • Low risk: only 2 files changed with 7 additions and 7 deletions.

Don't miss a new mssql-python release

NewReleases is sending notifications on new releases.