0.78.0#

Released 2026-07-09 — GitHub Release

Changes#

✨ Features#

  • Implement compare in vortex instead of falling back to arrow (#8661) @robert3005

🚀 Performance#

  • Ungrouped aggregate function pushdown for duckdb (#8645) @myrrc

🐛 Bug Fixes#

  • fix: accept FixedSizeList dtype when deserializing ListValue scalars (#8696) @brancz

  • Audit panic handling in detached tasks (#8677) @AdamGS

🧰 Maintenance#

  • Split TableStrategy dispatcher from StructStrategy (#8638) @mhk197