Commit 919c230
authored
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 include
enhanced authentication options, performance optimizations, and better
debugging capabilities.
### New Features and Enhancements:
* **Azure Active Directory Authentication**: Added support for Azure AD
login options (e.g., `ActiveDirectoryInteractive`,
`ActiveDirectoryDeviceCode`, `ActiveDirectoryDefault`) to enable secure
and flexible cloud integration. (`PyPI_Description.md`,
[PyPI_Description.mdL12-R15](diffhunk://#diff-5236254592b2fea0773f17424b16acf82e3aa351ad8bae33871de5c98eb76eedL12-R15))
* **Batch Execution Performance**: Refactored the `executemany` method
for efficient bulk operations and improved C++ bindings to enhance
performance 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 a
singleton manager, sensitive data sanitization, and improved exception
handling for better traceability. (`PyPI_Description.md`,
[PyPI_Description.mdL12-R15](diffhunk://#diff-5236254592b2fea0773f17424b16acf82e3aa351ad8bae33871de5c98eb76eedL12-R15))
* **Improved Row Representation**: Enhanced the `Row` object’s string
and 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>1 parent a4da13a commit 919c230
3 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments