Skip to content

v0.130.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 18:50
· 4 commits to main since this release
2655a89

0.130.0 (2026-07-20)

  • feat!: add structured planner sub-errors (b52364f)
  • feat!: return typed aggregate construction errors (dd2b5b7)

BREAKING CHANGES

  • PlannerError is now non-exhaustive, adds aggregate and join variants, and UnsupportedLogicalPlan requires a node field. Downstream exhaustive matches and field patterns must be updated.
  • AggregateExec::try_new, DynProofPlan::try_new_aggregate, and AggregateExec::try_get_is_uniqueness_provable now return Result values with AggregateExecError.