Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Release notes
=============

### Version 5.9.0

* feat: VCIO v3 advisories migration by @tdruez in https://github.com/aboutcode-org/dejacode/pull/534
* feat: retry on 429 with Retry-After support in VulnerableCode session by @tdruez in https://github.com/aboutcode-org/dejacode/pull/550
* feat: add API action to manage object level permission on Products by @tdruez in https://github.com/aboutcode-org/dejacode/pull/395
* feat: [five-c] AboutCode app for alerts and notifications by @tdruez in https://github.com/aboutcode-org/dejacode/pull/551
* feat: [five-c] Create rules-based engine #409 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/552
* feat: [five-c] Create extended policy rules set #411 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/556
* docs: [five-c] add usage and configuration documentation #416 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/557
* docs: [five-c] add tutorial and how-to documentation #418 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/558
* [cravex2-reachability] Implement rule tools triaging vulnerabilities by @tdruez in https://github.com/aboutcode-org/dejacode/pull/560
* [cravex2-reachability] Integrate triage rules in CRAVEX API #365 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/564
* [cravex2-reachability] Add documentation for triage rules by @tdruez in https://github.com/aboutcode-org/dejacode/pull/565
* [cravex2-reachability] Enhance the vulnerability-ranking system for trees by @tdruez in https://github.com/aboutcode-org/dejacode/pull/566
* [cravex2-reachability] Consume extended reachability from symbols analysis by @tdruez in https://github.com/aboutcode-org/dejacode/pull/568
* [cravex2-reachability] Process extended reachability by @tdruez in https://github.com/aboutcode-org/dejacode/pull/569
* fix: run "Improve from PurlDB" asynchronously by @tdruez in https://github.com/aboutcode-org/dejacode/pull/570
* feat: add fixed_by_packages data from VCIO API v3 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/571
* fix: revert RQ to working version by @tdruez in https://github.com/aboutcode-org/dejacode/pull/573
* fix: add User-Agent value for data collection HTTP requests by @tdruez in https://github.com/aboutcode-org/dejacode/pull/574

### Version 5.8.1

* fix: improve performances and logging for SCIO importer (#546)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release instructions for `DejaCode
# Release instructions for `DejaCode`

## Automated release workflow

Expand Down
2 changes: 1 addition & 1 deletion dejacode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from contextlib import suppress
from pathlib import Path

VERSION = "5.8.1"
VERSION = "5.9.0"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dejacode"
version = "5.8.1"
version = "5.9.0"
description = "Automate open source license compliance and ensure supply chain integrity"
readme = "README.rst"
requires-python = ">=3.14,<3.15"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading