Releases: theseus-rs/rsql
Releases · theseus-rs/rsql
v0.19.2
v0.19.1
Fixed
- correct url.to_file() logic to return path even if file does not exist
- add support for mysql bigint unsigned
Other
- update linux build configuration
- add documentation for Homebrew
- minor documentation updates
- update the online documentation
- fix 'system' command demo
- clean up completer, add convenience function for current schema
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