这是indexloc提供的服务,不要输入任何密码
Skip to content

v0.4.0

Choose a tag to compare

@pskrbasu pskrbasu released this 16 May 15:16
· 100 commits to develop since this release
efab49e

What's new

  • Add support for memory and temp storage limits for CLI and plugins. (#396, #397)
    • memory_max_mb controls CLI memory usage and conversion worker count and memory allocation.
    • plugin_memory_max_mb controls a per-plugin soft memory cap.
    • temp_dir_max_mb limits size of temp data written to disk during a conversion.
    • conversion worker count is now based on memory limit, if set.
    • JSONL to Parquet conversion is now executed in multiple passes, limiting the number of distinct partition keys per conversion.
  • Detect and report when a plugin crashes. (#341)
  • Update show source output to include source properties. (#388)

Bug fixes

  • Fix issue where tailpipe was mentioning steampipe in one of the error messages. (#389)