From 589fc7923d571f3e46f19e56ec89fcd73d3b2b0b Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Wed, 20 Nov 2024 15:17:05 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b074439938..79af9e90c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,7 @@ The following sections list the changes for unreleased. * Bugfix - Return an error if we can't get the keys and ensure they're cached: [#10590](https://github.com/owncloud/ocis/pull/10590) * Bugfix - Fix status code for thumbnail requests: [#10592](https://github.com/owncloud/ocis/pull/10592) * Bugfix - Fix the activity field mapping: [#10593](https://github.com/owncloud/ocis/pull/10593) +* Bugfix - Bump Reva to v2.26.7: [#10612](https://github.com/owncloud/ocis/pull/10612) * Enhancement - Update web to v11.0.4: [#10569](https://github.com/owncloud/ocis/pull/10569) ## Details @@ -164,6 +165,25 @@ The following sections list the changes for unreleased. field mapping +* Bugfix - Bump Reva to v2.26.7: [#10612](https://github.com/owncloud/ocis/pull/10612) + + * Fix [cs3org/reva#4964](https://github.com/cs3org/reva/issues/4964): Fix a wrong error code when approvider creates a new file + + Bump Reva to v2.26.6 + + * Fix [cs3org/reva#4955](https://github.com/cs3org/reva/issues/4955): Allow small clock skew in reva token validation + * Fix [cs3org/reva#4929](https://github.com/cs3org/reva/issues/4929): Fix flaky posixfs integration tests + * Fix [cs3org/reva#4953](https://github.com/cs3org/reva/issues/4953): Avoid gateway panics + * Fix [cs3org/reva#4959](https://github.com/cs3org/reva/issues/4959): Fix missing file touched event + * Fix [cs3org/reva#4933](https://github.com/cs3org/reva/issues/4933): Fix federated sharing when using an external identity provider + * Fix [cs3org/reva#4935](https://github.com/cs3org/reva/issues/4935): Enable datatx log + * Fix [cs3org/reva#4936](https://github.com/cs3org/reva/issues/4936): Do not delete mlock files + * Fix [cs3org/reva#4954](https://github.com/cs3org/reva/issues/4954): Prevent a panic when logging an error + * Fix [cs3org/reva#4956](https://github.com/cs3org/reva/issues/4956): Improve posixfs error handling and logging + * Fix [cs3org/reva#4951](https://github.com/cs3org/reva/issues/4951): Pass the initialized logger down the stack + + https://github.com/owncloud/ocis/pull/10612 + * Enhancement - Update web to v11.0.4: [#10569](https://github.com/owncloud/ocis/pull/10569) Tags: web