Skip to content

Commit

Permalink
chore: prepare relase, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed May 13, 2024
1 parent 86d3f52 commit 8e1594a
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 66 deletions.
62 changes: 41 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
=======================================

Expand Down Expand Up @@ -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)
=======================================

Expand Down Expand Up @@ -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)
=======================================

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_DATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-04-29
2024-05-13
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.19.6
2.19.7
File renamed without changes.
49 changes: 6 additions & 43 deletions changelog/NOTE.md
Original file line number Diff line number Diff line change
@@ -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

29 changes: 29 additions & 0 deletions docs/content/en/docs/changelog/2.19.7/_index.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8e1594a

Please sign in to comment.