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