- Notifications
You must be signed in to change notification settings - Fork11
RELEASE: 0.8.0#140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
RELEASE: 0.8.0#140
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR releases version 0.8.0 of the mssql-python driver, introducing Azure Active Directory authentication, performance improvements for batch operations, enhanced logging capabilities, and improved debugging features.
- Updated library version from 0.7.0 to 0.8.0
- Added Azure AD authentication support with multiple login options
- Enhanced batch execution performance and logging system improvements
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
setup.py | Updates version number from 0.7.0 to 0.8.0 |
PyPI_Description.md | Adds detailed feature descriptions for new Azure AD authentication, batch performance, logging, and Row representation improvements |
919c230
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
ADO Work Item Reference
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:
ActiveDirectoryInteractive
,ActiveDirectoryDeviceCode
,ActiveDirectoryDefault
) to enable secure and flexible cloud integration. (PyPI_Description.md
,PyPI_Description.mdL12-R15)executemany
method for efficient bulk operations and improved C++ bindings to enhance performance during batch execution. (PyPI_Description.md
,PyPI_Description.mdL12-R15)Debugging and Logging Improvements:
PyPI_Description.md
,PyPI_Description.mdL12-R15)Row
object’s string and representation methods for more informative debugging and output. (PyPI_Description.md
,PyPI_Description.mdL12-R15)Version Update:
0.7.0
to0.8.0
insetup.py
. (setup.py
,setup.pyL82-R82)