- Notifications
You must be signed in to change notification settings - Fork10
Tags: microsoft/mssql-python
Tags
v0.8.1-preview
FIX: Interactive on Windows (#142)### ADO Work Item Reference <!-- Insert your ADO Work Item ID below (e.g. AB#37452) -->>[AB#38007](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/38007)-------------------------------------------------------------------### Summary This pull request includes a small change to the`process_auth_parameters` function in `mssql_python/auth.py`. The changeadjusts how the `auth_type` is handled for interactive authentication onWindows, ensuring compatibility with native handling of AADInteractive.---------Co-authored-by: Jahnvi Thakkar <jathakkar@microsoft.com>
v0.8.0-preview
RELEASE: 0.8.0 (#140)### ADO Work Item Reference <!-- Insert your ADO Work Item ID below (e.g. AB#37452) -->>[AB#38002](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/38002)-------------------------------------------------------------------### Summary This pull request updates the `mssql-python` driver to version 0.8.0,introducing several new features and improvements. Key changes includeenhanced authentication options, performance optimizations, and betterdebugging capabilities.### New Features and Enhancements:* **Azure Active Directory Authentication**: Added support for Azure ADlogin options (e.g., `ActiveDirectoryInteractive`,`ActiveDirectoryDeviceCode`, `ActiveDirectoryDefault`) to enable secureand flexible cloud integration. (`PyPI_Description.md`,[PyPI_Description.mdL12-R15](diffhunk://#diff-5236254592b2fea0773f17424b16acf82e3aa351ad8bae33871de5c98eb76eedL12-R15))* **Batch Execution Performance**: Refactored the `executemany` methodfor efficient bulk operations and improved C++ bindings to enhanceperformance during batch execution. (`PyPI_Description.md`,[PyPI_Description.mdL12-R15](diffhunk://#diff-5236254592b2fea0773f17424b16acf82e3aa351ad8bae33871de5c98eb76eedL12-R15))### Debugging and Logging Improvements:* **Robust Logging System**: Overhauled the logging mechanism with asingleton manager, sensitive data sanitization, and improved exceptionhandling for better traceability. (`PyPI_Description.md`,[PyPI_Description.mdL12-R15](diffhunk://#diff-5236254592b2fea0773f17424b16acf82e3aa351ad8bae33871de5c98eb76eedL12-R15))* **Improved Row Representation**: Enhanced the `Row` object’s stringand representation methods for more informative debugging and output.(`PyPI_Description.md`,[PyPI_Description.mdL12-R15](diffhunk://#diff-5236254592b2fea0773f17424b16acf82e3aa351ad8bae33871de5c98eb76eedL12-R15))### Version Update:* Updated the library version from `0.7.0` to `0.8.0` in `setup.py`.(`setup.py`,[setup.pyL82-R82](diffhunk://#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7L82-R82))---------Co-authored-by: Jahnvi Thakkar <jathakkar@microsoft.com>
v0.7.0-preview
Merge branch 'main' ofhttps://github.com/microsoft/mssql-python into…… release/0.7.0
v0.6.0-preview
RELEASE: 0.6.0