What's Changed
- [fix] Update prompt to handle case with a socket and a host of None (resolves #707) by @scottnemes in #1415
- [feat] Update query handling to allow automatic show_warnings to work for DDL by @scottnemes in #1417
- [feat] Rework reconnect logic to actually create a new connection instead of only changing the database (#746) by @scottnemes in #1416
- Refine Windows documentation by @rolandwalker in #1419
- Update ruff to v0.14.10, lint target to py310 by @rolandwalker in #1422
- Fully-qualify pymysql exception classes in main.py by @rolandwalker in #1421
- Let reconnect preserve session state by @rolandwalker in #1420
- Configurable string for missing_value in outputs by @rolandwalker in #1423
- [feat] Update SSL option to connect securely by default by @scottnemes in #1418
- Prepare for release v1.43.0 by @rolandwalker in #1425
Full Changelog: v1.42.0...v1.43.0