Changelog for MySQL/MariaDB Driver¶
v0.5.0 (2026-07-10)¶
New Features¶
Add option to control how date(time)s with zero components (
0000-00-00) are read (either raising an error, or treating it as NULL)
v0.4.0 (2026-06-18)¶
New features:
Support querying unsigned types
Fixes:
Guard against zero columns, >65536 columns in bulk ingest
Disable underlying connection pooling to avoid connection exhaustion
v0.3.1 (2026-03-11)¶
New features:
Enable bulk ingest into temporary tables
Fixes:
Cap the size of batched INSERTS in bulk ingest, fixing a bug with wide tables
v0.3.0 (2026-02-19)¶
New features:
Improve bulk ingest performance by batching INSERT statements[1]
v0.2.0 (2026-01-07)¶
New features:
Support querying the
BITtypeForce connection timezone to UTC for consistent handling
v0.1.0 (2025-09-18)¶
Initial release