Maven PR #1218 was reverted due to performance concerns. Please use v3.8.2.
- Setup.py: Fixes an defect with
setup.py
parser, caused by failing to account for line comments or backslash. (#1191) - Installation:
install-latest.sh
now directscurl
andwget
to passCache-Control: no-cache
headers to the server. (#1206) Go.mod
: Anaysis does not fail ifgo.mod
includesretract
block. (#1213).aar
: Supports.aar
archive files with native license scanning, and with--unpack-archives
option. (#1217)remote-dependencies
: Analysis offossa-deps
fails, if remote-dependencies's character length is greater than maximum. It only applies during non-output mode. (#1216)- Maven: Analyze a package separately from its parents if the module does not appear in its parent's
<modules>
tag when both the module and its parents are discovered as candidate targets. (#1218) - Network requests:
fossa-cli
retries network requests which return response with status code of 502. (#1220) PDM
: Adds support for PDM package manager. (#1214)