Skip to content

Commit abe838a

Browse files
committed
Update CHANGELOG
1 parent 4efe35e commit abe838a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [2025-12-04] – 0.2.0 - Branch scanning and dependency submission
3+
## [2025-12-09] – 0.2.0 - Branch scanning and dependency submission
44

55
Added:
66

@@ -11,6 +11,7 @@ Added:
1111
- Automatically submits dependency snapshots for branches being scanned, if not already present, using Component Detection.
1212
- Language-aware sparse checkout.
1313
- Use a pre-downloaded binary (`--component-detection-bin`) or an auto-downloaded release.
14+
- Allows forcing submission, even if a snapshot already exists.
1415
- Search and matching:
1516
- Refactored search to de-duplicate logic and include branch diffs (added/updated packages only).
1617
- Malware matching enhanced to enumerate packages from diffs; matches annotated with branch.
@@ -21,7 +22,7 @@ Added:
2122
- JSON/CLI/CSV interaction clarified and documented.
2223
- Added examples for malware-only sync and branch scanning.
2324
- Advisory sync robustness:
24-
- GraphQL advisory sync now implements adaptive retries with exponential backoff and `Retry-After` support; respects `--quiet`.
25+
- GraphQL advisory sync implements adaptive retries with exponential backoff and `Retry-After` support.
2526

2627
Fixed:
2728

0 commit comments

Comments
 (0)