From 1feef604fdff8389b8a5a88e20ecb1da621ebdac Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 3 Jun 2020 08:06:13 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b16a439d6..f145339202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes in ocis-reva unreleased. + +[unreleased]: https://github.com/owncloud/ocis-reva/compare/v0.4.0...master + +## Summary + +* Enhancement - Add TUS global capability: [#177](https://github.com/owncloud/ocis-reva/issues/177) + +## Details + +* Enhancement - Add TUS global capability: [#177](https://github.com/owncloud/ocis-reva/issues/177) + + The TUS global capabilities from Reva are now exposed. + + The advertised max chunk size can be configured using the "--upload-max-chunk-size" CLI + switch or "REVA_FRONTEND_UPLOAD_MAX_CHUNK_SIZE" environment variable. The advertised + http method override can be configured using the "--upload-http-method-override" CLI + switch or "REVA_FRONTEND_UPLOAD_HTTP_METHOD_OVERRIDE" environment variable. + + https://github.com/owncloud/ocis-reva/issues/177 + https://github.com/owncloud/ocis-reva/pull/228 + # Changelog for [0.4.0] (2020-05-29) The following sections list the changes in ocis-reva 0.4.0.