Automated changelog update [skip ci]

This commit is contained in:
Alex Unger
2021-07-15 11:44:21 +00:00
parent 6f37b386d5
commit 04e5cfa52b

View File

@@ -6,10 +6,20 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Log all requests in the proxy access log: [#2301](https://github.com/owncloud/ocis/pull/2301)
* Enhancement - Update REVA to v1.10.0: [#2295](https://github.com/owncloud/ocis/pull/2295)
## Details
* Bugfix - Log all requests in the proxy access log: [#2301](https://github.com/owncloud/ocis/pull/2301)
We now use a dedicated middleware to log all requests, regardless of routing selector outcome.
While the log now includes the remote address, the selected routing policy is only logged when
log level is set to debug because the request context cannot be changed in the
`directorSelectionDirector`, as per the `ReverseProxy.Director` documentation.
https://github.com/owncloud/ocis/pull/2301
* Enhancement - Update REVA to v1.10.0: [#2295](https://github.com/owncloud/ocis/pull/2295)
* Fix cs3org/reva#1883: Pass directories with trailing slashes to eosclient.GenerateToken