Skip to content

Releases: fossas/fossa-cli

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

v3.12.2

13 Nov 20:52
v3.12.2
c65b0f3

Choose a tag to compare

  • Update the latest version of a dependency for --x-snippet-scan. This update will start backfilling fingerprints for ~10% of files that were previously uploaded but do not have fingerprints (#1611)

v3.12.1

31 Oct 20:11
v3.12.1
9e702aa

Choose a tag to compare

  • Update latest version of a dependency for --x-snippet-scan. This makes some changes to the data we send and store so that we can more easily update snippet data in the background (#1587)

v3.12.0

28 Oct 21:57
67762eb

Choose a tag to compare

  • Python: Add support for projects using uv for package management (#1604)