Releases: fossas/spectrometer
Releases · fossas/spectrometer
v2.18.1
- Monorepo: Send error state to UI if the CLI crashes, so scans won't appear to hang forever. (#409)
- Monorepo: Fix parsing nomos output bug where files contain newlines. (#409)
v2.18.0
- When applicable, fossa-cli uses the cgroup CPU quota (under cfs) to determine the number of runtime threads to use. This dramatically improves runtime speed when we're running within a cpu-limited container on a large machine with many physical processors.
v2.17.3
- Monorepo: adds some optimizations to reduce the amount of file buffering in memory during a scan, resulting in less memory pressure and faster scans. (#402)
- Adds compatibility script for
fossa report attribution --json
(#397)
v2.17.2
- Fortran: Supports fortran package manager. (#377)
v2.17.1
- Adds support for reporting origin path for binaries discovered via
--experimental-enable-binary-discovery
(#396)
v2.17.0
- When running
fossa analyze
with the --debug
flag, we now create a fossa.debug.json.gz
file containing detailed runtime traces for project discovery and dependency analysis
v2.16.6
- Monorepo: Add automatic retries to failed API calls. (#392)
v2.16.5
fossa test --json output with no issues to report #387
v2.16.4
- Monorepo: Fix bug with symlink logic mismatch between walker and buildspec uploader. (#388)
v2.16.3
- Monorepo: Fix bug with non-glob exclusions. (#386)