Skip to content

Releases: fossas/fossa-cli

v3.9.35

19 Sep 17:48
7bc66b6
Compare
Choose a tag to compare
  • Licensing: Add to the list of ignored copyright phrases (No PR)

v3.9.34

16 Sep 19:32
3a00319
Compare
Choose a tag to compare
  • --strict: Users can now enable strict mode for analysis. (#1463)

v3.9.33

12 Sep 17:32
968ed2d
Compare
Choose a tag to compare

What's Changed

v3.9.32

09 Sep 18:03
10e2abc
Compare
Choose a tag to compare
  • Platform Support: Add a binary for ARM64 Linux environments. (#1465)
  • --json: Output projectId. (#1464)

v3.9.31

22 Aug 15:51
f58402e
Compare
Choose a tag to compare

What's Changed

v3.9.30

07 Aug 16:23
dcc8570
Compare
Choose a tag to compare
  • Vendored Dependencies: add support for metadata (description, and homepage) for dependencies. (#1455)

v3.9.29

06 Aug 21:25
93514ae
Compare
Choose a tag to compare
  • install scripts: Surface curl errors and display http status code correctly. (#1456)
  • Update jar-callgraph version to 1.0.2 #1454

v3.9.28

19 Jul 18:25
e745fd3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.27...v3.9.28

v3.9.27

18 Jul 17:25
65046d8
Compare
Choose a tag to compare

What's Changed

  • Switch to new tar library, this should make operations that unpack tar archives work more reliably. by @csasarak in #1452

Full Changelog: v3.9.26...v3.9.27

v3.9.26

17 Jul 21:02
508c9a5
Compare
Choose a tag to compare
  • Reports: Add includeCopyrightList to JSON attribution report request. This will ensure that all copyrights are included in the JSON attribution report once the FOSSA API starts including them. All other formats of attribution reports will receive all copyrights without needing to add this query param. #1450
  • Resolves an issue where git projects cloned with an url including a username were unable to be found when running fossa test. #1451