Skip to content

v0.3.27

Choose a tag to compare

@github-actions github-actions released this 27 May 04:23
· 53 commits to refs/heads/main since this release
2f992e5

Changes

  • test(cli): add uv run-unbound end-to-end roundtrip tests (#1992)
  • style: cosmetic cleanups split out from dasher migration (#1991)

✨ Enhancements

  • feat: add Claude Code style enforcement hook (#1993)
  • feat(dasher): add expr_metadata and compute_expr_token (#1990)
  • feat(catalog): serve-unbound command and uv run-cached test (#1987)

🐞 Bug fixes

  • fix(datafusion): tolerate extra columns in read_record_batches (#1995)
  • fix(datafusion): harden read_record_batches and tighten types (#1981)
  • fix(devcontainer): lock host worktrees to prevent container-side prune (#1974)
  • fix(logging): make file handler resilient and log path configurable (#1967)

📦 Build system

  • chore: upgrade xorq_dasher to v0.1.1 (#2002)
  • chore: remove unused 24MB parquet file to speed up clones (#1997)
  • chore: remove in-repo devcontainer, point to xorq-labs/devcontainer (#1996)
  • ci: skip tests for devcontainer-only PRs (#1984)

🛠️ Other improvements

  • refactor(cli): shared Click decorators, runner hierarchy, and uv parity commands (#1962)

Thank you to all our contributors for making this release possible!
@dlovell and @mesejo