Skip to content

RELEASE:1.11.0#672

Merged
bewithgaurav merged 1 commit into
mainfrom
release/1.11.0
Jul 10, 2026
Merged

RELEASE:1.11.0#672
bewithgaurav merged 1 commit into
mainfrom
release/1.11.0

Conversation

@gargsaumya

@gargsaumya gargsaumya commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Release mssql-python v1.11.0.

AB#46332

Summary

Version bump to 1.11.0. Updates mssql_python/__init__.py, setup.py, and PyPI_Description.md. Bundled mssql_py_core bumped from 0.1.5 to 0.1.6.

Bug Fixes

Version Bump

  • mssql_python/__init__.py: __version__ = "1.11.0"
  • setup.py: version="1.11.0"
  • PyPI_Description.md: ## What's new in v1.11.0 section refreshed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 the v1.11.0 release by bumping version metadata and refreshing the PyPI long description release notes to describe the fixes included in 1.11.0.

Changes:

  • Bump package version to 1.11.0 in setup.py.
  • Bump runtime __version__ to 1.11.0 in mssql_python/__init__.py.
  • Update PyPI_Description.md “What’s new” section to v1.11.0 bug-fix highlights.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
setup.py Updates the package distribution version to 1.11.0 for the release.
PyPI_Description.md Refreshes PyPI release notes to describe v1.11.0 bug fixes.
mssql_python/init.py Updates the runtime package __version__ to 1.11.0.
Comments suppressed due to low confidence (1)

PyPI_Description.md:50

  • Minor documentation spelling/grammar: "Github" should be "GitHub" (brand capitalization), and the support sentence reads a bit awkwardly (missing commas / "mail" vs "email"). Since this file is already being edited for the release notes, it’s a good opportunity to fix both.
- **Service Principal Bulk Copy Freeze** - Fixed a GIL-deadlock that froze `bulkcopy` when authenticating with a service principal (#666, via `mssql_py_core` 0.1.6).

For more information, please visit the project link on Github: https://github.com/microsoft/mssql-python
 
If you have any feedback, questions or need support please mail us at mssql-python@microsoft.com.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

Copy link
Copy Markdown

📊 Code Coverage Report

🔥 Diff Coverage

100%


🎯 Overall Coverage

80%


📈 Total Lines Covered: 6743 out of 8343
📁 Project: mssql-python


Diff Coverage

Diff: main...HEAD, staged and unstaged changes

  • mssql_python/init.py (100%)

Summary

  • Total: 1 line
  • Missing: 0 lines
  • Coverage: 100%

📋 Files Needing Attention

📉 Files with overall lowest coverage (click to expand)
mssql_python.pybind.logger_bridge.cpp: 59.2%
mssql_python.pybind.ddbc_bindings.h: 59.9%
mssql_python.pybind.logger_bridge.hpp: 70.8%
mssql_python.pybind.connection.connection.cpp: 76.2%
mssql_python.pybind.ddbc_bindings.cpp: 76.2%
mssql_python.__init__.py: 77.3%
mssql_python.row.py: 77.6%
mssql_python.ddbc_bindings.py: 79.6%
mssql_python.connection.py: 83.6%
mssql_python.logging.py: 85.5%

🔗 Quick Links

⚙️ Build Summary 📋 Coverage Details

View Azure DevOps Build

Browse Full Coverage Report

@bewithgaurav bewithgaurav merged commit f118aa3 into main Jul 10, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-size: small Minimal code update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants