Releases: fossas/spectrometer
Releases · fossas/spectrometer
v2.15.6
- CocoaPods: Fixes Podfile.lock parsing. It safely parses when Pod and Dependencies entries are enclosed with quotations (#337).
v2.15.5
- Fixes an issue where
--json
would output the raw project ID, instead of a normalized ID (#339)
v2.15.4
- 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
- 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
- Maven: Fixes an issue where dependencies parsed from
dependency:tree
would fail to resolve when uploaded. (#332)
v2.15.1
- Maven: Fixes an issue where dependencies with a platform specifier were not correctly parsed. (#329)
v2.15.0
- Dart: Adds support for pub package manager. (#313)
- Analyzed dependencies now report what file they were found in. (#316)
v2.14.5
- Maven: Fixes an issue where projects with settings.xml files would not be analyzed correctly using the dependency:tree tactic. (#327)
v2.14.4
- Gradle: Fixes an issue where all dependencies would appear as direct (#319)
v2.14.3
- Monorepo: archive expansion now respects
--exclude-path
and --only-path
.