|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +v34.9.1 (unreleased) |
| 5 | +-------------------- |
| 6 | + |
| 7 | +- Add the ability to filter on Project endpoint API actions. |
| 8 | + The list of ``resources``, ``packages``, ``dependencies``, ``relations``, and |
| 9 | + ``messages`` can be filtered providing the ``?field_name=value`` in the URL |
| 10 | + parameters. |
| 11 | + https://github.com/aboutcode-org/scancode.io/issues/1449 |
| 12 | + |
| 13 | +- Fix the ability to provide multiple optional step when defining pipelines in the |
| 14 | + REST API. |
| 15 | + The support for providing pipeline names as a comma-separated single string was |
| 16 | + remove as the comma is used as the optional step separator. |
| 17 | + Use a list of pipeline names instead. |
| 18 | + https://github.com/aboutcode-org/scancode.io/issues/1454 |
| 19 | + |
| 20 | +- Make the header row of tables sticky to the top of the screen so it is always |
| 21 | + visible. |
| 22 | + https://github.com/aboutcode-org/scancode.io/issues/1457 |
| 23 | + |
| 24 | +v34.9.0 (2024-11-14) |
| 25 | +-------------------- |
| 26 | + |
| 27 | +- Add ability to declared pipeline selected groups in create project REST API endpoint. |
| 28 | + https://github.com/aboutcode-org/scancode.io/issues/1426 |
| 29 | + |
| 30 | +- Add a new ``list-pipelines`` management command. |
| 31 | + https://github.com/aboutcode-org/scancode.io/issues/1397 |
| 32 | + |
| 33 | +- Refactor the policies related code to its own module. |
| 34 | + https://github.com/aboutcode-org/scancode.io/issues/386 |
| 35 | + |
| 36 | +- Add support for project-specific license policies and compliance alerts. |
| 37 | + Enhance Project model to handle policies from local settings, project input |
| 38 | + "policies.yml" files, or global app settings. |
| 39 | + https://github.com/aboutcode-org/scancode.io/issues/386 |
| 40 | + |
| 41 | +- Refactor the ``group`` decorator for pipeline steps as ``optional_step``. |
| 42 | + The steps decorated as optional are not included by default anymore. |
| 43 | + https://github.com/aboutcode-org/scancode.io/issues/386 |
| 44 | + |
| 45 | +- Add a new ``PublishToFederatedCode`` pipeline (addon) to push scan result |
| 46 | + to FederatedCode. |
| 47 | + https://github.com/nexB/scancode.io/pull/1400 |
| 48 | + |
| 49 | +- Add new ``purl`` field to project model. https://github.com/nexB/scancode.io/pull/1400 |
| 50 | + |
| 51 | +v34.8.3 (2024-10-30) |
| 52 | +-------------------- |
| 53 | + |
| 54 | +- Include the ``aboutcode`` module in the wheel and source distribution. |
| 55 | + https://github.com/aboutcode-org/scancode.io/issues/1423 |
| 56 | + |
| 57 | +- Update ScanCode-toolkit to v32.3.0 |
| 58 | + https://github.com/aboutcode-org/scancode.io/issues/1418 |
| 59 | + |
| 60 | +v34.8.2 (2024-10-28) |
| 61 | +-------------------- |
| 62 | + |
| 63 | +- Add ``android_analysis`` to ``extra_requires``. This installs the package |
| 64 | + ``android_inspector``, which provides a pipeline for Android APK |
| 65 | + deploy-to-development analysis. |
| 66 | + |
| 67 | +- Remove the sleep time in the context of testing ``matchcode.poll_run_url_status`` |
| 68 | + to speed up the test. |
| 69 | + https://github.com/aboutcode-org/scancode.io/issues/1411 |
| 70 | + |
| 71 | +- Add ability to specify the CycloneDX output spec version using the ``output`` |
| 72 | + management command and providing the ``cyclonedx:VERSION`` syntax as format value. |
| 73 | + https://github.com/aboutcode-org/scancode-action/issues/8 |
| 74 | + |
| 75 | +- Add new ``compliance`` REST API action that list all compliance alert for a given |
| 76 | + project. The severity level can be provided using the |
| 77 | + ``?fail_level={ERROR,WARNING,MISSING}`` parameter. |
| 78 | + https://github.com/aboutcode-org/scancode.io/issues/1346 |
| 79 | + |
| 80 | +- Add new ``Compliance alerts`` panel in the project detail view. |
| 81 | + https://github.com/aboutcode-org/scancode.io/issues/1346 |
| 82 | + |
| 83 | +v34.8.1 (2024-09-06) |
| 84 | +-------------------- |
| 85 | + |
| 86 | +- Upgrade Django to security release 5.1.1 and related dependencies. |
| 87 | + |
| 88 | +v34.8.0 (2024-08-15) |
| 89 | +-------------------- |
| 90 | + |
| 91 | +- Add a new ``enrich_with_purldb`` add-on pipeline to enrich the discovered packages |
| 92 | + with data available in the PurlDB. |
| 93 | + https://github.com/nexB/scancode.io/issues/1182 |
| 94 | + |
| 95 | +- Add the ability to define a results_url on the Pipeline class. |
| 96 | + When available, that link is displayed in the UI to easily reach the results view |
| 97 | + related to the Pipeline run. |
| 98 | + https://github.com/nexB/scancode.io/pull/1330 |
| 99 | + |
| 100 | +- Expands on the existing WebhookSubscription model by adding a few fields to |
| 101 | + configure the behavior of the Webhooks, and moves some of the fields to a new |
| 102 | + WebhookDelivery model, which captures the results of a WebhookSubscription |
| 103 | + "delivery". |
| 104 | + https://github.com/nexB/scancode.io/issues/1325 |
| 105 | + |
| 106 | +- Add support for creating dependencies using the ``load_sboms`` pipeline on CycloneDX |
| 107 | + SBOM inputs. |
| 108 | + https://github.com/nexB/scancode.io/issues/1145 |
| 109 | + |
| 110 | +- Add a new Dependency view that renders the project dependencies as a tree. |
| 111 | + https://github.com/nexB/scancode.io/issues/1145 |
| 112 | + |
| 113 | +- The ``purldb-scan-worker`` command has been updated to send project results |
| 114 | + back using the Project webhook subscriptions. This allows us to not have the |
| 115 | + main task loop to monitor a single project run for completion in order to |
| 116 | + return data, and allows us to have multiple scan projects active at once while |
| 117 | + we use ``purldb-scan-worker``. A new option ``--max-concurrent-projects`` has |
| 118 | + been added to set the number of purldb packages that can be requested and |
| 119 | + processed at once. |
| 120 | + https://github.com/nexB/scancode.io/issues/1287 |
| 121 | + |
| 122 | +- Add notes field on the DiscoveredPackage model. |
| 123 | + https://github.com/nexB/scancode.io/issues/1342 |
| 124 | + |
| 125 | +- Fix an issue with conflicting groups checkbox id in the Add pipeline modal. |
| 126 | + https://github.com/nexB/scancode.io/issues/1353 |
| 127 | + |
| 128 | +- Move the BasePipeline class to a new `aboutcode.pipeline` module. |
| 129 | + https://github.com/nexB/scancode.io/issues/1351 |
| 130 | + |
| 131 | +- Update link references of ownership from nexB to aboutcode-org |
| 132 | + https://github.com/aboutcode-org/scancode.io/issues/1350 |
| 133 | + |
| 134 | +- Add a new ``check-compliance`` management command to check for compliance issues in |
| 135 | + a project. |
| 136 | + https://github.com/nexB/scancode.io/issues/1182 |
| 137 | + |
| 138 | +- Fix issues in ``match_to_matchcode`` where the incorrect polling function was |
| 139 | + used and match results were not properly collected. |
| 140 | + |
4 | 141 | v34.7.1 (2024-07-15)
|
5 | 142 | --------------------
|
6 | 143 |
|
|
0 commit comments