Skip to content

0.4.0

Latest

Choose a tag to compare

@xushiyan xushiyan released this 03 Jul 06:45
· 35 commits to main since this release
5314388

What's changed

🚀 Features

  • Support reading avro data block for MOR tables (#309) by @xushiyan
  • Add table and timeline APIs for retrieving useful info (#313) by @xushiyan
  • Add blocking APIs for Table and FileGroupReader (#321) by @xushiyan
  • Support more timestamp formats for time-travel and incremental APIs (#302) by @hanbings
  • Add C++ APIs for FileGroupReader (#322) by @xushiyan
  • Support reading MOR delete block (#356) by @xushiyan
  • Update python setup to support 3.13 (#361) by @xushiyan

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • Update readme docs and the project description (#348) by @xushiyan

🛠️ Build

  • (deps) Upgrade arrow, pyo3, datafusion, rustc (#297) by @xushiyan
  • (deps) Bump apache/skywalking-eyes from 0.6.0 to 0.7.0 (#300) by @dependabot[bot]
  • (deps) Bump ruff from 0.5.2 to 0.9.10 in /python (#307) by @dependabot[bot]
  • (deps) Bump ruff from 0.11.0 to 0.11.2 in /python (#315) by @dependabot[bot]
  • (deps) Bump ruff from 0.11.2 to 0.11.7 in /python (#327) by @dependabot[bot]
  • (deps) Bump mypy from 1.10.1 to 1.15.0 in /python (#298) by @dependabot[bot]
  • (deps) Update zip-extract requirement from 0.2 to 0.3 (#332) by @dependabot[bot]
  • (deps) Add -dev for current development version (#362) by @xushiyan
  • (deps) Upgrade datafusion & arrow, and restrict deps upgrade to patch-level (#386) by @xushiyan

⚙️ Miscellaneous Tasks

New Contributors