^^^^^^^^^^^^^^^^^^ * Added optional pool connections recycling 167 (thanks drpoggi)
0.2.0
^^^^^^^^^^^^^^^^^^ * Fixed Cursor.execute returns a pyodbc.Cursor instead of itself 114 * Fixed __aiter__ to not be awaitable for python>=3.5.2 113 * Tests now using aiodocker 106
0.1.0
^^^^^^^^^^^^^^^^^^ * Fixed project version
0.0.4
^^^^^^^^^^^^^^^^^^ * Improved mysql testing
0.0.3
^^^^^^^^^^^^^^^^^^ * Dockerize tests, now we can add more DBs to tests using docker 15, 17, 19 * Test suite executed with both default asyncio and uvloop 18
0.0.2
^^^^^^^^^^^^^^^^^^ * Improved pep 492 support. * pool.get method removed, use acquire instead. * Added tests against MySQL. * Added bunch of doc strings.