|
1 | 1 | Release notes |
2 | 2 | ============= |
3 | 3 |
|
4 | | -### Version 5.3.1-dev (unreleased) |
| 4 | +### Version 5.5.0-dev |
| 5 | + |
| 6 | +- Update ProductPackage "unknown" license during "Scan all Packages". |
| 7 | + Only "unknown" licenses are updated. |
| 8 | + Products with a is_locked configuration status are excluded. |
| 9 | + Inactive is_active=False products are excluded. |
| 10 | + https://github.com/aboutcode-org/dejacode/issues/388 |
| 11 | + |
| 12 | +- Allow Product "Scan all packages" for users with the "change_product" permission |
| 13 | + on the Product instance. |
| 14 | + Prior to this change only "superusers" could see and use this feature. |
| 15 | + https://github.com/aboutcode-org/dejacode/issues/385 |
| 16 | + |
| 17 | +### Version 5.4.2 |
| 18 | + |
| 19 | +- Migrate the LDAP testing from using mockldap to slapdtest. |
| 20 | + The mockldap and funcparserlib dependencies has been removed. |
| 21 | + https://github.com/aboutcode-org/dejacode/issues/394 |
| 22 | + |
| 23 | +### Version 5.4.1 |
| 24 | + |
| 25 | +- Upgrade Django to latest security release 5.2.7 |
| 26 | + Also upgrade dependencies to latest releases. |
| 27 | + https://github.com/aboutcode-org/dejacode/pull/389 |
| 28 | + |
| 29 | +### Version 5.4.0 |
5 | 30 |
|
6 | 31 | - Upgrade Python version to 3.13 and Django to 5.2.x |
7 | 32 | https://github.com/aboutcode-org/dejacode/pull/315 |
@@ -42,6 +67,26 @@ Release notes |
42 | 67 | * `/products/{uuid}/imports/` |
43 | 68 | https://github.com/aboutcode-org/dejacode/issues/273 |
44 | 69 |
|
| 70 | +- Add GitHub workflow Request integration. |
| 71 | + Documentation: https://dejacode.readthedocs.io/en/latest/integrations-github.html |
| 72 | + https://github.com/aboutcode-org/dejacode/issues/349 |
| 73 | + |
| 74 | +- Add GitLab workflow Request integration. |
| 75 | + Documentation: https://dejacode.readthedocs.io/en/latest/integrations-gitlab.html |
| 76 | + https://github.com/aboutcode-org/dejacode/issues/346 |
| 77 | + |
| 78 | +- Add Jira workflow Request integration. |
| 79 | + Documentation: https://dejacode.readthedocs.io/en/latest/integrations-jira.html |
| 80 | + https://github.com/aboutcode-org/dejacode/issues/350 |
| 81 | + |
| 82 | +- Add Forgejo workflow Request integration. |
| 83 | + Documentation: https://dejacode.readthedocs.io/en/latest/integrations-forgejo.html |
| 84 | + https://github.com/aboutcode-org/dejacode/issues/347 |
| 85 | + |
| 86 | +- Add SourceHut workflow Request integration. |
| 87 | + Documentation: https://dejacode.readthedocs.io/en/latest/integrations-sourcehut.html |
| 88 | + https://github.com/aboutcode-org/dejacode/issues/348 |
| 89 | + |
45 | 90 | ### Version 5.3.0 |
46 | 91 |
|
47 | 92 | - Rename ProductDependency is_resolved to is_pinned. |
|
0 commit comments