Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the mssql-python package for the 1.4.0 release by bumping the package version and updating the PyPI long description with 1.4.0 release notes.
Changes:
- Bumped package version to
1.4.0in packaging metadata (setup.py) and runtime version (mssql_python/__init__.py). - Updated
PyPI_Description.mdto include “What’s new in v1.4.0” feature/bug-fix highlights.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| setup.py | Updates package version metadata to 1.4.0. |
| mssql_python/init.py | Updates __version__ to 1.4.0. |
| PyPI_Description.md | Updates the “What’s new” section to v1.4.0 release notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📊 Code Coverage Report
Diff CoverageDiff: main...HEAD, staged and unstaged changes
Summary
📋 Files Needing Attention📉 Files with overall lowest coverage (click to expand)mssql_python.pybind.logger_bridge.hpp: 58.8%
mssql_python.pybind.logger_bridge.cpp: 59.2%
mssql_python.row.py: 66.2%
mssql_python.pybind.ddbc_bindings.h: 67.8%
mssql_python.pybind.ddbc_bindings.cpp: 69.7%
mssql_python.pybind.connection.connection.cpp: 75.3%
mssql_python.ddbc_bindings.py: 79.6%
mssql_python.pybind.connection.connection_pool.cpp: 79.6%
mssql_python.cursor.py: 84.8%
mssql_python.__init__.py: 84.9%🔗 Quick Links
|
bewithgaurav
previously approved these changes
Feb 27, 2026
Collaborator
bewithgaurav
left a comment
There was a problem hiding this comment.
lgtm, approved with a suggestion
ae2937c to
42e9a06
Compare
bewithgaurav
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Work Item / Issue Reference
Summary
This pull request updates the package to version 1.4.0, introducing several new features and bug fixes aimed at improving performance, compatibility, and developer experience. The most important changes are summarized below:
Version bump and release notes:
1.4.0insetup.py,__init__.py, and the documentation, reflecting the new release. [1] [2] [3]New features:
mssql-py-coreversion 0.1.0 with enhanced connection string parameter support.py.typedmarker for improved type checking, and included Azure SQL Database in the PR validation pipeline matrix.Bug fixes and improvements: