Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
refs committed Jul 15, 2021
1 parent 6f37b38 commit 04e5cfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04e5cfa

Please sign in to comment.