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

Releases: fossas/spectrometer

v2.15.6

20 Aug 17:56
a15e018
Compare
Choose a tag to compare
  • CocoaPods: Fixes Podfile.lock parsing. It safely parses when Pod and Dependencies entries are enclosed with quotations (#337).

v2.15.5

20 Aug 00:07
f18cfaf
Compare
Choose a tag to compare
  • Fixes an issue where --json would output the raw project ID, instead of a normalized ID (#339)

v2.15.4

18 Aug 13:55
d4c06a8
Compare
Choose a tag to compare
  • Gradle: Search parent directories for gradlew and gradlew.bat (#336)

This release also adds a number of closed beta features around FOSSA C/C++ support.
For now this functionality is considered publicly undocumented, and is only used with support from FOSSA engineering.

As such this new functionality is hidden from the help and other documentation in this repo.
For questions using the new functionality in this release please contact us!

  • Support linking user-defined dependency binaries. (#323)
  • Support resolving linked user-defined binaries found in projects when VSI is enabled. (#328)
  • Support linking user project binaries. (#333)
  • Support resolving linked user project binaries found in projects when VSI is enabled. (#333)

v2.15.3

16 Aug 22:58
2ae20a5
Compare
Choose a tag to compare
  • Resolve a scan performance regression for fossa vps invocations. (#335)
  • Resolve a scan performance regression for fossa analyze --experimental-enable-monorepo invocations. (#335)

v2.15.2

16 Aug 20:57
d3fed67
Compare
Choose a tag to compare
  • Maven: Fixes an issue where dependencies parsed from dependency:tree would fail to resolve when uploaded. (#332)

v2.15.1

16 Aug 17:29
ff9dd3c
Compare
Choose a tag to compare
  • Maven: Fixes an issue where dependencies with a platform specifier were not correctly parsed. (#329)

v2.15.0

13 Aug 23:33
4770c05
Compare
Choose a tag to compare
  • Dart: Adds support for pub package manager. (#313)
  • Analyzed dependencies now report what file they were found in. (#316)

v2.14.5

11 Aug 08:05
1dacb62
Compare
Choose a tag to compare
  • Maven: Fixes an issue where projects with settings.xml files would not be analyzed correctly using the dependency:tree tactic. (#327)

v2.14.4

06 Aug 00:11
68e284e
Compare
Choose a tag to compare
  • Gradle: Fixes an issue where all dependencies would appear as direct (#319)

v2.14.3

05 Aug 22:23
e797c0c
Compare
Choose a tag to compare
  • Monorepo: archive expansion now respects --exclude-path and --only-path.