Skip to content

v0.6.1

Compare
Choose a tag to compare
@mewim mewim released this 14 Oct 22:20

v0.6.1 is a minor release with the following bug fixes:

  • Fix attaching PostgreSQL database due to extension version mismatch
  • Fix constant lambda expression evaluation (#4098)
  • Csv reader progress fix (#4099)
  • Fix failed tests when compression is disabled (#4104)
  • Make Connection::query in rust call the C++ query function instead of using prepare+execute (#4117)
  • Disabled progress bar by default due to performance issues (#4115)
  • Fix JSON null handling (#4118)
  • Fix undirected edge projection (#4151)
  • Fix import legacy exported database (#4157)
  • Fix attach kuzu in in-mem mode (#4177)
  • Fix race condition causing an infinite loop in the eviction queue (#4187)
  • Fix double-initialization of the NullChunkData buffer (#4186)
  • Fix buffer manager failure false positive (#4221)
  • Fix windows open file flag (#4238)
  • Fix undefined behaviour in the Buffer Manager after failure (#4246)
  • Fix subquery planning (#4255)
  • Fix nested aggregate (#4259)
  • fix rel checkpoint due to incrrect set null and misaligned gaps due to empty src node (#4274)
  • Fix memory leak in JSON parsing (#4302)
  • Fix OPTIONAL MATCH null value handling for NetworkX conversion (#4282)
  • Fix Multiple COPY FROM parquet leads to data corruption (#4368)

Full Changelog: v0.6.0...v0.6.1