Added
apply
: addedthousands
operation which adds thousands separators to numeric values.
Specify the separator policy with --comparand (default: comma). The valid policies are:
comma, dot, space, underscore, hexfour (place a space every four hex digits) and
indiancomma (place a comma every two digits, except the last three digits). #748searchset
: added--unmatched-output
option. This was done to allow Datapusher+ to screen for PIIs more efficiently. Writing PII candidate records in one CSV file, and the "clean" records in another CSV in just one pass. #742
Changed
fetch
&fetchpost
: expanded usage text info on HTTP2 Adaptive Flow Control supportfetchpost
: added more detail about--compress
optionstats
: added more tests- updated prebuilt zip archive READMEs 072973e
- Bump redis from 0.22.2 to 0.22.3 by @dependabot in #741
- Bump ahash from 0.8.2 to 0.8.3 by @dependabot in #743
- Bump jql from 5.1.4 to 5.1.6 by @dependabot in #747
- applied select clippy recommendations
- cargo update bump several indirect dependencies
- pin Rust nightly to 2023-01-27
Fixed
stats
: fixed antimodes null display. Use the literalNULL
instead of just "" when listing NULL as an antimode. #745tojsonl
: fixed invalid escaping of JSON values #746
Full Changelog: 0.85.0...0.86.0