- Add
csv-ih,tsv, andtsv-ihfile parsers for CSV files without headers,
TSV files, and TSV files without headers. Note that these are standard and
not streaming parsers so the entire CSV/TSV will be loaded into memory. For
lazy loading equivalents, see below. - Add
csv-ih-s,tsv-s, andtsv-ih-sstreaming file parsers for CSV files
without headers, TSV files, and TSV files without headers. These streaming
parsers will lazily load the data into memory and may be more suitable for
extremely large files. - Add
typesetanddeclareBash internal command parser to convert variables
simple arrays, and associative arrays along with object metadata - Enhance
pip-showcommand parser to add-fshow files support - Enhance
rsyncandrsync-sparsers to add--statsor--info=stats[1-3]fields - Fix
certbotcommand parser to allow parsing of named certs - Fix
dircommand parser for incorrect stripping of theD:drive letter - Fix
hashsumcommand parser to correctly parse themodeindicator - Fix
ifconfigcommand parser for incorrect stripping of leading zeros in some hex numbers - Fix
iptablescommand parser when Target is blank and verbose output is used - Fix
lsattrcommand parser for filenames with spaces (newlines in filenames are
still not supported) - Fix
proc-pid-smapsproc parser when unknown VmFlags are output - Fix
jc.utils.timestampfunction and tests for behavior change in python 3.15 - Fix
ufwcommand parser to support rule logging. A new booleanlogfield is introduced