@@ -4,11 +4,38 @@ Changelog
44v34.12.0 (unreleased)
55---------------------
66
7+ - Add support for Python 3.13.
8+ Upgrade the base image in Dockerfile to ``python:3.13-slim ``.
9+ https://github.com/aboutcode-org/scancode.io/pull/1469/files
10+
11+ - Display matched snippets details in "Resource viewer", including the package,
12+ resource, and similarity values.
13+ https://github.com/aboutcode-org/scancode.io/issues/1688
14+
15+ - Add filtering by label and pipeline in the ``flush-projects `` management command.
16+ Also, a new ``--dry-run `` option is available to test the filters before applying
17+ the deletion.
18+ https://github.com/aboutcode-org/scancode.io/pull/1690
19+
20+ - Add support for using Package URL (purl) as project input.
21+ This implementation is based on ``purl2url.get_download_url ``.
22+ https://github.com/aboutcode-org/scancode.io/issues/1383
23+
724- Raise a ``MatchCodeIOException `` when the response from the MatchCode.io service is
825 not valid in ``send_project_json_to_matchcode ``.
926 This generally means an issue on the MatchCode.io server side.
1027 https://github.com/aboutcode-org/scancode.io/issues/1665
1128
29+ - Upgrade Bulma CSS and Ace JS libraries to latest versions.
30+ Refine the CSS for the Resource viewer.
31+ https://github.com/aboutcode-org/scancode.io/pull/1692
32+
33+ - Add "(No value detected)" for Copyright and Holder charts.
34+ https://github.com/aboutcode-org/scancode.io/issues/1697
35+
36+ - Add "Package Compliance Alert" chart in the Policies section.
37+ https://github.com/aboutcode-org/scancode.io/pull/1699
38+
1239v34.11.0 (2025-05-02)
1340---------------------
1441
0 commit comments