You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Request/response logging: `hooks` option with `onRequest(info)` and `onResponse(info)` callbacks for debugging and monitoring
25
+
- PURL batch processing: `cachedResultsOnly` query parameter (return only cached results, skip new scans) and `summary` query parameter (include summary with counts of malformed, resolved, and not found PURLs) in `batchPackageFetch()` and `batchPackageStream()`
26
+
- UTF-8 filename support: `uploadManifestFiles()`, `createFullScan()`, `createDependenciesSnapshot()`, and `createOrgFullScanFromArchive()` automatically handle international filenames (Japanese, Cyrillic, emoji, and other UTF-8 characters)
20
27
21
28
### Changed
22
29
@@ -474,9 +481,9 @@ To migrate from v1.x to v2.0:
474
481
475
482
### Changed
476
483
- Synced with OpenAPI definition
477
-
- Added new `/openapi.json` endpoint for retrieving API specification in JSON format
478
-
- Updated repo label filter descriptions to document empty string ("") usage for repositories with no labels
479
-
- Added 'dual' threat category type
484
+
- Added new `/openapi.json` endpoint for retrieving API specification in JSON format
485
+
- Updated repo label filter descriptions to document empty string ("") usage for repositories with no labels
0 commit comments