clickhouse-driver v0.1.4 Release Notes

Release Date: 2020-06-13 // almost 4 years ago
  • ➕ Added

    • Tuple type.
    • Custom String column encoding.
    • ⚡️ Settings update to v20.4.1.2742 server version. Pull request #133 by azat.
    • ⚡️ Settings update to v20.5.1.3657 server version. Pull request #141 by azat.
    • 📚 Unsupported server versions to documentation.
    • 📚 Performance section to documentation.
    • 🏗 Python 3.9 in Travis CI build matrix.

    🛠 Fixed

    • Reading/writing Array(Tuple).
    • 👍 20.x server version support.
    • Settings mutation in execute.
    • Slow columnar results returning (columnar=True).
    • ✅ Segfault on passing not encoded strings during INSERT into ByteString column.

    🔄 Changed

    • Miscellaneous read/write optimizations
    • Protocol version bumped to 54429.