Skip to content

v0.7.11

Choose a tag to compare

@github-actions github-actions released this 11 May 22:46
· 112 commits to refs/heads/main since this release
4f5256e

What's Changed 🚀

✨ Features

🐛 Bug Fixes

  • fix: Handle dtype mismatch error in join_asof join keys @euanlimzx (#6904)
  • fix(distributed): emit empty downstream task for limit(0) @madvart (#6916)
  • fix(sql): redact password in SQL connection errors and repr @madvart (#6902)
  • fix(dashboard): split task groups by local-plan shape @samstokes (#6899)
  • fix(stats): close race in RuntimeStatsManager shutdown @samstokes (#6891)
  • fix(writers): strip partition columns from Hive-partitioned file bodies @aaron-ang (#6770)
  • fix(distributed): fire OperatorStart/End events per-node on Flotilla @samstokes (#6860)
  • fix(test): handle transient iceberg rest catalog startup failures @cckellogg (#6880)
  • fix(dashboard): handle offline builds in frontend @samstokes (#6867)
  • fix: infer audio file return dtype @everettVT (#6849)

🚀 Performance

♻️ Refactor

  • refactor(distributed): decouple shuffle cleanup from Ray @chenghuichen (#6809)
  • refactor(dashboard): remove result preview tab and ResultOut event @samstokes (#6878)

📖 Documentation

✅ Tests

  • test: restore fixed-size list parquet roundtrip @TuodiAunty (#6895)
  • test(iceberg): make predicate-pushdown limit test order-deterministic @samstokes (#6843)

👷 CI

  • ci(issues): auto-label issues from component selections @BABTUNA (#6820)
  • ci: fix dependency check on external prs @srilman (#6737)

🔧 Maintenance

👋 New Contributors

Full Changelog: v0.7.10...v0.7.11