Releases: theseus-rs/rsql
Releases · theseus-rs/rsql
v0.19.0
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
Other
- update to Rust 1.87.0
- update Cargo.toml dependencies
v0.18.2
Added
- update file drivers to support wasm
Other
- update Cargo.toml dependencies
v0.18.1
Added
- add dynamodb driver
Fixed
- correct s3 driver password
v0.18.0
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
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
Added
- pass parameters to file driver from http, https and s3 drivers
- add s3 driver
v0.17.0
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
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
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