From f74320d85d09e245e1023ae38dd33774eaca978a Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 23 Apr 2020 09:03:55 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5deef3829..ce7f420b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,20 @@ The following sections list the changes in ocis-reva unreleased. ## Summary +* Bugfix - Stop advertising unsupported chunking v2: [#145](https://github.com/owncloud/ocis-reva/pull/145) * Enhancement - Allow configuring the gateway for dataproviders: [#136](https://github.com/owncloud/ocis-reva/pull/136) ## Details +* Bugfix - Stop advertising unsupported chunking v2: [#145](https://github.com/owncloud/ocis-reva/pull/145) + + Removed "chunking" attribute in the DAV capabilities. Please note that chunking v2 is + advertised as "chunking 1.0" while chunking v1 is the attribute "bigfilechunking" which is + already false. + + https://github.com/owncloud/ocis-reva/pull/145 + + * Enhancement - Allow configuring the gateway for dataproviders: [#136](https://github.com/owncloud/ocis-reva/pull/136) This allows using basic or bearer auth when directly talking to dataproviders.