Skip to content

Releases: fossas/fossa-cli

v3.15.4

16 Jan 16:24
de577d0

Choose a tag to compare

  • Scala fix: Prefer MiniDependencyTreePlugin over explicit DependencyTreePlugin (#1627).

v3.15.3

12 Jan 21:47
v3.15.3
d8de84e

Choose a tag to compare

  • Remove fossa snippets subcommand and documentation (#1623).
    The fossa snippets subcommand has been replaced by fossa analyze --snippet-scan (documentation). If you are still using fossa snippets, you can temporarily keep using it by using versions of the CLI previous to this release. We will eventually be sunsetting the services that back fossa snippets, but will keep them running to mid-February at the very earliest. Once those services stop running then fossa snippets will no longer work at all, even when using older versions of the CLI. Please reach out to support@fossa.com if you have any questions.

  • Allow snippet scanning of binary files. This allows us to find exact matches for binary files. (No PR. This was implemented in a separate binary that does snippet scanning for us.)

v3.15.2

07 Jan 17:00
6f01179

Choose a tag to compare

What's Changed

Full Changelog: v3.15.1...v3.15.2

v3.15.1

19 Dec 18:01
090fe8d

Choose a tag to compare

A small tweak in format for output when using --x-vendetta

v3.15.0

15 Dec 21:15
v3.15.0
fe77bec

Choose a tag to compare

  • Make snippet scanning non-experimental. This PR deprecates fossa analyze --x-snippet-scan. Please use fossa analyze --snippet-scan instead. (#1622)

v3.14.1

04 Dec 22:30
v3.14.1
5116f00

Choose a tag to compare

  • Add fork-aliasing. Use this if you are using a fork of a dependency, but want FOSSA to treat it as if you were using the base version that you forked from. (#1620)

v3.14.0

02 Dec 21:39
e06faa0

Choose a tag to compare

What's Changed

Full Changelog: v3.13.1...v3.14.0

v3.13.1

21 Nov 19:47
v3.13.1
b926d24

Choose a tag to compare

  • Add a summary of the snippet scan when the --x-snippet-scan flag is used (#1613)
  • Update snippet scanning documentation (#1615)

v3.13.0

19 Nov 20:23
v3.13.0
29614a0

Choose a tag to compare

  • Change how debug logs are generated. They are now generated in a file called fossa.debug.zip, which can contain multiple files. For the common case of fossa analyze --debug, it will now contain the debug bundle (fossa.debug.json) and the telemetry json (fossa.telemetry.json). It will also contain Ficus logs if Ficus is run via --x-snippet-scan (#1610)

v3.12.3

18 Nov 13:09
68710c9

Choose a tag to compare

What's Changed

Full Changelog: v3.12.2...v3.12.3