-
Notifications
You must be signed in to change notification settings - Fork 27
RELEASE: 0.10.0 #225
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RELEASE: 0.10.0 #225
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 prepares the mssql-python package for its Public Preview release (version 0.10.0), marking a significant milestone from Alpha phase. The release introduces expanded platform support, major API improvements, and enhanced data handling capabilities.
- Updated package version from 0.9.0 to 0.10.0 in setup.py
- Modified project status from Alpha to Public Preview in documentation
- Refreshed feature descriptions to highlight new capabilities like context manager support, Data At Execution (DAE), and expanded Linux platform compatibility
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| setup.py | Bumped version number from 0.9.0 to 0.10.0 for Public Preview release |
| PyPI_Description.md | Updated project status from Alpha to Public Preview and refreshed feature descriptions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
sumitmsft
left a comment
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.
Added one comment
Work Item / Issue Reference
Summary
This pull request updates the
mssql-pythonpackage for its Public Preview release, with expanded platform support, major API improvements, and enhanced data handling. The most important changes are grouped below:Release and Documentation Updates:
PyPI_Description.mdfrom Alpha to Public Preview, reflecting the new release phase.setup.pyfrom0.9.0to0.10.0to indicate a significant update.Platform and API Enhancements:
withstatement usage for automatic transaction management and resource cleanup.