Automated changelog update [skip ci]

This commit is contained in:
David Christofas
2021-10-22 12:36:15 +00:00
parent d71907f422
commit 46ce7b88eb

View File

@@ -14,6 +14,7 @@ The following sections list the changes for unreleased.
* Enhancement - Broaden bufbuild/Buf usage: [#2630](https://github.com/owncloud/ocis/pull/2630)
* Enhancement - Replace fileb0x with go-embed: [#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 - Review and correct http header: [#2666](https://github.com/owncloud/ocis/pull/2666)
* Enhancement - Lower TUS max chunk size: [#2584](https://github.com/owncloud/ocis/pull/2584)
* Enhancement - Add sharees additional info paramater config to ocs: [#2637](https://github.com/owncloud/ocis/pull/2637)
* Enhancement - Add a middleware to authenticate public share requests: [#2536](https://github.com/owncloud/ocis/pull/2536)
@@ -97,6 +98,12 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/2616
* Enhancement - Review and correct http header: [#2666](https://github.com/owncloud/ocis/pull/2666)
Reviewed and corrected the necessary http headers. Made CORS configurable.
https://github.com/owncloud/ocis/pull/2666
* 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.