-
Notifications
You must be signed in to change notification settings - Fork 28
RELEASE: 0.9.0 #175
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.9.0 #175
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 pull request introduces Alpine Linux support and bumps the package version to 0.9.0. The changes include platform compatibility improvements, installation documentation updates, and new feature highlights for the release.
- Added Alpine Linux support with specialized installation instructions and platform compatibility
- Updated version from 0.8.1 to 0.9.0 in setup.py
- Enhanced installation documentation with platform-specific prerequisites for MacOS and Linux distributions
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| setup.py | Updated package version from 0.8.1 to 0.9.0 |
| README.md | Added Alpine Linux installation instructions and updated supported platforms list |
| PyPI_Description.md | Added feature descriptions for Alpine Linux support, connection management improvements, and PyODBC compatibility |
Work Item / Issue Reference
Summary
This pull request introduces Alpine Linux support and several improvements to the
mssql-pythondriver, along with updated installation instructions and a version bump to0.9.0. The most notable changes are grouped below.Platform Support and Installation:
README.md, and Alpine is now listed as a supported platform. [1] [2]Driver Improvements:
Falseby default and adding automatic rollback on connection close for better transaction control.Versioning:
0.8.1to0.9.0insetup.pyto reflect the new features and improvements.