|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
4 | | -v35.4.1 (unreleased) |
| 4 | +v35.4.1 (2025-10-24) |
5 | 5 | -------------------- |
6 | 6 |
|
7 | 7 | - Add ability to download all output results formats as a zipfile for a given project. |
8 | 8 | https://github.com/aboutcode-org/scancode.io/issues/1880 |
9 | 9 |
|
| 10 | +- Add support for tagging inputs in the run management command |
| 11 | + Add ability to skip the SQLite auto db in combined_run |
| 12 | + Add documentation to leverage PostgreSQL service |
| 13 | + https://github.com/aboutcode-org/scancode.io/pull/1916 |
| 14 | + |
| 15 | +- Refine d2d pipeline for scala and kotlin. |
| 16 | + https://github.com/aboutcode-org/scancode.io/issues/1898 |
| 17 | + |
| 18 | +- Add utilities to create/init FederatedCode data repo. |
| 19 | + https://github.com/aboutcode-org/scancode.io/issues/1896 |
| 20 | + |
| 21 | +- Add a verify-project CLI management command. |
| 22 | + https://github.com/aboutcode-org/scancode.io/issues/1903 |
| 23 | + |
| 24 | +- Add support for multiple inputs in the run management command. |
| 25 | + https://github.com/aboutcode-org/scancode.io/issues/1916 |
| 26 | + |
| 27 | +- Add the django-htmx app to the stack. |
| 28 | + https://github.com/aboutcode-org/scancode.io/issues/1917 |
| 29 | + |
| 30 | +- Adjust the resource tree view table rendering. |
| 31 | + https://github.com/aboutcode-org/scancode.io/issues/1840 |
| 32 | + |
| 33 | +- Add ".." navigation option in table to navigate to parent resource. |
| 34 | + https://github.com/aboutcode-org/scancode.io/issues/1869 |
| 35 | + |
| 36 | +- Add ability to download all output results formats. |
| 37 | + https://github.com/aboutcode-org/scancode.io/issues/1880 |
| 38 | + |
| 39 | +- Update Java D2D Pipeline to Include Checksum Mapped Sources for Accurate Java Mapping. |
| 40 | + https://github.com/aboutcode-org/scancode.io/issues/1870 |
| 41 | + |
| 42 | +- Auto-detect pipeline from provided input. |
| 43 | + https://github.com/aboutcode-org/scancode.io/issues/1883 |
| 44 | + |
| 45 | +- Migrate SCA workflows verification to new verify-project management command. |
| 46 | + https://github.com/aboutcode-org/scancode.io/issues/1902 |
| 47 | + |
10 | 48 | v35.4.0 (2025-09-30) |
11 | 49 | -------------------- |
12 | 50 |
|
|
0 commit comments