From 8e1594aa5820e1d26960ac08c568247680a265b4 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 13 May 2024 12:27:52 +0200 Subject: [PATCH] chore: prepare relase, bump version --- CHANGELOG.md | 62 ++++++++++++------- RELEASE_DATE | 2 +- VERSION | 2 +- .../add-virus-filter.md | 0 changelog/NOTE.md | 49 ++------------- .../en/docs/changelog/2.19.7/_index.md | 29 +++++++++ 6 files changed, 78 insertions(+), 66 deletions(-) rename changelog/{unreleased => 2.19.7_2024-05-13}/add-virus-filter.md (100%) create mode 100644 docs/content/en/docs/changelog/2.19.7/_index.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f24788db8d..92c7538c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +Changelog for reva 2.19.7 (2024-05-13) +======================================= + +The following sections list the changes in reva 2.19.7 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Enh #4673: Add virus filter to list uploads sessions + +Details +------- + +* Enhancement #4673: Add virus filter to list uploads sessions + + Adds a filter for filtering for infected uploads + + https://github.com/cs3org/reva/pull/4673 + Changelog for reva 2.19.6 (2024-04-29) ======================================= @@ -4465,6 +4485,27 @@ Details https://github.com/cs3org/reva/pull/2922 +Changelog for reva 2.4.1 (2022-05-24) +======================================= + +The following sections list the changes in reva 2.4.1 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #2891: Add missing http status code + +Details +------- + +* Bugfix #2891: Add missing http status code + + This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to + pass it through. + + https://github.com/cs3org/reva/pull/2891 + Changelog for reva 2.4.0 (2022-05-24) ======================================= @@ -4608,27 +4649,6 @@ Details https://github.com/cs3org/reva/pull/2792 -Changelog for reva 2.4.1 (2022-05-24) -======================================= - -The following sections list the changes in reva 2.4.1 relevant to -reva users. The changes are ordered by importance. - -Summary -------- - -* Fix #2891: Add missing http status code - -Details -------- - -* Bugfix #2891: Add missing http status code - - This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to - pass it through. - - https://github.com/cs3org/reva/pull/2891 - Changelog for reva 2.3.1 (2022-05-08) ======================================= diff --git a/RELEASE_DATE b/RELEASE_DATE index 7593673122..59ec632841 100644 --- a/RELEASE_DATE +++ b/RELEASE_DATE @@ -1 +1 @@ -2024-04-29 \ No newline at end of file +2024-05-13 \ No newline at end of file diff --git a/VERSION b/VERSION index d7f0c4ff7d..be75f34264 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.19.6 \ No newline at end of file +2.19.7 \ No newline at end of file diff --git a/changelog/unreleased/add-virus-filter.md b/changelog/2.19.7_2024-05-13/add-virus-filter.md similarity index 100% rename from changelog/unreleased/add-virus-filter.md rename to changelog/2.19.7_2024-05-13/add-virus-filter.md diff --git a/changelog/NOTE.md b/changelog/NOTE.md index 8f8bc4979f..ac404b865f 100644 --- a/changelog/NOTE.md +++ b/changelog/NOTE.md @@ -1,57 +1,20 @@ -Changelog for reva 2.19.6 (2024-04-29) +Changelog for reva 2.19.7 (2024-05-13) ======================================= -The following sections list the changes in reva 2.19.6 relevant to +The following sections list the changes in reva 2.19.7 relevant to reva users. The changes are ordered by importance. Summary ------- -* Fix #4654: Write blob based on session id -* Fix #4666: Fix uploading via a public link -* Fix #4665: Fix creating documents in nested folders of public shares -* Enh #4655: Bump mockery to v2.40.2 -* Enh #4664: Add ScanData to Uploadsession +* Enh #4673: Add virus filter to list uploads sessions Details ------- -* Bugfix #4654: Write blob based on session id +* Enhancement #4673: Add virus filter to list uploads sessions - Decomposedfs now uses the session id and size when moving an uplode to the blobstore. This fixes - a cornercase that prevents an upload session from correctly being finished when another - upload session to the file was started and already finished. + Adds a filter for filtering for infected uploads - https://github.com/cs3org/reva/pull/4654 - https://github.com/cs3org/reva/pull/4615 - -* Bugfix #4666: Fix uploading via a public link - - Fix http error when uploading via a public link - - https://github.com/owncloud/ocis/issues/8699 - https://github.com/cs3org/reva/pull/4666 - https://github.com/cs3org/reva/pull/4589 - -* Bugfix #4665: Fix creating documents in nested folders of public shares - - We fixed a bug that prevented creating new documented in a nested folder of a public share. - - https://github.com/owncloud/ocis/issues/8957 - https://github.com/cs3org/reva/pull/4665 - https://github.com/cs3org/reva/pull/4660 - -* Enhancement #4655: Bump mockery to v2.40.2 - - We switched to the latest mockery and changed to .mockery.yaml based mock generation. - - https://github.com/cs3org/reva/pull/4655 - https://github.com/cs3org/reva/pull/4614 - -* Enhancement #4664: Add ScanData to Uploadsession - - Adds virus scan results to the upload session. - - https://github.com/cs3org/reva/pull/4664 - https://github.com/cs3org/reva/pull/4657 + https://github.com/cs3org/reva/pull/4673 diff --git a/docs/content/en/docs/changelog/2.19.7/_index.md b/docs/content/en/docs/changelog/2.19.7/_index.md new file mode 100644 index 0000000000..d03e545c1c --- /dev/null +++ b/docs/content/en/docs/changelog/2.19.7/_index.md @@ -0,0 +1,29 @@ + +--- +title: "v2.19.7" +linkTitle: "v2.19.7" +weight: 40 +description: > + Changelog for Reva v2.19.7 (2024-05-13) +--- + +Changelog for reva 2.19.7 (2024-05-13) +======================================= + +The following sections list the changes in reva 2.19.7 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Enh #4673: Add virus filter to list uploads sessions + +Details +------- + +* Enhancement #4673: Add virus filter to list uploads sessions + + Adds a filter for filtering for infected uploads + + https://github.com/cs3org/reva/pull/4673 +