From 4e5fdb7103785c3b9fe62a7d6e45210c6fe3cd7b Mon Sep 17 00:00:00 2001 From: Michael Weiser Date: Fri, 7 Jan 2022 07:49:45 +0000 Subject: [PATCH] Update the changelog Updating the changelog with user-visible changes by the switch to the REST API marks the end of that switch. Closes #77. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6e971b..d4c6320d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ See documentation for details. ## devel +- Peekaboo now provides a REST API. The old UNIX domain socket is gone and + there's no longer a long-lived client connection providing a summary report + on multiple samples. Samples are now submitted individually, yielding a job ID + for subsequent attempts at retrieving a report. Both inputs and outputs of + the API are JSON. The AMaViS plugin and peekaboo-util are updated to match. - Breaking change: Equality operators in expressions using regexes do now need to match the whole string up to the end. - New database schema version 8.