- IPv4 and IPv6 types. Closes 17 - 5eef40bf0b0548321df20f63eebc2a7b95f1709f - Add sqlparse to install_requires - d2aa7b70d87b363aa009cada107386cfc5c7f248
1.3.0
- Correct nested array and tuple parsing. Closes 16 - 817de89f80da8bbda0a92b33a2471145afd141f1 - SQL parsing and JSONEachRow support on INSERT and SELECT queries - f5df0bb0cc4ee738d7c59b28d81afc57dd8b95de and f04fd98bde4dc56aaf7898ab368ead7b5c7fe24b - PyMem_Free in finally block in cython str decoder - 774c59de05e3f2a2ead2c1f6f7621fb08a34f145
1.2.1
- Fix windows install 12
1.2.0
- Decimal type support - Optional [speedups] option while installing to install `ciso8601` library and all `aiohttp` speedups - Optional `ciso8601` library usage for very fast date/datetime parsing
1.0.2
- Closed 8 - Sometimes clickhouse returns error message that contains data, and data is truncated at arbitrary byte, which leads to the decoding error. - [Records class refactoring](https://github.com/maximdanilchenko/aiochclient/commit/96ab772a140f895359171995ac98fe25b6464c8b).
1.0.1
- [New Record type for query results](https://github.com/maximdanilchenko/aiochclient#working-with-query-results) with lazy decoding. Huge speed boost for select queries in some cases. - More tests.