rsql

v0.18.0

v0.18.0 Mar 25 2025 at 06:27 UTC

Added

  • add brotli, bzip2, gzip, lz4, xz, and zstd drivers
  • add truncate_ragged_lines parameter to csv, delimited and tsv drivers

Fixed

  • correct s3 driver usage to work with aws s3 uri format and cli configurations

Other

  • update getrandom=0.3.2
  • create standalone rsql_driver::DriverManager and refactor file, http, https and s3 drivers into separate crates
  • update formatters to support wasm
  • correct test failure for mac/arm
  • update dependencies
  • replace chrono with jiff
  • update Cargo.toml dependencies