Skip to content

Commit 37c97fe

Browse files
committed
chore: prepare release, bump version
1 parent 66d7b44 commit 37c97fe

File tree

9 files changed

+151
-36
lines changed

9 files changed

+151
-36
lines changed

CHANGELOG.md

+66-21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
Changelog for reva 2.26.5 (2024-11-12)
2+
=======================================
3+
4+
The following sections list the changes in reva 2.26.5 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #4926: Make etag always match content on downloads
11+
* Fix #4920: Return correct status codes for simple uploads
12+
* Fix #4924: Fix sync propagation
13+
* Fix #4916: Improve posixfs stability and performance
14+
15+
Details
16+
-------
17+
18+
* Bugfix #4926: Make etag always match content on downloads
19+
20+
We added an openReaderfunc to the Download interface to give drivers a way to guarantee that the
21+
reader matches the etag returned in a previous GetMD call.
22+
23+
https://github.com/cs3org/reva/pull/4926
24+
https://github.com/cs3org/reva/pull/4923
25+
26+
* Bugfix #4920: Return correct status codes for simple uploads
27+
28+
Decomposedfs now returns the correct precondition failed status code when the etag does not
29+
match. This allows the jsoncs3 share managers optimistic locking to handle concurrent writes
30+
correctly
31+
32+
https://github.com/cs3org/reva/pull/4920
33+
34+
* Bugfix #4924: Fix sync propagation
35+
36+
Fixes the defers in the sync propagation.
37+
38+
https://github.com/cs3org/reva/pull/4924
39+
40+
* Bugfix #4916: Improve posixfs stability and performance
41+
42+
The posixfs storage driver saw a number of bugfixes and optimizations.
43+
44+
https://github.com/cs3org/reva/pull/4916
45+
146
Changelog for reva 2.26.4 (2024-11-07)
247
=======================================
348

@@ -5548,6 +5593,27 @@ Details
55485593

55495594
https://github.com/cs3org/reva/pull/2922
55505595

5596+
Changelog for reva 2.4.1 (2022-05-24)
5597+
=======================================
5598+
5599+
The following sections list the changes in reva 2.4.1 relevant to
5600+
reva users. The changes are ordered by importance.
5601+
5602+
Summary
5603+
-------
5604+
5605+
* Fix #2891: Add missing http status code
5606+
5607+
Details
5608+
-------
5609+
5610+
* Bugfix #2891: Add missing http status code
5611+
5612+
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
5613+
pass it through.
5614+
5615+
https://github.com/cs3org/reva/pull/2891
5616+
55515617
Changelog for reva 2.4.0 (2022-05-24)
55525618
=======================================
55535619

@@ -5691,27 +5757,6 @@ Details
56915757

56925758
https://github.com/cs3org/reva/pull/2792
56935759

5694-
Changelog for reva 2.4.1 (2022-05-24)
5695-
=======================================
5696-
5697-
The following sections list the changes in reva 2.4.1 relevant to
5698-
reva users. The changes are ordered by importance.
5699-
5700-
Summary
5701-
-------
5702-
5703-
* Fix #2891: Add missing http status code
5704-
5705-
Details
5706-
-------
5707-
5708-
* Bugfix #2891: Add missing http status code
5709-
5710-
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
5711-
pass it through.
5712-
5713-
https://github.com/cs3org/reva/pull/2891
5714-
57155760
Changelog for reva 2.3.1 (2022-05-08)
57165761
=======================================
57175762

RELEASE_DATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-07
1+
2024-11-12

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.26.4
1+
2.26.5

changelog/unreleased/improve-posixfs.md changelog/2.26.5_2024-11-12/improve-posixfs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Enhancement: Improve posixfs stability and performance
1+
Bugfix: Improve posixfs stability and performance
22

33
The posixfs storage driver saw a number of bugfixes and optimizations.
44

changelog/NOTE.md

+28-12
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,45 @@
1-
Changelog for reva 2.26.4 (2024-11-07)
1+
Changelog for reva 2.26.5 (2024-11-12)
22
=======================================
33

