Skip to content

0.1.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@mjoerussell mjoerussell released this 13 Apr 05:37
· 72 commits to main since this release
7b76c44

This release is intended to be the latest "0.1" release before 0.2.0, which will introduce major breaking API changes.

This release has a few important updates since the original 0.1.0 release:

  • Updated code to work with Zig 0.9.1
  • Allow pulling multiple rows at a time when using ColumnBindingResultSet.
  • Removing Allocator fields on most structs. This should make the APIs more clear about which functions will (or may) allocate and which won't, rather than storing an allocator and then hiding that possibility.
  • Adds build_pkg.zig, which other projects can use in their build scripts to easily build zdb as a dependency