Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
geocode
: added Geonames index file metadata toindex-check
commandtojsonl
: parallelized with rayontojsonl
: parallelize with rayon dathere/qsv#1338to
: addedto_parquet
feature. addto_parquet
feature dathere/qsv#1341benchmarks
: upgraded from 3.0.0 to 3.3.1count
benchmarks with--width
optionluau
benchmarks with single/multi filter optionssearch
benchmark with--unicode
optionschema
benchmark was not using the stats cache with the--force
optionChanged
cat
: use an empty byte_record var instead of repeatedly allocating a new one dathere/qsv@eddafd1count
: minor optimization dathere/qsv@bb113c0luau
: minor perf tweaks dathere/qsv@c71cd16 and dathere/qsv@f9c1e3cRemoved
geocode
: removed separate metadata JSON file for Geonames index files. The metadata is now embedded in the index file itself and can be viewed with theindex-check
command.Fixed
geocode
: when producing JSON output with the now subcommands, we now produced valid JSON. We previously generated JSON with extra quotes.geocode
: when producing JSON output with the now subcommands, use c… dathere/qsv#1345schema
: fixed--force
flag not being honoredFull Changelog: dathere/qsv@0.115.0...0.116.0