Skip to content

Releases: theseus-rs/rsql

v0.19.0

31 May 03:05
04eefff
Compare
Choose a tag to compare

Added

  • add cratedb driver
  • add flightsql driver
  • [breaking] add metadata catalog support

Other

  • update to aws-config=1.6.3, aws-lc-rs=1.131., aws-swd-dynamodb=1.78.0, aws-sdk-s3=1.89.0, clap=4.5.39,
    criterion=0.6.0, jiff=0.2.14, libsql=0.9.8, postgresql_embedded=0.18.5, reqwest=0.12.18, rust-i18n=3.1.5,
    rustyline=16.0.0, tokio=1.45.1, uuid=1.17.0
  • convert all demos to use vhs
  • update Cargo.toml dependencies

v0.18.3

16 May 19:03
34d1d4c
Compare
Choose a tag to compare

Other

  • update to Rust 1.87.0
  • update Cargo.toml dependencies

v0.18.2

16 May 00:27
d9cf0e7
Compare
Choose a tag to compare

Added

  • update file drivers to support wasm

Other

  • update Cargo.toml dependencies

v0.18.1

27 Mar 05:12
16f3406
Compare
Choose a tag to compare

Added

  • add dynamodb driver

Fixed

  • correct s3 driver password

v0.18.0

25 Mar 06:27
Compare
Choose a tag to compare

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

v0.17.2

11 Mar 23:41
Compare
Choose a tag to compare

Added

  • add Apache ORC driver
  • add fixed width format (fwf) driver
  • update embedded postgresql version to 17.4.0

Fixed

  • remove use of s3 client force_path_style(true)
  • update l10n translations for bail command
  • change default s3 port from 80 to 443

Other

  • correct mariadb dependencies

v0.17.1

06 Mar 17:20
Compare
Choose a tag to compare

Added

  • pass parameters to file driver from http, https and s3 drivers
  • add s3 driver

v0.17.0

27 Feb 20:43
443dc43
Compare
Choose a tag to compare

Added

  • add CLI options for configuring result output
  • add Value::Decimal

Fixed

  • correct integration test failures on linux
  • add postgres driver uuid support
  • correct postgres driver decimal support

Other

  • add driver documentation
  • [breaking] refactor drivers connect interface
  • [breaking] remove Value::Json and replace it with Value::Map/Value::Array

v0.16.0

20 Feb 23:01
Compare
Choose a tag to compare

Added

  • update to Rust 2024 edition
  • add tls support to cockroachdb, mariadb, mysql, postgres, postgresql, redshift drivers

Other

  • refactor drivers into a crate per driver

v0.15.4

14 Feb 15:42
Compare
Choose a tag to compare

Added

  • add http and https drivers

Other

  • update documentation
  • correct limit documentation
  • update to Rust 1.84.0
  • update colored=3.0.0, dark-light=2.0.0, file-type=0.2.2
  • update to file_type=0.7.0
  • update polars=0.46.0 and postgresql_embedded=0.17.5
  • update dirs=6.0.0 and file-type=0.3.0
  • add driver wasm builds
  • update Cargo.toml dependencies