---------------- - Fix TornadoSession's use of cleanup (8) - Fix by Oren Itamar
1.7.0
---------------- - Implement :py:meth:`Pool.shutdown <queries.pool.Pool.shutdown>` and :py:meth:`PoolManager.shutdown <queries.pool.PoolManager.shutdown>` to cleanly shutdown all open, non-executing connections across a Pool or all pools. Update locks in Pool operations to ensure atomicity.
1.6.1
---------------- - Fixes an iteration error when closing a pool (7) - Fix by Chris McGuire
1.6.0
----------------- - Handle URI encoded password values properly
1.5.0
---------------- - Handle empty query results in the iterator (4) - Fix by Den Teresh
1.4.0
---------------- - Address exception handling in tornado_session