* Richer exception interface to simplify debugging huge inserts
0.10.0
-------------------
* Add support for ``LIMIT BY`` clause * Add support for parameters in DSN * Add ``session_timeout`` parameter to ``connect``
0.9.2
------------------
* Add ``timeout`` parameter to ``Pool.acquire()`` and ``Pool.release()`` methods for interface compatibility with other drivers (like asyncpg)
0.9.1
------------------
* Fix DBException message parser for Clickhouse 20.3 * Fix Decimal64 support for Clickhouse 20.1.2.4
0.9
----------------
* Retry query if it failed due to broken connection or session state * Wrap all protocol-related errors into ``ProtocolError`` * Log SQL queries (separate logger is used for flexibility)
0.8
----------------
* Basic support for AggregateFunction with gentle reminder that you probably forget to use ``finalizeAggregation()`` or one of ``*Merge()`` functions * ``aiochsa.__version__``