Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Releases: fossas/spectrometer

v2.18.1

25 Oct 17:24
44dfbe9
Compare
Choose a tag to compare
  • 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

22 Oct 17:30
359dd90
Compare
Choose a tag to compare
  • 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

21 Oct 20:48
3a37d8c
Compare
Choose a tag to compare
  • 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

19 Oct 22:13
0cdb78f
Compare
Choose a tag to compare
  • Fortran: Supports fortran package manager. (#377)

v2.17.1

19 Oct 17:18
0bab669
Compare
Choose a tag to compare
  • Adds support for reporting origin path for binaries discovered via --experimental-enable-binary-discovery (#396)

v2.17.0

15 Oct 17:40
79853b7
Compare
Choose a tag to compare
  • 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

15 Oct 05:43
ebfca6f
Compare
Choose a tag to compare
  • Monorepo: Add automatic retries to failed API calls. (#392)

v2.16.5

12 Oct 21:01
7126736
Compare
Choose a tag to compare

fossa test --json output with no issues to report #387

v2.16.4

08 Oct 00:59
e4216b6
Compare
Choose a tag to compare
  • Monorepo: Fix bug with symlink logic mismatch between walker and buildspec uploader. (#388)

v2.16.3

06 Oct 23:43
2d7469d
Compare
Choose a tag to compare
  • Monorepo: Fix bug with non-glob exclusions. (#386)