From 28fa344e840db0eea5bdd7cc68f6b3a8fa079754 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 31 Jul 2026 14:39:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd3393002..aa6afed667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ @AlexAndBear, @JammingBen, @aduffeck, @dschmidt, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf +### 🐛 Bug Fixes + +- fix(runtime): log service startup errors instead of printing them beside the log [[#3140](https://github.com/opencloud-eu/opencloud/pull/3140)] +- fix(posixfs scan): Setup logger for scan command [[#3185](https://github.com/opencloud-eu/opencloud/pull/3185)] + ### 📈 Enhancement - Improve reindex command [[#3213](https://github.com/opencloud-eu/opencloud/pull/3213)] @@ -23,10 +28,6 @@ - test(coreApiWebdavUploadTUS): assert etag and permissions on the finalizing TUS chunk [[#3078](https://github.com/opencloud-eu/opencloud/pull/3078)] - test(coreApiWebdavOperations): download a file with a literal "%" via its oc:downloadURL [[#3079](https://github.com/opencloud-eu/opencloud/pull/3079)] -### 🐛 Bug Fixes - -- fix(posixfs scan): Setup logger for scan command [[#3185](https://github.com/opencloud-eu/opencloud/pull/3185)] - ### 📚 Documentation - maint: clean-up auth-app documentation [[#3155](https://github.com/opencloud-eu/opencloud/pull/3155)]