Added
- Update csvs_convert by @kindly in #736
sniff
: added--delimiter
option #732fetchpost
: add--compress
option in #737searchset
: several tweaks for PII screening requirement of Datapusher+.--flag
option now shows regex labels instead of just row number; new--flag-matches-only
option sends only matching rows to output when used with--flag
;--json
option returns rows_with_matches, total_matches and rowcount as json to stderr. #738
Changed
luau
: minor tweaks to increase code readability 31d01c8stats
: now normalizes after rounding. Normalizing strips trailing zeroes and converts -0.0 to 0.0. f838272safenames
: mention CKAN-specific options f371ac2fetch
&fetchpost
: document decompression priority 43ce13c- Bump actix-governor from 0.3.2 to 0.4.0 by @dependabot in #728
- Bump sysinfo from 0.27.6 to 0.27.7 by @dependabot in #730
- Bump serial_test from 0.10.0 to 1.0.0 by @dependabot in #729
- Bump pyo3 from 0.17.3 to 0.18.0 by @dependabot in #731
- Bump reqwest from 0.11.13 to 0.11.14 by @dependabot in #734
- cargo update bump for other dependencies
- pin Rust nightly to 2023-01-21
Fixed
sniff
: now checks that--sample
size is greater than zero cd4c390
Full Changelog: 0.84.0...0.85.0