|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
4 | | -v34.12.0 (unreleased) |
5 | | ---------------------- |
| 4 | +v35.1.0 (unreleased) |
| 5 | +-------------------- |
| 6 | + |
| 7 | +- Add a ``--fail-on-vulnerabilities`` option in ``check-compliance`` management command. |
| 8 | + When this option is enabled, the command will exit with a non-zero status if known |
| 9 | + vulnerabilities are detected in discovered packages and dependencies. |
| 10 | + Requires the ``find_vulnerabilities`` pipeline to be executed beforehand. |
| 11 | + https://github.com/aboutcode-org/scancode.io/pull/1702 |
| 12 | + |
| 13 | +v35.0.0 (2025-06-23) |
| 14 | +-------------------- |
| 15 | + |
| 16 | +- Add support for Python 3.13. |
| 17 | + Upgrade the base image in Dockerfile to ``python:3.13-slim``. |
| 18 | + https://github.com/aboutcode-org/scancode.io/pull/1469/files |
| 19 | + |
| 20 | +- Display matched snippets details in "Resource viewer", including the package, |
| 21 | + resource, and similarity values. |
| 22 | + https://github.com/aboutcode-org/scancode.io/issues/1688 |
| 23 | + |
| 24 | +- Add filtering by label and pipeline in the ``flush-projects`` management command. |
| 25 | + Also, a new ``--dry-run`` option is available to test the filters before applying |
| 26 | + the deletion. |
| 27 | + https://github.com/aboutcode-org/scancode.io/pull/1690 |
| 28 | + |
| 29 | +- Add support for using Package URL (purl) as project input. |
| 30 | + This implementation is based on ``purl2url.get_download_url``. |
| 31 | + https://github.com/aboutcode-org/scancode.io/issues/1383 |
6 | 32 |
|
7 | 33 | - Raise a ``MatchCodeIOException`` when the response from the MatchCode.io service is |
8 | 34 | not valid in ``send_project_json_to_matchcode``. |
9 | 35 | This generally means an issue on the MatchCode.io server side. |
10 | 36 | https://github.com/aboutcode-org/scancode.io/issues/1665 |
11 | 37 |
|
| 38 | +- Upgrade Bulma CSS and Ace JS libraries to latest versions. |
| 39 | + Refine the CSS for the Resource viewer. |
| 40 | + https://github.com/aboutcode-org/scancode.io/pull/1692 |
| 41 | + |
| 42 | +- Add "(No value detected)" for Copyright and Holder charts. |
| 43 | + https://github.com/aboutcode-org/scancode.io/issues/1697 |
| 44 | + |
| 45 | +- Add "Package Compliance Alert" chart in the Policies section. |
| 46 | + https://github.com/aboutcode-org/scancode.io/pull/1699 |
| 47 | + |
| 48 | +- Update univers to v31.0.0, catch ``NotImplementedError`` in |
| 49 | + ``get_unique_unresolved_purls``, and properly log error in project. |
| 50 | + https://github.com/aboutcode-org/scancode.io/pull/1700 |
| 51 | + https://github.com/aboutcode-org/scancode.io/pull/1701 |
| 52 | + |
12 | 53 | v34.11.0 (2025-05-02) |
13 | 54 | --------------------- |
14 | 55 |
|
|
0 commit comments