clickhouse-driver v0.2.3 Release Notes

Release Date: 2022-02-07 // about 2 years ago
  • โž• Added

    • ๐Ÿ‘ tzlocal>=4.0 support. Pull request #263 by azat.
    • ๐Ÿ‘ quota_key support.
    • Wheels for Python 3.10.
    • Bool type. Pull request #279 by adrian17.
    • Nested type with flatten_nested=0. Pull request #285 by spff.

    ๐Ÿ›  Fixed

    • ๐Ÿ– Handle partially consumed query. Solves issue #117.
    • ๐Ÿ‘ Fallback to generic columns when NumPy support is not implemented for column type. Solves issue #254.
    • Broken ZSTD decompression. Solves issue #269.
    • External tables passing with NumPy. Solves issue #267.
    • Consider tzinfo for datetime parameters substitution. Solves issue #268.
    • Do not use NumPy columns inside generic columns. Solves issue #272.
    • Decimal128 and Decimal256 types_check. Solves issue #274.
    • Insertion using execute in DB API. Solves issue #179. Pull request #276 by nnseva.
    • Variables cannot be declared with cpdef in Cython 3. Pull request #281 by ym.

    ๐Ÿ”„ Changed

    • โœ… Switch from nose test runner to pytest.
    • ๐Ÿ‘ท Migrate from Travis CI to GitHub Actions.