Skip to content

v0.8.3

Compare
Choose a tag to compare
@jchappelow jchappelow released this 27 Jun 19:54
· 163 commits to main since this release
v0.8.3
507e528

This release of Kwil DB contains several minor fixes to the parse module, a fix to kwild's procedural language generation with unary expressions, and a fix to a possible startup crash if generated snapshot files on disk are corrupt or unreadable.

The parse/v0.2.3 tag for the parse module accompanies this Kwil DB release.

What's Changed

  • engine: fix generated unary where there was a missing space (6d24370)
  • kwild: fix handling invalid snapshot files (507e528)
  • parse: fix unknown columns in indexes / foreign keys (7eb5a26)
  • parse: removed an unneeded uuid case (16efeef)
  • parse: fix Execute handling of parameters (9794a49)
  • kwild,kwil-cli: use parse/v0.2.3 in the main module (5d29af4)
  • version: 0.8.3 (b2d1346)

Full Changelog: v0.8.2...v0.8.3

Build

The provided application archives on this release are built with Go 1.22.4.