Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
Updating the changelog with user-visible changes by the switch to the
REST API marks the end of that switch.

Closes scVENUS#77.
  • Loading branch information
michaelweiser committed Jan 7, 2022
1 parent eeb30c1 commit 4e5fdb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4e5fdb7

Please # to comment.