--------------------
- Add pipeline step selection for a run execution.
This allows to run a pipeline in an advanced mode allowing to skip some steps,
or restart from a step, like the last failed step.
The steps can be edited from the Run "status" modal using the "Select steps" button.
This is an advanced feature and should we used with caution.
https://github.com/nexB/scancode.io/issues/1303
- Display the resolved_to_package as link in the dependencies tab.
https://github.com/nexB/scancode.io/pull/1314
- Add support for multiple instances of a PackageURL in the CycloneDX outputs.
The `package_uid` is now included in each BOM Component as a property.
https://github.com/nexB/scancode.io/issues/1316
- Add administration interface. Can be enabled with the SCANCODEIO_ENABLE_ADMIN_SITE
setting.
Add ``--admin`` and ``--super`` options to the ``create-user`` management command.
https://github.com/nexB/scancode.io/pull/1323
- Add ``results_url`` and ``summary_url`` on the API ProjectSerializer.
https://github.com/nexB/scancode.io/issues/1325