clickhouse-driver v0.2.2 Release Notes

Release Date: 2021-09-24 // over 2 years ago
  • โž• Added

    • DateTime64 extended range. Pull request #222 by 0x4ec7.
    • ๐Ÿ‘Œ Support for using Client as context manager closing connection on exit. Solves issue #237. Pull request #206 by wlhjason.
    • ๐Ÿ‘ OpenTelemetry support. Solves issue #230.
    • ๐Ÿ‘ tzlocal>=3.0 support.
    • Date32 type.
    • ๐Ÿ‘ NumPy Nullable(T) support.

    ๐Ÿ›  Fixed

    • Boxing on DataFrames INSERT.
    • Empty external tables sending. Solves issue #240.
    • Create error message before disconnect. Pull request #247 by NikiforovG.
    • Writing explicit NumPy NaN values. Solves issue #249.
    • UInt128 INSERTing. Solves issue #251.
    • Large DataFrames chunking. Solves issue #243.
    • ๐Ÿ‘ Allow arbitrary DataFrame columns order on INSERT. Solves issue #245.

    ๐Ÿ”„ Changed

    • Protocol version bumped to 54442.
    • ๐Ÿ“Œ Unpin lz4 for CPython. Pin lz4<=3.0.1 only for PyPy.

    โœ‚ Removed

    • transpose parameter from insert_dataframe.