@@ -4,6 +4,38 @@ Changelog
44Next release
55--------------
66
7+ v3.5.0 - 2026-01-15
8+ -------------------
9+
10+ - Improve package scan performance by:
11+
12+ - Skipping binary package detection steps by default,
13+ and introducing a new CLI option ``--package-in-compiled ``
14+ to detect packages in compiled binaries like rust/go binaries
15+ Note: previously these were detected in ``--package `` CLI
16+ option directly but this is no longer the case, you've to
17+ use the new ``--package-in-compiled `` to detect packages
18+ from go/rust and other binaries
19+
20+ - Creating cached regex patterns and multiregex pre-matchers,
21+ for a fast package path detection filtering step
22+
23+ https://github.com/aboutcode-org/scancode-toolkit/pull/4606
24+
25+ - Detect gibberish in copyrights to improve detection
26+ https://github.com/aboutcode-org/scancode-toolkit/pull/4610
27+
28+ - Use a cython implementation of sequence matcher to improve
29+ license detection performance
30+ https://github.com/aboutcode-org/scancode-toolkit/pull/4500
31+
32+ - Add python3.14 support in scancode
33+ https://github.com/aboutcode-org/scancode-toolkit/pull/4595
34+ https://github.com/aboutcode-org/scancode-toolkit/issues/4541
35+
36+ - Always print license references table in html output
37+ https://github.com/aboutcode-org/scancode-toolkit/pull/4474
38+
739- Enable License References table for HTML Output without requiring
840 `--license-references ` by implementing a fallback license reference
941 collection based on the behavior of v32.0.0.
@@ -13,6 +45,35 @@ Next release
1345- Replace unmaintained ``toml `` library with ``tomllib `` / ``tomli ``.
1446 https://github.com/aboutcode-org/scancode-toolkit/issues/4532
1547
48+ - Pin fingerprints and normality to avoid pyicu
49+ https://github.com/aboutcode-org/scancode-toolkit/issues/4493
50+
51+ - Fix click compatibility issues and failures
52+ https://github.com/aboutcode-org/scancode-toolkit/issues/4572
53+
54+ - Remove deprecated ast module attributes
55+ https://github.com/aboutcode-org/scancode-toolkit/pull/4539
56+
57+ - Fix cargo scanning failures
58+ https://github.com/aboutcode-org/scancode-toolkit/issues/4581
59+
60+ - Reorg and improve docs user experience
61+ https://github.com/aboutcode-org/scancode-toolkit/pull/4629
62+
63+ - Handle is_private strings in npm properly
64+ https://github.com/aboutcode-org/scancode-toolkit/pull/4635
65+
66+ - Restructure README docs
67+ https://github.com/aboutcode-org/scancode-toolkit/pull/4667
68+
69+ - Add new licenses, license rules and misc license detection
70+ improvements
71+ https://github.com/aboutcode-org/scancode-toolkit/pull/4562
72+ https://github.com/aboutcode-org/scancode-toolkit/pull/4674
73+ https://github.com/aboutcode-org/scancode-toolkit/pull/4666
74+ https://github.com/aboutcode-org/scancode-toolkit/pull/4622
75+
76+
1677v32.4.1 - 2025-07-23
1778--------------------
1879
0 commit comments