0.107.0
We continue to improve the new sqlp
command. It now supports SQL scripts and additional options to fine-tune Polars CSV parsing and formatting behavior.
We also added an _all_generic
special value for the rename
command which allows you to rename all columns in a CSV with generic names (e.g. _col_1, _col_2, _col_N). This was done to make it easier to prepare CSVs with no headers for use with sqlp
.
This release also features a Windows MSI installer. This is a big step forward for qsv and we hope to make it easier for Windows users to install and use qsv. Thanks @minhajuddin2510 for all the work on pulling this together!
Added
sqlp
: added script support #1037sqlp
: added CSV format options #1048rename
: add"_all_generic"
special value for headers #1031
Changed
excel
: now supports Duration type with calamine upgrade to 0.21.0 #1045- Update publish-wix-installer.yml by @minhajuddin2510 in #1032
- Bump mlua from 0.9.0-beta.2 to 0.9.0-beta.3 by @dependabot in #1030
- Bump serde from 1.0.163 to 1.0.164 by @dependabot in #1029
- Bump csvs_convert from 0.8.4 to 0.8.5 by @dependabot in #1028
- Bump sysinfo from 0.29.1 to 0.29.2 by @dependabot in #1027
- Bump log from 0.4.18 to 0.4.19 by @dependabot in #1039
- Bump uuid from 1.3.3 to 1.3.4 by @dependabot in #1041
- Bump jql-runner from 6.0.8 to 6.0.9 by @dependabot in #1043
- cargo update bump several indirect dependencies
- pin Rust nightly to 2021-06-13
Fixed
- Remove redundant registries protocol by @icp1994 in #1034
- fix typo in tojsonl.rs (optionns -> options) by @rzmk in #1035
- Fix eula by @minhajuddin2510 in #1046
New Contributors
Full Changelog: 0.106.0...0.107.0