From 40a03bea1a13a0a9b70f4e588f0113188655c647 Mon Sep 17 00:00:00 2001 From: Bhattarapong Somwong Date: Tue, 21 May 2024 22:45:11 +0700 Subject: [PATCH] #602 update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1aaa0bfb..81fa7b5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 1.3.11 (2024-05-xx) ### Features * **core**: Remove 'total-items' header from `GET /detections` endpoint to reduce latency +* **core**: Fix endpoint `POST /streams/{id}/detections/{start}/review` to use `classifierId`, `classifierJobId`, and `classificationId` to update the detection status in `detections` table. ## 1.3.10 (2024-04-xx) ### Common