diff --git a/CHANGELOG.md b/CHANGELOG.md index 5deef38..ce7f420 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.