Automated changelog update [skip ci]

This commit is contained in:
Christian Richter
2024-07-16 14:17:50 +00:00
parent 6f10ef1ab4
commit c4dfe3cd8a

View File

@@ -48,12 +48,21 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Fix crash on empty tracing provider: [#9622](https://github.com/owncloud/ocis/pull/9622)
* Enhancement - Log user agent and remote addr on auth errors: [#9475](https://github.com/owncloud/ocis/pull/9475)
* Enhancement - Add missing WOPI features: [#9580](https://github.com/owncloud/ocis/pull/9580)
* Enhancement - Update web to v9.1.0-alpha.1: [#9585](https://github.com/owncloud/ocis/pull/9585)
## Details
* Bugfix - Fix crash on empty tracing provider: [#9622](https://github.com/owncloud/ocis/pull/9622)
We have fixed a bug that causes a crash when OCIS_TRACING_ENABLED is set to
true, but no tracing Endpoints or Collectors have been provided.a
https://github.com/owncloud/ocis/issues/7012
https://github.com/owncloud/ocis/pull/9622
* Enhancement - Log user agent and remote addr on auth errors: [#9475](https://github.com/owncloud/ocis/pull/9475)
The proxy will now log `user_agent`, `client.address`, `network.peer.address`