Skip to content

v33.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 17:39
· 159 commits to main since this release
3d676d4

Changelog:

  • Upgrade Django to version 5.0 and drop support for Python 3.8 and 3.9 #1020
  • Fetching "Download URL" inputs is now delegated to an initial pipeline step that is
    always run as the start of a pipeline.
    This allows to run pipelines on workers running from a remote location, external to
    the main ScanCode.io app server. #410
  • Migrate the Project.input_sources field into a InputSource model. #410
  • Refactor run_scancode to not fail on scan errors happening at the resource level,
    such as a timeout. Project error message are created instead. #1018
  • Add support for the SCANCODEIO_SCAN_FILE_TIMEOUT setting in the scan_package pipeline. #1018
  • Add support for non-archive single file in the scan_package pipeline. #1009
  • Do not include "add-on" pipelines in the "New project" form choices. #1041
  • Display a "Run pipelines" button in the "Pipelines" panel.
    Remove the ability to run a single pipeline in favor of running all "not started"
    project pipeline. #997
  • Fix an issue where the pipeline details cannot be fetched when using URLs that
    include credentials such as "user:pass@domain". #998

What's Changed

New Contributors

Full Changelog: v32.7.0...v33.0.0