4-
The following sections list the changes in reva 2.26.4 relevant to
4+
The following sections list the changes in reva 2.26.5 relevant to
55
reva users. The changes are ordered by importance.
66

77
Summary
88
-------
99

10-
* Fix #4917: Fix 0-byte file uploads
11-
* Fix #4918: Fix app templates
10+
* Fix #4926: Make etag always match content on downloads
11+
* Fix #4920: Return correct status codes for simple uploads
12+
* Fix #4924: Fix sync propagation
13+
* Fix #4916: Improve posixfs stability and performance
1214

1315
Details
1416
-------
1517

16-
* Bugfix #4917: Fix 0-byte file uploads
18+
* Bugfix #4926: Make etag always match content on downloads
1719

18-
We fixed an issue where 0-byte files upload did not return the Location header.
20+
We added an openReaderfunc to the Download interface to give drivers a way to guarantee that the
21+
reader matches the etag returned in a previous GetMD call.
1922

20-
https://github.com/owncloud/ocis/issues/10469
21-
https://github.com/cs3org/reva/pull/4917
23+
https://github.com/cs3org/reva/pull/4926
24+
https://github.com/cs3org/reva/pull/4923
2225

23-
* Bugfix #4918: Fix app templates
26+
* Bugfix #4920: Return correct status codes for simple uploads
2427

25-
We fixed the app templates by using the product name of the providerinfo instead of the provider
26-
name.
28+
Decomposedfs now returns the correct precondition failed status code when the etag does not
29+
match. This allows the jsoncs3 share managers optimistic locking to handle concurrent writes
30+
correctly
2731

28-
https://github.com/cs3org/reva/pull/4918
32+
https://github.com/cs3org/reva/pull/4920
33+
34+
* Bugfix #4924: Fix sync propagation
35+
36+
Fixes the defers in the sync propagation.
37+
38+
https://github.com/cs3org/reva/pull/4924
39+
40+
* Bugfix #4916: Improve posixfs stability and performance
41+
42+
The posixfs storage driver saw a number of bugfixes and optimizations.
43+
44+
https://github.com/cs3org/reva/pull/4916
2945

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
2+
---
3+
title: "v2.26.5"
4+
linkTitle: "v2.26.5"
5+
weight: 40
6+
description: >
7+
Changelog for Reva v2.26.5 (2024-11-12)
8+
---
9+
10+
Changelog for reva 2.26.5 (2024-11-12)
11+
=======================================
12+
13+
The following sections list the changes in reva 2.26.5 relevant to
14+
reva users. The changes are ordered by importance.
15+
16+
Summary
17+
-------
18+
19+
* Fix #4926: Make etag always match content on downloads
20+
* Fix #4920: Return correct status codes for simple uploads
21+
* Fix #4924: Fix sync propagation
22+
* Fix #4916: Improve posixfs stability and performance
23+
24+
Details
25+
-------
26+
27+
* Bugfix #4926: Make etag always match content on downloads
28+
29+
We added an openReaderfunc to the Download interface to give drivers a way to guarantee that the
30+
reader matches the etag returned in a previous GetMD call.
31+
32+
https://github.com/cs3org/reva/pull/4926
33+
https://github.com/cs3org/reva/pull/4923
34+
35+
* Bugfix #4920: Return correct status codes for simple uploads
36+
37+
Decomposedfs now returns the correct precondition failed status code when the etag does not
38+
match. This allows the jsoncs3 share managers optimistic locking to handle concurrent writes
39+
correctly
40+
41+
https://github.com/cs3org/reva/pull/4920
42+
43+
* Bugfix #4924: Fix sync propagation
44+
45+
Fixes the defers in the sync propagation.
46+
47+
https://github.com/cs3org/reva/pull/4924
48+
49+
* Bugfix #4916: Improve posixfs stability and performance
50+
51+
The posixfs storage driver saw a number of bugfixes and optimizations.
52+
53+
https://github.com/cs3org/reva/pull/4916
54+

0 commit comments

Comments
 (0)