Skip to content

Release v0.177.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 03:47
v0.177.0
6b769fd

[0.177.0] - 2024-04-25

Added

  • REST data APIs and CLI commands now support different variations of JSON representation, including:
    • Array-of-Structures e.g. [{"c1": 1, "c2": 2}, {"c1": 3, "c2": 4}] (default)
    • Structure-of-Arrays e.g. {"c1": [1, 3], "c2": [2, 4]}
    • Array-of-Arrays e.g. [[1, 2], [3, 4]]
  • REST data APIs now also return schema of the result (pass ?schema=false to switch it off)

Changed

  • Upgraded to datafusion v37.1.0
  • Split the Flow system crates

Fixed

  • kamu system diagnose command crashes when executed outside the workspace directory