All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Upcoming changes...
0.9.0 - 2022-06-09
- Added support for dependency scanning (--dependencies)
- This depends on scancode to search for dependency files
- Added dependency data to output reports
0.7.4 - 2021-12-15
- Updated SPDX Lite report output data (--format spdxlite)
0.7.3 - 2021-12-11
- Added support for SPDX Lite report output (--format spdxlite)
0.7.2 - 2021-12-10
- Added option to process all file extensions while scanning (--all-extensions)
- Added option to process all folders while scanning (--all-folders)
- Added option to process all hidden files/folders while scanning (--all-hidden)
0.7.1 - 2021-11-12
- Added option to skip WFP file generation while scanning (--no-wfp-output)
0.7.0 - 2021-11-08
- Added option to change default REST timeout (--timeout)
- Added threaded scanning to WFP file processing
- Changed from GPL license to MIT
- Changed minimum Python version to 3.7
0.6.11 - 2021-10-18
- Added option to skip snippet generation in the client (--skip-snippets)
- Added option to tune the scan packet post size (--post-size)
- Added Docker/Container support for running the client
- Fixed threading issue while scanning
0.6.6 - 2021-08-20
- Fixed broken call for scanning WFP file only
0.6.5 - 2021-07-15
- Added support to start scanning while fingerprinting to further increase scan performance
- Ignoring broken symlink files
0.6.0 - 2021-07-14
- Added threading to speed up fingerprint scanning
0.5.6 - 2021-07-12
- Added changelog
0.5.5 - 2021-07-09
- Added input SBOM JSON validation
- Added REST POST retry logic
0.5.4 - 2021-07-08
- Added --ignore option to scan command
- Fixed filtering bug