Releases: xataio/pgzx
Releases · xataio/pgzx
0.3.0
- Update Zig toolchain. We use 0.14.0. This project will not follow the main branch anymore to ensure some level of stability during development. The re-exported zig-overlay provides the used zig compiler via
pkgs.zigpkgs.stable
. - Build system improvements. Introduce
Project
to combine the meta-data into a common type that can be used to create the different project resources within the build script. UsingProject
can reduce repetition in complex setups - pgzx.node improvements:
- Add
List
type,initNode
,asNodePtr
- Add constant value helpers like
intVal
,boolVal
safeCastNode
now accepts an optional node pointer. This allows us to castnull
values into the correct target type.
- Add
- deprecate
pgzx.c
in favor ofpgzx.pg
. - collections: add helpers to convert
List
to zig slice
0.2.0
Changelog: https://xata.io/blog/pgzx-update-0.2.0