Releases: fossas/spectrometer
Releases · fossas/spectrometer
v2.16.2
- Monorepo: Don't crash if there are no ninja/buildspec files to upload. (#385)
- Monorepo: Fix issue with only-path/exclude-path globs.
v2.16.1
- Gradle: Supports analysis of projects using gradle v3.3 or below. (#376)
v2.16.0
- Swift: Supports analysis for dependencies managed by Swift Package Manager. (#354)
v2.15.24
- Leiningen: Executes
lein --version
before performing any analysis, to ensure Leiningen has performed its install tasks (done on its first invocation). (#379)
v2.15.23
- Maven: Fixes
mvn:dependency
tactic to exclude root projects from direct dependencies. (#375)
v2.15.22
- Adds branch and revision information to the URL reported at the end of a
fossa analyze --experimental-enable-monorepo
scan. (#378)
v2.15.21
- When using
--experimental-enable-binary-discovery
, prepopulates information discovered in JAR manfiests. (#372)
v2.15.19
- Fixes an issue with
fossa-deps.yml
vendored-dependencies
entries where uploads would fail if the dependency was in a subdirectory. (#373)
v2.15.18
- Monorepo: Speeds up commercial phrase detection by doing a first pass before trying to parse context. (#371)
v2.15.17
- Gradle: Classifies following as test configurations:
testCompileClasspath
and testRuntimeClasspath
. (#366)