diff --git a/changelog/unreleased/extract-uploadsessionlister-interface.md b/changelog/unreleased/extract-uploadsessionlister-interface.md new file mode 100644 index 0000000000..db393b2253 --- /dev/null +++ b/changelog/unreleased/extract-uploadsessionlister-interface.md @@ -0,0 +1,5 @@ +Enhancement: Introduce UploadSessionLister interface + +We introduced a new UploadSessionLister interface that allows better control of upload sessions. Upload sessions include the processing state and can be used to filter and purge the list of currently ongoing upload sessions. + +https://github.com/cs3org/reva/pull/4375