Skip to content

v0.67.1

Choose a tag to compare

@Goldziher Goldziher released this 23 Aug 10:16
· 863 commits to main since this release
v0.67.1
9b60ac2

Fixed

  • Generated FFI build scripts no longer rewrite tracked headers during ordinary Cargo builds.
    Header export is now explicit via ALEF_EXPORT_GENERATED_HEADERS=1; cbindgen output is buffered,
    validated as UTF-8, and published atomically to the canonical and Go destinations with rollback
    on failure. This prevents failed workspace lint or build commands from truncating generated files.