clickhouse-driver v0.0.9 Release Notes

Release Date: 2018-01-17 // over 6 years ago
  • โž• Added

    ๐Ÿ›  Fixed

    • Raise EOFError when no data is read in _read_one in Python 3.
    • SSL file descriptors closing in Python 2.7.

    ๐Ÿ”„ Changed

    • ๐ŸŒฒ Log level for normal operations raised to DEBUG. Pull request #17 by kmatt.

    โœ‚ Removed

    • โฌ‡๏ธ Drop Python 3.2 support due to lz4 issues.