changelog

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2022-12-08 15:09:50 +01:00
parent 06f3f5adb3
commit c77b646bc2

View File

@@ -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