From 3eaac5ac7b4fe160f81fd1b0d0a9e9daea8700d5 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 12:03:00 +0000 Subject: [PATCH 01/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f95bccc4..f8ee80e4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-16 + +### ❤️ Thanks to all contributors! ❤️ + +@rhafer + + + ## [2.41.0](https://github.com/opencloud-eu/reva/releases/tag/v2.41.0) - 2025-12-15 ### ❤️ Thanks to all contributors! ❤️ From 356b5077b57469656f3a334c35f96dbee31cee3e Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 17 Dec 2025 13:30:58 +0000 Subject: [PATCH 02/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ee80e4ce..662de95d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-16 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-17 ### ❤️ Thanks to all contributors! ❤️ @rhafer +### 📦️ Dependencies +- chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 [[#453](https://github.com/opencloud-eu/reva/pull/453)] +- chore(deps): bump go.opentelemetry.io/otel/trace from 1.38.0 to 1.39.0 [[#452](https://github.com/opencloud-eu/reva/pull/452)] ## [2.41.0](https://github.com/opencloud-eu/reva/releases/tag/v2.41.0) - 2025-12-15 From 152fe677732c175180efbd20e3b3af4503857268 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 17 Dec 2025 13:56:22 +0000 Subject: [PATCH 03/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= 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 662de95d02..fe823fc93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@rhafer +@aduffeck, @rhafer ### 📦️ Dependencies From 7fdb9584598bd64fd215a20b27c9e93da13233b9 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 17 Dec 2025 17:34:07 +0000 Subject: [PATCH 04/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= 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 fe823fc93b..46aa6297aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@aduffeck, @rhafer +@aduffeck, @fschade, @rhafer ### 📦️ Dependencies From 502b241097d017e3ad1ebc07e9fea33648cff2b8 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 11:17:52 +0000 Subject: [PATCH 05/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= 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 46aa6297aa..546a176350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-17 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-18 ### ❤️ Thanks to all contributors! ❤️ @@ -8,6 +8,7 @@ ### 📦️ Dependencies +- chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.6 to 3.6.7 [[#464](https://github.com/opencloud-eu/reva/pull/464)] - chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 [[#453](https://github.com/opencloud-eu/reva/pull/453)] - chore(deps): bump go.opentelemetry.io/otel/trace from 1.38.0 to 1.39.0 [[#452](https://github.com/opencloud-eu/reva/pull/452)] From b4dd338aba62687218845ccfc0f622de63ceb4c8 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 19 Dec 2025 08:54:10 +0000 Subject: [PATCH 06/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= 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 546a176350..1ec6ccd19b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-18 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-19 ### ❤️ Thanks to all contributors! ❤️ @@ -8,6 +8,7 @@ ### 📦️ Dependencies +- chore(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 [[#467](https://github.com/opencloud-eu/reva/pull/467)] - chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.6 to 3.6.7 [[#464](https://github.com/opencloud-eu/reva/pull/464)] - chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 [[#453](https://github.com/opencloud-eu/reva/pull/453)] - chore(deps): bump go.opentelemetry.io/otel/trace from 1.38.0 to 1.39.0 [[#452](https://github.com/opencloud-eu/reva/pull/452)] From c265bc3e4fd7f3c45d8e84113a24299110b7cbd7 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 30 Dec 2025 10:20:48 +0000 Subject: [PATCH 07/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec6ccd19b..9bae9b4dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-19 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-30 ### ❤️ Thanks to all contributors! ❤️ -@aduffeck, @fschade, @rhafer +@aduffeck, @fschade, @rhafer, @saw-jan ### 📦️ Dependencies From df1959ef3cdbcdbb54692a3fa842a3e1a51d9fdd Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 1 Jan 2026 09:18:51 +0000 Subject: [PATCH 08/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= 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 9bae9b4dc7..61ab969ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-30 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-01 ### ❤️ Thanks to all contributors! ❤️ From 03380d23dffaa36cb5b37bdf2aa1698f6d4ea29a Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 5 Jan 2026 12:16:06 +0000 Subject: [PATCH 09/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ab969ae1..c373031848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-01 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-05 ### ❤️ Thanks to all contributors! ❤️ -@aduffeck, @fschade, @rhafer, @saw-jan +@aduffeck, @butonic, @fschade, @rhafer, @saw-jan + +### 🐛 Bug Fixes + +- log correct line in tus log wrapper [[#460](https://github.com/opencloud-eu/reva/pull/460)] ### 📦️ Dependencies From 9afdc20ff2b0bde958e2c6356e20b827a7e0bb92 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 5 Jan 2026 12:24:50 +0000 Subject: [PATCH 10/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= 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 c373031848..6c69155b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/prometheus/alertmanager from 0.29.0 to 0.30.0 [[#468](https://github.com/opencloud-eu/reva/pull/468)] - chore(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 [[#467](https://github.com/opencloud-eu/reva/pull/467)] - chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.6 to 3.6.7 [[#464](https://github.com/opencloud-eu/reva/pull/464)] - chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 [[#453](https://github.com/opencloud-eu/reva/pull/453)] From 00daefdd7a82be634bae64306eac38688aeab14c Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 5 Jan 2026 13:38:35 +0000 Subject: [PATCH 11/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= 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 6c69155b5b..411dd3f728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.0 [[#469](https://github.com/opencloud-eu/reva/pull/469)] - chore(deps): bump github.com/prometheus/alertmanager from 0.29.0 to 0.30.0 [[#468](https://github.com/opencloud-eu/reva/pull/468)] - chore(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 [[#467](https://github.com/opencloud-eu/reva/pull/467)] - chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.6 to 3.6.7 [[#464](https://github.com/opencloud-eu/reva/pull/464)] From 2ac70223973104729962bc6c3ba25cc1d7ccf8a2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 08:35:53 +0000 Subject: [PATCH 12/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= 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 411dd3f728..dfa6b19f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-05 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-06 ### ❤️ Thanks to all contributors! ❤️ @@ -12,6 +12,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33 [[#473](https://github.com/opencloud-eu/reva/pull/473)] - chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.0 [[#469](https://github.com/opencloud-eu/reva/pull/469)] - chore(deps): bump github.com/prometheus/alertmanager from 0.29.0 to 0.30.0 [[#468](https://github.com/opencloud-eu/reva/pull/468)] - chore(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 [[#467](https://github.com/opencloud-eu/reva/pull/467)] From d40bc5052e2c29383c35e337cec18168952cf6c3 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 08:37:51 +0000 Subject: [PATCH 13/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= 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 dfa6b19f24..b0f90be7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📦️ Dependencies +- chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 [[#474](https://github.com/opencloud-eu/reva/pull/474)] - chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33 [[#473](https://github.com/opencloud-eu/reva/pull/473)] - chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.0 [[#469](https://github.com/opencloud-eu/reva/pull/469)] - chore(deps): bump github.com/prometheus/alertmanager from 0.29.0 to 0.30.0 [[#468](https://github.com/opencloud-eu/reva/pull/468)] From 52ae2c745ce8d4d71a24bb77e867a80f1c1a226d Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 09:09:11 +0000 Subject: [PATCH 14/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 b0f90be7da..2f8ed0266a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-06 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-06 ### ❤️ Thanks to all contributors! ❤️ @aduffeck, @butonic, @fschade, @rhafer, @saw-jan +### 📈 Enhancement + +- add tls support for nats connections [[#466](https://github.com/opencloud-eu/reva/pull/466)] + ### 🐛 Bug Fixes - log correct line in tus log wrapper [[#460](https://github.com/opencloud-eu/reva/pull/460)] From 33088fc7da1d756ef39aaa51eea6840380ba7442 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 11:25:36 +0000 Subject: [PATCH 15/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 2f8ed0266a..b7956f367f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/ceph/go-ceph from 0.36.0 to 0.37.0 [[#475](https://github.com/opencloud-eu/reva/pull/475)] - chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 [[#474](https://github.com/opencloud-eu/reva/pull/474)] - chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33 [[#473](https://github.com/opencloud-eu/reva/pull/473)] - chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.0 [[#469](https://github.com/opencloud-eu/reva/pull/469)] From b495adff9af56afb84e5e5271ba921b26754172c Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 12:02:06 +0000 Subject: [PATCH 16/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 b7956f367f..8e1e9bc968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.38.0 to 1.39.0 [[#476](https://github.com/opencloud-eu/reva/pull/476)] - chore(deps): bump github.com/ceph/go-ceph from 0.36.0 to 0.37.0 [[#475](https://github.com/opencloud-eu/reva/pull/475)] - chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 [[#474](https://github.com/opencloud-eu/reva/pull/474)] - chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33 [[#473](https://github.com/opencloud-eu/reva/pull/473)] From a4391717525b41d4e53c2704cc3ca3a82bef54f2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 13:41:50 +0000 Subject: [PATCH 17/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 8e1e9bc968..6215979eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/nats-io/nats-server/v2 from 2.12.2 to 2.12.3 [[#479](https://github.com/opencloud-eu/reva/pull/479)] - chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.38.0 to 1.39.0 [[#476](https://github.com/opencloud-eu/reva/pull/476)] - chore(deps): bump github.com/ceph/go-ceph from 0.36.0 to 0.37.0 [[#475](https://github.com/opencloud-eu/reva/pull/475)] - chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 [[#474](https://github.com/opencloud-eu/reva/pull/474)] From 86be148d54ef20afa8122e1ddb8b939029777ba8 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 15:53:46 +0000 Subject: [PATCH 18/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 6215979eaf..eb3a266367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 [[#478](https://github.com/opencloud-eu/reva/pull/478)] - chore(deps): bump github.com/nats-io/nats-server/v2 from 2.12.2 to 2.12.3 [[#479](https://github.com/opencloud-eu/reva/pull/479)] - chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.38.0 to 1.39.0 [[#476](https://github.com/opencloud-eu/reva/pull/476)] - chore(deps): bump github.com/ceph/go-ceph from 0.36.0 to 0.37.0 [[#475](https://github.com/opencloud-eu/reva/pull/475)] From 2e6cee08d38abeed5afff619c0d3d3498d1b3f01 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 7 Jan 2026 13:50:53 +0000 Subject: [PATCH 19/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 eb3a266367..99320556d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-06 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-07 ### ❤️ Thanks to all contributors! ❤️ @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 [[#481](https://github.com/opencloud-eu/reva/pull/481)] - chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 [[#478](https://github.com/opencloud-eu/reva/pull/478)] - chore(deps): bump github.com/nats-io/nats-server/v2 from 2.12.2 to 2.12.3 [[#479](https://github.com/opencloud-eu/reva/pull/479)] - chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.38.0 to 1.39.0 [[#476](https://github.com/opencloud-eu/reva/pull/476)] From 70b6bb2cfe6605e8661cfb379ec0eb684594a307 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 7 Jan 2026 15:24:28 +0000 Subject: [PATCH 20/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 99320556d4..2b884c771a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 [[#480](https://github.com/opencloud-eu/reva/pull/480)] - chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 [[#481](https://github.com/opencloud-eu/reva/pull/481)] - chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 [[#478](https://github.com/opencloud-eu/reva/pull/478)] - chore(deps): bump github.com/nats-io/nats-server/v2 from 2.12.2 to 2.12.3 [[#479](https://github.com/opencloud-eu/reva/pull/479)] From b7d3bd493b0e641cccdd58693b362ef6a8bfaef6 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 7 Jan 2026 16:16:59 +0000 Subject: [PATCH 21/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 2b884c771a..03367397ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 [[#483](https://github.com/opencloud-eu/reva/pull/483)] - chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 [[#480](https://github.com/opencloud-eu/reva/pull/480)] - chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 [[#481](https://github.com/opencloud-eu/reva/pull/481)] - chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 [[#478](https://github.com/opencloud-eu/reva/pull/478)] From 1e70d91bc5ea7f8df367222ed7363e7ce4567ce4 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 8 Jan 2026 07:33:48 +0000 Subject: [PATCH 22/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03367397ef..9bc617faf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-07 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-08 ### ❤️ Thanks to all contributors! ❤️ @@ -16,6 +16,8 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 [[#485](https://github.com/opencloud-eu/reva/pull/485)] +- chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 [[#484](https://github.com/opencloud-eu/reva/pull/484)] - chore(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 [[#483](https://github.com/opencloud-eu/reva/pull/483)] - chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 [[#480](https://github.com/opencloud-eu/reva/pull/480)] - chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 [[#481](https://github.com/opencloud-eu/reva/pull/481)] From 4776dd9e8d688d5ea878e9a3ee5e1296df40d414 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 8 Jan 2026 08:07:59 +0000 Subject: [PATCH 23/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 9bc617faf7..5d0d4e57ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 [[#486](https://github.com/opencloud-eu/reva/pull/486)] - chore(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 [[#485](https://github.com/opencloud-eu/reva/pull/485)] - chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 [[#484](https://github.com/opencloud-eu/reva/pull/484)] - chore(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 [[#483](https://github.com/opencloud-eu/reva/pull/483)] From 08cced231c752346a703f7eaf502645935af3ea4 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 12 Jan 2026 08:13:28 +0000 Subject: [PATCH 24/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 5d0d4e57ee..fd640a91b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-08 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-12 ### ❤️ Thanks to all contributors! ❤️ @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0 [[#489](https://github.com/opencloud-eu/reva/pull/489)] - chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 [[#486](https://github.com/opencloud-eu/reva/pull/486)] - chore(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 [[#485](https://github.com/opencloud-eu/reva/pull/485)] - chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 [[#484](https://github.com/opencloud-eu/reva/pull/484)] From 4867c6c1f4c8c8bb7382d69cee58f750a36d1dae Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 12 Jan 2026 08:19:06 +0000 Subject: [PATCH 25/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 fd640a91b0..376f5b00eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 [[#488](https://github.com/opencloud-eu/reva/pull/488)] - chore(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0 [[#489](https://github.com/opencloud-eu/reva/pull/489)] - chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 [[#486](https://github.com/opencloud-eu/reva/pull/486)] - chore(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 [[#485](https://github.com/opencloud-eu/reva/pull/485)] From 86dd22d782a1e0b1aacb880eff17466a802d0b48 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 13 Jan 2026 07:48:32 +0000 Subject: [PATCH 26/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 376f5b00eb..4aa5168913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-12 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-13 ### ❤️ Thanks to all contributors! ❤️ @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 [[#493](https://github.com/opencloud-eu/reva/pull/493)] - chore(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 [[#488](https://github.com/opencloud-eu/reva/pull/488)] - chore(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0 [[#489](https://github.com/opencloud-eu/reva/pull/489)] - chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 [[#486](https://github.com/opencloud-eu/reva/pull/486)] From ee0c874704a9b15fe990e9ed61a9e377eb4d9a71 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 13 Jan 2026 08:16:05 +0000 Subject: [PATCH 27/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 4aa5168913..42f28c7e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 [[#492](https://github.com/opencloud-eu/reva/pull/492)] - chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 [[#493](https://github.com/opencloud-eu/reva/pull/493)] - chore(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 [[#488](https://github.com/opencloud-eu/reva/pull/488)] - chore(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0 [[#489](https://github.com/opencloud-eu/reva/pull/489)] From ba88250f52054b516ed13ce51ea23e8a6c46fd1b Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 13 Jan 2026 14:37:44 +0000 Subject: [PATCH 28/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 42f28c7e8d..d18e791499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,15 @@ @aduffeck, @butonic, @fschade, @rhafer, @saw-jan -### 📈 Enhancement - -- add tls support for nats connections [[#466](https://github.com/opencloud-eu/reva/pull/466)] - ### 🐛 Bug Fixes +- fix(watchfs): Don't cache old id if a copy is detected [[#491](https://github.com/opencloud-eu/reva/pull/491)] - log correct line in tus log wrapper [[#460](https://github.com/opencloud-eu/reva/pull/460)] +### 📈 Enhancement + +- add tls support for nats connections [[#466](https://github.com/opencloud-eu/reva/pull/466)] + ### 📦️ Dependencies - chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 [[#492](https://github.com/opencloud-eu/reva/pull/492)] From eb049d9c95ea9a4a487f8d42c674269b1162062e Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 14 Jan 2026 08:19:50 +0000 Subject: [PATCH 29/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 d18e791499..6acb6c2037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-13 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-14 ### ❤️ Thanks to all contributors! ❤️ @@ -8,6 +8,7 @@ ### 🐛 Bug Fixes +- Reduce CPU and memory usage [[#490](https://github.com/opencloud-eu/reva/pull/490)] - fix(watchfs): Don't cache old id if a copy is detected [[#491](https://github.com/opencloud-eu/reva/pull/491)] - log correct line in tus log wrapper [[#460](https://github.com/opencloud-eu/reva/pull/460)] From b1cf20ed673d54da7e92d8fddbc151d0ae8afa4c Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 14 Jan 2026 14:14:23 +0000 Subject: [PATCH 30/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 6acb6c2037..49717a1f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### 📦️ Dependencies +- chore(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 [[#494](https://github.com/opencloud-eu/reva/pull/494)] - chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 [[#492](https://github.com/opencloud-eu/reva/pull/492)] - chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 [[#493](https://github.com/opencloud-eu/reva/pull/493)] - chore(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 [[#488](https://github.com/opencloud-eu/reva/pull/488)] From 8888159f4a9caadacadd3f3644f57f4060f4ad26 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 07:39:22 +0000 Subject: [PATCH 31/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 49717a1f68..adbccf2757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-14 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-15 ### ❤️ Thanks to all contributors! ❤️ @@ -18,6 +18,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 [[#496](https://github.com/opencloud-eu/reva/pull/496)] - chore(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 [[#494](https://github.com/opencloud-eu/reva/pull/494)] - chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 [[#492](https://github.com/opencloud-eu/reva/pull/492)] - chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 [[#493](https://github.com/opencloud-eu/reva/pull/493)] From e670861cdabd7fac0e43923721439b679c11b2fa Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 16:38:06 +0000 Subject: [PATCH 32/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 adbccf2757..845c51d99f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/minio/minio-go/v7 from 7.0.97 to 7.0.98 [[#498](https://github.com/opencloud-eu/reva/pull/498)] - chore(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 [[#496](https://github.com/opencloud-eu/reva/pull/496)] - chore(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 [[#494](https://github.com/opencloud-eu/reva/pull/494)] - chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 [[#492](https://github.com/opencloud-eu/reva/pull/492)] From ffea10449dea64a8b6024ebd66a3d0204f99a6d7 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 19 Jan 2026 08:08:20 +0000 Subject: [PATCH 33/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 845c51d99f..67e4821ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-15 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-19 ### ❤️ Thanks to all contributors! ❤️ @@ -18,6 +18,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/prometheus/alertmanager from 0.30.0 to 0.30.1 [[#499](https://github.com/opencloud-eu/reva/pull/499)] - chore(deps): bump github.com/minio/minio-go/v7 from 7.0.97 to 7.0.98 [[#498](https://github.com/opencloud-eu/reva/pull/498)] - chore(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 [[#496](https://github.com/opencloud-eu/reva/pull/496)] - chore(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 [[#494](https://github.com/opencloud-eu/reva/pull/494)] From d79229c680463e173b9ad9e57fb5fb1da16773c0 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 20 Jan 2026 09:57:33 +0000 Subject: [PATCH 34/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 67e4821ca4..1d4b64802e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-19 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-20 ### ❤️ Thanks to all contributors! ❤️ @@ -18,6 +18,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/segmentio/kafka-go from 0.4.49 to 0.4.50 [[#500](https://github.com/opencloud-eu/reva/pull/500)] - chore(deps): bump github.com/prometheus/alertmanager from 0.30.0 to 0.30.1 [[#499](https://github.com/opencloud-eu/reva/pull/499)] - chore(deps): bump github.com/minio/minio-go/v7 from 7.0.97 to 7.0.98 [[#498](https://github.com/opencloud-eu/reva/pull/498)] - chore(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 [[#496](https://github.com/opencloud-eu/reva/pull/496)] From 1a3076e770e312991cf672a6e7796d6706876e59 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 21 Jan 2026 14:16:48 +0000 Subject: [PATCH 35/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 1d4b64802e..c8e42911b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-20 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-21 ### ❤️ Thanks to all contributors! ❤️ From 610eaf5af7135ca6e48a4ec51e2ab5f77c70b71b Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 26 Jan 2026 07:55:59 +0000 Subject: [PATCH 36/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.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 c8e42911b1..29cdc376ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-21 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-26 ### ❤️ Thanks to all contributors! ❤️ From b341e43ed6ff87472605e716047edfabffcdd7f5 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 26 Jan 2026 08:02:12 +0000 Subject: [PATCH 37/37] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cdc376ff..f39b3c6f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,11 @@ ### 🐛 Bug Fixes +- Handle files still being processed during download/copy [[#507](https://github.com/opencloud-eu/reva/pull/507)] - Reduce CPU and memory usage [[#490](https://github.com/opencloud-eu/reva/pull/490)] - fix(watchfs): Don't cache old id if a copy is detected [[#491](https://github.com/opencloud-eu/reva/pull/491)] - log correct line in tus log wrapper [[#460](https://github.com/opencloud-eu/reva/pull/460)] +- skip assimilations if root is reached [[#463](https://github.com/opencloud-eu/reva/pull/463)] ### 📈 Enhancement