Skip to content

v0.5.0

Compare
Choose a tag to compare
@andyfengHKU andyfengHKU released this 05 Aug 16:00
· 472 commits to master since this release
b88aca1

Version 0.5.0 introduces several major changes:

Performance improvements

  • MVCC-based transaction manager.
  • Remote file system cache in httpfs extension.

New features

  • Attach remote Kùzu databases.
  • Python UDFs.
  • List lambda functions.
  • Scan and copy from DataFrames.
  • New DDL statements: create table if not exists; drop table if exists.
  • Progress bar in CLI and Explorer.
  • Join order hints. Specify join order in Cypher.

New extensions and API improvements

  • SQLite scanner.
  • Support copying from and to JSON files.
  • Decimal data type.
  • Numerous improvements on C API.

Please see our release post for more details!

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0