- Fix ssl context pass bool. - Fix missing `*.whl` for Python 3.12 (94) - Fix SSL handshake error with MySQL server v8.0.34+. (80)
0.2.9
- Added support for SSL context creation via `ssl` parameter using a dictionary containing `mysql_ssl_set` parameters. ( 64) - Fix bug with fallback encoder in the `escape_item()` function. (65)
0.2.8
- Fix sudden loss of float precision. (56) - Fix pool `echo` parameter not apply to create connection. (62) - Fix replication reconnect.