Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 17:57
· 50 commits to main since this release
3ade6ec

Features:

  • Broker for Linux is now statically built.
    This means Broker should no longer rely on dynamic dependencies such as libc on the target system.
  • Broker now reports to FOSSA that the build is submitted by Broker instead of FOSSA CLI.
    Today FOSSA doesn't do anything with this information,
    but in the future we plan to use this to display projects that are imported by Broker with a different icon or different search parameters.

Bug fixes:

  • Copy debug bundles instead of renaming them from the temp location.
    This resolves issues preventing debug bundles from being stored for Linux installations where the temporary location
    and the home folder are on separate mount points.
  • Locate fossa in $PATH before running it.
    This resolves issues where some Linux implementations cannot execute commands without the full path.