Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2024-11-18 13:59:09 +00:00
parent 1efc82cb19
commit 8a903991b8
+7
View File
@@ -62,6 +62,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Log GRPC requests in debug mode: [#10438](https://github.com/owncloud/ocis/pull/10438)
* Bugfix - Fix impersonated request user mismatch: [#10548](https://github.com/owncloud/ocis/pull/10548)
* Bugfix - Fix federated sharing when using an external IDP: [#10567](https://github.com/owncloud/ocis/pull/10567)
* Bugfix - Fix node cache ttl updates: [#10575](https://github.com/owncloud/ocis/pull/10575)
@@ -74,6 +75,12 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Log GRPC requests in debug mode: [#10438](https://github.com/owncloud/ocis/pull/10438)
When log level is set to debug we will now also log grpc requests.
https://github.com/owncloud/ocis/pull/10438
* Bugfix - Fix impersonated request user mismatch: [#10548](https://github.com/owncloud/ocis/pull/10548)
We fixed a user id and name mismatch in the impersonated auth-app API request