Releases: chainguard-dev/osqtool
Releases · chainguard-dev/osqtool
v1.4.2
What's Changed
- remove unnecessary newline munging by @tstromberg in #28
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Fix bug that silently overwrote queries from previously directories by @tstromberg in #24
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Add support for processing multiple source paths by @tstromberg in #23
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.1
What's Changed
- Fix run panic when queries have non-zero exit by @tstromberg in #22
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Add 'run' subcommand by @tstromberg in #17
- Makefile: Add binary target, upgrade golangci-lint by @tstromberg in #18
- Add initial Github CI action by @tstromberg in #19
- Improve run output for packed queries by @tstromberg in #20
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Add support for float modifiers in --tag-intervals by @tstromberg in #16
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
New features
- Add concurrency for verify by @Dentrax in #3
- Add --exclude-tags flag ("disabled" by default) by @tstromberg in #5
- Add --max-results flag (defaults to 1000) by @tstromberg in #8
- Add --max-query-daily-duration flag, fix related bugs by @tstromberg in #11
Bug fixes
- unpack: Add missing --single-line support by @tstromberg in #6
- Skip duration and row checks if query is specific to another platform by @tstromberg in #13
- Include correct elapsed field in error message by @tstromberg in #15
Other improvements
- Automatically set worker count if --workers=0 or less by @tstromberg in #10
- Rename duration flags for clarity: max-duration -> max-query-duration by @tstromberg in #12
- Set maxResults default to 250k by @tstromberg in #14
New Contributors
Full Changelog: v0.0.6...v1.0.0
v0.0.6
- Make single-line queries the default in pack format, for maximum compatibility
- Add
--multi-line
flag to output multi-line queries - Rename 'continuous' tag to 'rapid'
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Add --tag-intervals
flag to control intervals via query tag.
Full Changelog: v0.0.4...v0.0.5