Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2020-04-23 09:03:55 +00:00
parent 3580c349b3
commit f74320d85d
+10
View File
@@ -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.