From c77b646bc21c56d089e7c7156d2df44bbbc8867e Mon Sep 17 00:00:00 2001 From: jkoberg Date: Thu, 8 Dec 2022 15:09:50 +0100 Subject: [PATCH] changelog Signed-off-by: jkoberg --- changelog/unreleased/async-postprocessing.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/async-postprocessing.md diff --git a/changelog/unreleased/async-postprocessing.md b/changelog/unreleased/async-postprocessing.md new file mode 100644 index 0000000000..59695ea4e7 --- /dev/null +++ b/changelog/unreleased/async-postprocessing.md @@ -0,0 +1,5 @@ +Enhancement: Async Postprocessing + +Provides functionality for async postprocessing. This will allow the system to do the postprocessing (virusscan, copying of bytes to their final destination, ...) asynchronous to the users request. Major change when active. + +https://github.com/owncloud/ocis/pull/5207