From b6b8ddf3877bafff1de163109251215351dc1511 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 08:45:34 +0000 Subject: [PATCH 01/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06884311e4..348de7ad9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-16 + +### ❤️ Thanks to all contributors! ❤️ + +@dragonchaser + +### 📈 Enhancement + +- migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] + ## [4.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.1.0) - 2025-12-15 ### ❤️ Thanks to all contributors! ❤️ From e59c5741ea149f951773f68afbc97cbc12c6fdf8 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 10:33:28 +0000 Subject: [PATCH 02/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 348de7ad9a..47866e055f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ### ❤️ Thanks to all contributors! ❤️ -@dragonchaser +@ScharfViktor, @dragonchaser + +### ✅ Tests + +- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] ### 📈 Enhancement From b11b9724a420c7baee6802e1253ca8ef88d09811 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 12:05:40 +0000 Subject: [PATCH 03/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47866e055f..3e78f134ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @dragonchaser +@ScharfViktor, @dragonchaser, @rhafer ### ✅ Tests From a5eca7fd6e1e6bbdf51201912ae1d6f4de64a6e0 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 12:25:51 +0000 Subject: [PATCH 04/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e78f134ab..e3e340c284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @dragonchaser, @rhafer +@ScharfViktor, @dragonchaser, @rhafer, @saw-jan ### ✅ Tests +- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] ### 📈 Enhancement From 7751e7c6fd3581ac1aad454d63a59b9f7feab947 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 16:18:40 +0000 Subject: [PATCH 05/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e340c284..456fed4f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,18 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @dragonchaser, @rhafer, @saw-jan +@ScharfViktor, @butonic, @dragonchaser, @rhafer, @saw-jan + +### 📈 Enhancement + +- allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] +- migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] ### ✅ Tests - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] -### 📈 Enhancement - -- migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] - ## [4.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.1.0) - 2025-12-15 ### ❤️ Thanks to all contributors! ❤️ From f1e4f2c53a6d352657eda82a415510eae8fa922a Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 17 Dec 2025 00:07:30 +0000 Subject: [PATCH 06/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 456fed4f93..795772a384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-16 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-17 ### ❤️ Thanks to all contributors! ❤️ From 7e8cdd922c497e356cca5c526da028d595c0199f Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 00:09:11 +0000 Subject: [PATCH 07/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 795772a384..9d3604f908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-17 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-18 ### ❤️ Thanks to all contributors! ❤️ From d2676bead7050fc85299df9cac77f041ce645072 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 10:57:47 +0000 Subject: [PATCH 08/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d3604f908..d0402a6424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ @ScharfViktor, @butonic, @dragonchaser, @rhafer, @saw-jan +### 🐛 Bug Fixes + +- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] + ### 📈 Enhancement - allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] From 03624ed4692be033730e4e3b39d236ccfce6bd3d Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 12:35:32 +0000 Subject: [PATCH 09/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0402a6424..63a3edf09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] +### 📦️ Dependencies + +- build(deps): bump github.com/open-policy-agent/opa from 1.10.1 to 1.11.0 [[#1930](https://github.com/opencloud-eu/opencloud/pull/1930)] + ## [4.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.1.0) - 2025-12-15 ### ❤️ Thanks to all contributors! ❤️ From ccf22a6cfc63f746febaea7930cc2ab26d2435fb Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 13:08:24 +0000 Subject: [PATCH 10/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a3edf09f..2694fe925b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ @ScharfViktor, @butonic, @dragonchaser, @rhafer, @saw-jan +### ✅ Tests + +- [full-ci] use graph api in the enforcePasswordPublicLink.feature [[#2050](https://github.com/opencloud-eu/opencloud/pull/2050)] +- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] +- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] + ### 🐛 Bug Fixes - fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] @@ -15,11 +21,6 @@ - allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] - migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] -### ✅ Tests - -- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] -- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] - ### 📦️ Dependencies - build(deps): bump github.com/open-policy-agent/opa from 1.10.1 to 1.11.0 [[#1930](https://github.com/opencloud-eu/opencloud/pull/1930)] From 1a08d11861fe6eae7c147b737b928d1537d34cd4 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 16:28:41 +0000 Subject: [PATCH 11/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2694fe925b..edbc853e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ ### 📦️ Dependencies +- build(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 [[#2061](https://github.com/opencloud-eu/opencloud/pull/2061)] - build(deps): bump github.com/open-policy-agent/opa from 1.10.1 to 1.11.0 [[#1930](https://github.com/opencloud-eu/opencloud/pull/1930)] ## [4.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.1.0) - 2025-12-15 From 8e446d39958180b902dca0df83941a61e873d541 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 19 Dec 2025 00:09:53 +0000 Subject: [PATCH 12/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edbc853e95..f1ac70e2d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-18 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-19 ### ❤️ Thanks to all contributors! ❤️ From feb7699603d6549fe92bfe3dcb6e3930ae407f11 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 19 Dec 2025 09:41:22 +0000 Subject: [PATCH 13/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ac70e2d3..6721b86b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/testcontainers/testcontainers-go/modules/opensearch from 0.39.0 to 0.40.0 [[#1967](https://github.com/opencloud-eu/opencloud/pull/1967)] - build(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 [[#2061](https://github.com/opencloud-eu/opencloud/pull/2061)] - build(deps): bump github.com/open-policy-agent/opa from 1.10.1 to 1.11.0 [[#1930](https://github.com/opencloud-eu/opencloud/pull/1930)] From ecd8354edab36c60fbcd7cf2c1452987be130173 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 19 Dec 2025 20:51:06 +0000 Subject: [PATCH 14/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6721b86b73..9e6eda4ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @butonic, @dragonchaser, @rhafer, @saw-jan +@ScharfViktor, @butonic, @dragonchaser, @fschade, @rhafer, @saw-jan + +### 🐛 Bug Fixes + +- fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] +- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] ### ✅ Tests @@ -12,10 +17,6 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] -### 🐛 Bug Fixes - -- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] - ### 📈 Enhancement - allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] From e430e14abc3e93da4e459ae9cad80e218a394dc7 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 20 Dec 2025 00:12:28 +0000 Subject: [PATCH 15/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6eda4ad2..9f6402a54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-19 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-20 ### ❤️ Thanks to all contributors! ❤️ From 2ae967fb9f7c7eca73be1e7c51233ca0d76aa470 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 23 Dec 2025 00:09:16 +0000 Subject: [PATCH 16/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6402a54b..e207eb06c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-20 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-23 ### ❤️ Thanks to all contributors! ❤️ From e3de4af1979017b17d22643b4343976bc3db8e56 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 23 Dec 2025 11:25:36 +0000 Subject: [PATCH 17/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e207eb06c3..89ee8d9a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 🐛 Bug Fixes +- fix(thumbnailer): respect image boundaries and text wrappings [[#2062](https://github.com/opencloud-eu/opencloud/pull/2062)] - fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] - fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] From 0bbd4019dcb92022e1b2a43d6d95c12fd5523a0d Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 24 Dec 2025 08:37:50 +0000 Subject: [PATCH 18/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ee8d9a47..028b90459c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-23 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-24 ### ❤️ Thanks to all contributors! ❤️ @@ -8,6 +8,7 @@ ### 🐛 Bug Fixes +- Remove sub-service binary entrypoints and fix antivirus only server cmd [[#2043](https://github.com/opencloud-eu/opencloud/pull/2043)] - fix(thumbnailer): respect image boundaries and text wrappings [[#2062](https://github.com/opencloud-eu/opencloud/pull/2062)] - fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] - fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] From 95913c2a584d46306accd3d439aee57f9fc55183 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 25 Dec 2025 00:09:56 +0000 Subject: [PATCH 19/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 028b90459c..017a12bb72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-24 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-25 ### ❤️ Thanks to all contributors! ❤️ From ce094b03ff4ad1873b3376d8c402995242a211fe Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 30 Dec 2025 04:47:21 +0000 Subject: [PATCH 20/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017a12bb72..8af058e1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-25 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-30 ### ❤️ Thanks to all contributors! ❤️ @ScharfViktor, @butonic, @dragonchaser, @fschade, @rhafer, @saw-jan +### ✅ Tests + +- [tests-only] test: fix API tests [[#2087](https://github.com/opencloud-eu/opencloud/pull/2087)] +- [full-ci] use graph api in the enforcePasswordPublicLink.feature [[#2050](https://github.com/opencloud-eu/opencloud/pull/2050)] +- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] +- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] + ### 🐛 Bug Fixes - Remove sub-service binary entrypoints and fix antivirus only server cmd [[#2043](https://github.com/opencloud-eu/opencloud/pull/2043)] @@ -13,12 +20,6 @@ - fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] - fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] -### ✅ Tests - -- [full-ci] use graph api in the enforcePasswordPublicLink.feature [[#2050](https://github.com/opencloud-eu/opencloud/pull/2050)] -- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] -- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] - ### 📈 Enhancement - allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] From c475660c34c6eb8307662144f5b762f323d33b7f Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 30 Dec 2025 09:16:08 +0000 Subject: [PATCH 21/21] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af058e1ff..defc8f4a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### ✅ Tests +- [tests-only] test: wait post-processing to finish for MKCOL requests [[#2092](https://github.com/opencloud-eu/opencloud/pull/2092)] - [tests-only] test: fix API tests [[#2087](https://github.com/opencloud-eu/opencloud/pull/2087)] - [full-ci] use graph api in the enforcePasswordPublicLink.feature [[#2050](https://github.com/opencloud-eu/opencloud/pull/2050)] - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)]