From e5488947f767fec54290d73c472752fe2ddecf74 Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Wed, 20 Oct 2021 15:11:28 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b34f2dd928..c5b722f9fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The following sections list the changes for unreleased. * Change - New default data paths and easier configuration of the data path: [#2590](https://github.com/owncloud/ocis/pull/2590) * Enhancement - Use go-embed insted of fileb0x: [#1199](https://github.com/owncloud/ocis/issues/1199) * Enhancement - Upgrade to go-micro v4.1.0: [#2616](https://github.com/owncloud/ocis/pull/2616) +* Enhancement - Lower TUS max chunk size: [#2584](https://github.com/owncloud/ocis/pull/2584) * Enhancement - Add a middleware to authenticate public share requests: [#2536](https://github.com/owncloud/ocis/pull/2536) * Enhancement - Report quota states: [#2628](https://github.com/owncloud/ocis/pull/2628) * Enhancement - Start up a new machine auth provider in the storage service: [#2528](https://github.com/owncloud/ocis/pull/2528) @@ -76,6 +77,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2616 +* Enhancement - Lower TUS max chunk size: [#2584](https://github.com/owncloud/ocis/pull/2584) + + We've lowered the TUS max chunk size from infinite to 0.1GB so that chunking actually happens. + + https://github.com/owncloud/ocis/pull/2584 + https://github.com/cs3org/reva/pull/2136 + * Enhancement - Add a middleware to authenticate public share requests: [#2536](https://github.com/owncloud/ocis/pull/2536) Added a new middleware to authenticate public share requests. This makes it possible to use