Skip to content

v1.10501.0

Choose a tag to compare

@mlafeldt mlafeldt released this 23 Mar 15:27
· 39 commits to main since this release
a0ada45

Highlights

  • New profiling metrics API: collect query profiling data (timing, row counts, operator tree) via Connection.
  • Removed deprecated arrow2 exposure: step2() is gone. Use query_polars() for Polars DataFrames or step() for raw arrow-rs access. Breaking change.
  • duckdb_entrypoint_c_api macro now suppresses the clippy::missing_safety_doc lint automatically.
  • Upgraded to Arrow 58 and bundled DuckDB v1.5.1.

What's Changed

New Contributors

Full Changelog: v1.10500.0...v1.10501.0