diff --git a/docs/getting-started/changes-over-v4.md b/docs/getting-started/changes-over-v4.md index 5f403f68a7..c215fb899d 100644 --- a/docs/getting-started/changes-over-v4.md +++ b/docs/getting-started/changes-over-v4.md @@ -81,4 +81,7 @@ and vulnerability analysis is performed by services separately from the API serv * The Findings response object's `vulnerability` will no longer contain two fields below, `cwes` will hold the respective ids. * `cweId` * `cweName` -* In the SARIF file (schema defined in [sarif.peb]), `cweId` will be replaced by list of cwe ids in `cwes`. And name of the SARIF rule will be vulnerability's `vulnId` instead of `cweName`. \ No newline at end of file +* In the SARIF file (schema defined in [sarif.peb]), `cweId` will be replaced by list of cwe ids in `cwes`. And name of the SARIF rule will be vulnerability's `vulnId` instead of `cweName`. +* The `/api/v1/finding/project/{uuid}` REST API endpoint now supports pagination + [apiserver/#1111](https://github.com/DependencyTrack/hyades-apiserver/pull/1111). The page size defaults to `100`. + Clients currently expecting *all* items to be returned at once must be updated to deal with pagination. \ No newline at end of file