Skip to content

0.78.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:50
aff0bd3

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