* Patch compiler from ``clickhouse_sqlalchemy`` in subclass instead of depending on fork (that caused problems when installing from PyPI) * Add support for ``SimpleAggregateFunction()`` types * Compatibility with Python 3.8
0.5
----------------
* Pass INSERT values in JSONEachRow format instead of inlining (that makes driver about 10x times faster) * Column defaults now are ignored * Statement fragment in string representation of exception
0.4
----------------
* Remove dependency on ``aiochclient`` * More careful cleanup of resources
0.3
----------------
* Switch from TSVWithNamesAndTypes to JSONCompact * Add support for custom type converters
0.2
----------------
* Parse code, display text and stack trace from error responses * Richer ``Record`` interface mimicking both dict and tuple (like in asyncpg)