Skip to content

V0.0.10

Compare
Choose a tag to compare
@ray6080 ray6080 released this 14 Oct 14:59
· 1552 commits to master since this release
ffc39f3

We're here to introduce Kùzu 0.0.10, which is a minor release with a bunch of bug fixes and improvements:

  • Added the frame of reference encoding for integers. PR 2140
  • Fixed slicing of UTF-8 string. PR 2212
  • Fixed copying of invalid UTF-8. PR 2208
  • Added more checks and better error messages during the binding phase. PR 2206
  • Fixed return list literal with null values. PR 2187
  • Fixed bugs in scan multi label rel tables. PR 2149
  • Deprecated all functions for getting the table names and properties from the client APIs and the CLI, instead, CALL is introduced for the same functionality. PR 2199, 2207
  • Added missing data type support in client APIs. PR 2183, PR 2176, PR 2193, PR 2172

What's Changed

Full Changelog: v0.0.9...v0.0.10