Skip to content

Commit 132ec97

Browse files
committed
RELEASE: 0.10.0
1 parent 95a1f18 commit 132ec97

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

PyPI_Description.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mssql-python
22

3-
This is a new Python driver for Microsoft SQL Server currently in Alpha phase.
3+
This is a new Python driver for Microsoft SQL Server currently in Public Preview phase.
44

55
## Public Preview Release
66

@@ -9,9 +9,11 @@ We are making progress - The Public Preview of our driver is now available! This
99
### What's Included:
1010

1111
- Everything from previous releases
12-
- **Alpine Linux Support:** Added full support for Alpine Linux distribution (musllinux) with specialized driver handling and fixes for musl libc compatibility.
13-
- **Connection Management Improvements:** Fixed autocommit to be False by default and added automatic rollback on connection close for better transaction control.
14-
- **PyODBC Compatibility:** Enhanced type objects and constructor compatibility with pyodbc for seamless migration and interoperability.
12+
- **Linux Platform Expansion:** Added full support for SUSE and openSUSE distributions alongside existing Alpine Linux support, broadening enterprise Linux compatibility.
13+
- **Context Manager Support:** Implemented Python `with` statement support for Connection and Cursor classes with automatic transaction management and resource cleanup.
14+
- **Large Data Streaming:** Added Data At Execution (DAE) support for streaming large text and binary parameters, eliminating memory constraints for bulk operations.
15+
- **Enhanced Unicode Handling:** Improved emoji and international character support with robust UTF-16 encoding for reliable multilingual data processing.
16+
- **DB-API 2.0 Compliance:** Added standard exception classes and improved API consistency for seamless migration from other Python database drivers.
1517

1618
For more information, please visit the project link on Github: https://github.com/microsoft/mssql-python
1719

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def finalize_options(self):
8383

8484
setup(
8585
name='mssql-python',
86-
version='0.9.0',
86+
version='0.10.0',
8787
description='A Python library for interacting with Microsoft SQL Server',
8888
long_description=open('PyPI_Description.md', encoding='utf-8').read(),
8989
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)