Skip to content

Releases: chdb-io/chdb

v0.14.1

04 Sep 13:54

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.14.0

04 Sep 09:36
409350e

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

17 Aug 11:04

Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

17 Aug 06:12
c330249

Choose a tag to compare

What's Changed

  • Query on multiple Pandas DataFrame by @auxten in #89

Full Changelog: https://github.com/chdb-io/chdb/commits/v0.12.0

v0.11.5

09 Aug 15:32
bb5ecac

Choose a tag to compare

What's Changed

Full Changelog: v0.11.4...v0.11.5

v0.11.4

24 Jul 14:59

Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.11.4

v0.11.3

23 Jul 13:13
c372b3e

Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.11.3

v0.11.2

22 Jul 12:48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.11.2

v0.11.1

17 Jul 10:03

Choose a tag to compare

What's Changed

  • Fix query in thread triggering recursive lock exception by @auxten in #61

Full Changelog: v0.11.0...v0.11.1

Rebase chdb onto ClickHouse 23.6 🚀

16 Jul 11:18

Choose a tag to compare

  • Rebase chdb onto ClickHouse 23.6 🚀 @auxten
    • Max sleep time to 120s for easy debug
    • Disable thin-lto for now
    • Fix tls issue and use PIC and PIE
    • Optimize test_parallel
    • Fix all get_memview.tobytes
    • Add pandas dataframe example
    • Make free_result not delete result pointer
    • Do nothing on StaticThreadPool re-initialize
    • Fix data path in example
    • Fix test data path
    • Add necessary alltypes_dictionary.parquet
    • Enable brotli
  • Refactor LocalChdb: @auxten
    • Fix memoryview gc issue
    • Add __str__ __len__ __repr__ for query_result
    • Use query_result and memoryview_wrapper to hold local_result_wrapper with shared_ptr
    • C++ style queryToBuffer
  • Add "Debug" as a format to enable ClickHouse debug mode @auxten
  • Do not build on changes to the tests/ folder @lmangani