Home Expressions
Docs
Drivers Gateway SDKs Benchmarks
Changelog
GitHub
Blog Status Roadmap

Recent Releases

Version Date Theme Status
v0.6.1 March 28, 2026 QAIL parity fix for OR filter semantics and chatbot KB retrieval accuracy Latest
v0.6.0 March 27, 2026 Docs/public surface activation and PG driver hardening Stable

Dedicated Zig Pages

v0.6.1

March 28, 2026 Latest
QAIL parity fix for OR filter semantics and chatbot KB retrieval accuracy — or_filter semantics are now aligned on the Zig side so OR predicate intent is preserved through transpilation and execution.

Highlights

  • Synced qail-zig query semantics with qail.rs for OR filter behavior.
  • Fixed filter cage join behavior where chained or_filter() paths could collapse into unintended AND logic.
  • Natural-language chatbot queries now correctly match broader knowledge-base rows when OR predicates are expected.
  • Release cut and tagged as v0.6.1 for the Zig runtime track.

v0.6.0

March 27, 2026 Stable
Docs/public surface activation and PG driver hardening — qail-zig moved to a dedicated public track with separate docs, changelog, benchmark coverage, and hardening visibility.

Highlights

  • Dedicated Zig docs track published at /zig/docs.
  • Separate qail-zig changelog and release messaging, no longer buried under the Rust workspace release stream.
  • Three-way benchmark harness across pgx, qail.rs, and qail-zig with current public benchmark snapshot.
  • AST sanitization plus startup, protocol, COPY, and replication hardening suites.
  • qail-zig is documented as active again rather than deferred.