File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed
Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11Release notes
22=============
33
4- ### Version 5.5.0-dev
4+ ### Version 5.5.0
55
66- Add UI to refresh a package scan.
77 https://github.com/aboutcode-org/dejacode/issues/423
@@ -26,6 +26,27 @@ Release notes
2626 forms when the currently logged user is not looking at his own Dataspace.
2727 https://github.com/aboutcode-org/dejacode/issues/428
2828
29+ - Prioritize hashes and download URL for PurlDB mapping.
30+ https://github.com/aboutcode-org/dejacode/issues/430
31+
32+ - Fix a bug with the scan_status_fields on empty runs.
33+ https://github.com/aboutcode-org/dejacode/issues/433
34+
35+ - Add option to infer_download_urls on product importers.
36+ https://github.com/aboutcode-org/dejacode/issues/444
37+
38+ - Add support for PyPI purls in purl resolution.
39+ https://github.com/aboutcode-org/dejacode/pull/443
40+
41+ - Export OpenVEX VEX document.
42+ https://github.com/aboutcode-org/dejacode/issues/442
43+
44+ - Migrate from rq-scheduler to new built-in CronScheduler.
45+ https://github.com/aboutcode-org/dejacode/issues/435
46+
47+ - Update weighted_risk_score on updating the relationship.
48+ https://github.com/aboutcode-org/dejacode/issues/436
49+
2950### Version 5.4.2
3051
3152- Migrate the LDAP testing from using mockldap to slapdtest.
Original file line number Diff line number Diff line change 1414
1515import git
1616
17- VERSION = "5.4.1 "
17+ VERSION = "5.5.0 "
1818
1919PROJECT_DIR = Path (__file__ ).resolve ().parent
2020ROOT_DIR = PROJECT_DIR .parent
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " dejacode"
7- version = " 5.4.1 "
7+ version = " 5.5.0 "
88description = " Automate open source license compliance and ensure supply chain integrity"
99readme = " README.rst"
1010requires-python = " >=3.13,<3.14"
You can’t perform that action at this time.
0 commit comments