Skip to content

Commit 7c31991

Browse files
committed
Backfill changelog for v2.2.74+ releases
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 637eda7 commit 7c31991

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
- Migrated license enrichment PURL lookup to the org-scoped endpoint (`POST /v0/orgs/{slug}/purl`) from the deprecated global endpoint (`POST /v0/purl`).
6+
7+
## 2.2.80
8+
9+
- Hardened GitHub Actions workflows.
10+
- Fixed broken links on PyPI page.
11+
12+
## 2.2.79
13+
14+
- Updated minimum required Python version.
15+
- Tweaked CI checks.
16+
17+
## 2.2.78
18+
19+
- Fixed reachability filtering.
20+
- Added config file support.
21+
22+
## 2.2.77
23+
24+
- Fixed `has_manifest_files` failing to match root-level manifest files.
25+
26+
## 2.2.76
27+
28+
- Added SARIF file output support.
29+
- Improved reachability filtering.
30+
31+
## 2.2.75
32+
33+
- Fixed `workspace` flag regression by updating SDK dependency.
34+
35+
## 2.2.74
36+
37+
- Added `--workspace` flag to CLI args.
38+
- Added GitLab branch protection flag.
39+
- Added e2e tests for full scans and full scans with reachability.
40+
- Bumped dependencies: `cryptography`, `virtualenv`, `filelock`, `urllib3`.
41+
342
## 2.2.71
443

544
- Added `strace` to the Docker image for debugging purposes.

0 commit comments

Comments
 (0)