From 46ce7b88ebf3450fdc8f4b523baee9fe75f5a6bd Mon Sep 17 00:00:00 2001 From: David Christofas Date: Fri, 22 Oct 2021 12:36:15 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 346d31bf8..c36a530ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.