clickhouse-driver v0.0.7 Release Notes

Release Date: 2017-10-12 // over 6 years ago
  • โž• Added

    • ๐Ÿ”ง Configurable logging level in tests.
    • Full error codes list.
    • ๐Ÿ‘ฎ Force check clickhouse-cityhash is installed if compression is used.
    • ๐Ÿ“ฆ Client can be directly imported from package.
    • insert_block_size parameter - maximum rows in block (default is 1048576).
    • Columnar result returning (columnar=True). Pull request #11 by kszucs.
    • 0๏ธโƒฃ Tunable types check (types_check=True). Off by default.

    ๐Ÿ”„ Changed

    • โš  Handling only socket-related errors on ping. Errors are logged with WARNING level.
    • โœ… Client is created per one test.
    • Sending/receiving data speed significantly increased.

    ๐Ÿ›  Fixed

    • ๐Ÿ”– Version detection in setup.py.
    • Error handling on socket.shutdown.
    • Install enum34 only if required.
    • clickhouse-cityhash import issue #10.

    โœ‚ Removed

    • ๐Ÿ‘ QuickLZ support
    • six dependency