From e3d4869a318461b242b3a5dbcac14a0752075467 Mon Sep 17 00:00:00 2001 From: kobergj Date: Wed, 12 Jul 2023 07:21:32 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 621d89ba73..478b39d622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The following sections list the changes for unreleased. * Bugfix - Handle the bad request status: [#6469](https://github.com/owncloud/ocis/pull/6469) * Bugfix - Fix the oidc role assigner: [#6605](https://github.com/owncloud/ocis/pull/6605) * Bugfix - Fix search shares: [#6741](https://github.com/owncloud/ocis/pull/6741) +* Bugfix - Restart Postprocessing: [#6726](https://github.com/owncloud/ocis/pull/6726) * Change - YAML configuration files are restricted to yaml-1.2: [#6510](https://github.com/owncloud/ocis/issues/6510) * Enhancement - Add 'ocis decomposedfs check-treesize' command: [#6556](https://github.com/owncloud/ocis/pull/6556) * Enhancement - Add IDs to graph resource logging: [#6593](https://github.com/owncloud/ocis/pull/6593) @@ -99,6 +100,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/6741 +* Bugfix - Restart Postprocessing: [#6726](https://github.com/owncloud/ocis/pull/6726) + + In case the postprocessing service cannot find the specified upload when restarting + postprocessing, it will now send a `RestartPostprocessing` event to retrigger complete + postprocessing + + https://github.com/owncloud/ocis/pull/6726 + * Change - YAML configuration files are restricted to yaml-1.2: [#6510](https://github.com/owncloud/ocis/issues/6510) For parsing YAML based configuration files we utilize the gookit/config module. That module