^^^^^^^^^^^^^^^^^^ * Added support for python 3.12 * Bumped minimal supported version of pyodbc to 5.0.1 * Dropped aiodocker related testing to unlock python 3.12
0.4.1
^^^^^^^^^^^^^^^^^^ * Implemented cursor setinputsizes. * Implemented cursor fetchval. * Added more type annotations. * Added autocommit setter for cusror.
0.4.0
^^^^^^^^^^^^^^^^^^ * Fixed compatibility with python 3.9+. * Removed usage of explicit loop parameter. * Added default read size parameter for cursor. * Updated tests and CI scripts. * Code base formatted with black.
0.3.3
^^^^^^^^^^^^^^^^^^ * Parameter echo passed properly in cursor 185 * Close bad connections before returning back to pool 195
0.3.2
^^^^^^^^^^^^^^^^^^ * Added basic documentation for after_created and ThreadPoolExecutor 176 (thanks AlexHagerman) * Cursor/connection context managers now rollback transaction on error, otherwise commit if autocommit=False 178 (thanks julianit)
0.3.1
^^^^^^^^^^^^^^^^^^ * Add after_create hook for connection configuration (thanks lanfon72)