You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PyPI_Description.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,12 @@ PyBind11 provides:
39
39
40
40
We are currently in **Public Preview**.
41
41
42
-
## What's new in v0.13.0
42
+
## What's new in v0.13.1
43
43
44
-
-**Enhanced Batch Operations:**Complete support for UNIQUEIDENTIFIER and DATETIMEOFFSET in `executemany()` operations with automatic type inference, enabling efficient bulk inserts of complex data types including UUIDs and timezone-aware datetimes.
45
-
-**Streaming Large Values:**Robust handling of large objects (NVARCHAR/VARCHAR/VARBINARY(MAX)) in `executemany()` with automatic Data-At-Execution detection and fallback, supporting streaming inserts and fetches for massive datasets.
46
-
-**Improved Cursor Reliability:** Enhanced `cursor.rowcount` accuracy across all fetch operations, including proper handling of empty result sets and consistent behavior for SELECT, INSERT, and UPDATE operations.
47
-
-**Critical Stability Fixes:**Resolved memory leaks with secure token buffer handling, fixed resource cleanup to prevent segmentation faults during Python shutdown, and corrected type inference bugs in batch operations.
44
+
-**Authentication Reliability:**Fixed token handling for Microsoft Entra ID authentication to ensure stable and reliable connections.
45
+
-**Timezone Preservation:**Removed forced UTC conversion for `datetimeoffset` values, preserving original timezone information in Python `datetime` objects for accurate cross-timezone data handling.
46
+
-**Connection Pooling Stability:** Enhanced pool shutdown mechanism with proper tracking to prevent resource leaks and ensure cleanup operations execute reliably.
47
+
-**Predictable Type Handling:**Refined UUID string parameter handlingto prevent automatic type coercion, ensuring strings are processed as intended.
48
48
49
49
For more information, please visit the project link on Github: https://github.com/microsoft/mssql-python
0 commit comments