Added
apply
: DATEFMT subcommand now has a--prefer-dmy
option. #328stats
andschema
: add--prefer-dmy
option. #329sniff
: can now sniff Date and Datetime data types. #330sniff
: added toqsvdp
- DataPusher+-optimized qsv binary- added DevSkim security linter Github Action to CI
Changed
- applied various clippy pedantic and nursery recommendations
- cargo bump updated several dependencies, notably qsv-dateparser with its new DMY format parsing capability and
qsv-sniffer with its Date and Datetime data type detection
Fixed
- Closed all cargo-audit findings(#167), as the latest
qsv-dateparser
eliminated qsv'schrono
dependency. - Properly create
qsv_rust_version_info.txt
in nightly builds - Fixed multithreading link in Features Flag section
Full Changelog: 0.51.0...0.52.0