Skip to content

Commit df0a61a

Browse files
authored
Merge pull request #5054 from bastianbeier/release/2.27.3
[full-ci] v2.27.3
2 parents fccff69 + caa3760 commit df0a61a

File tree

7 files changed

+133
-57
lines changed

7 files changed

+133
-57
lines changed

CHANGELOG.md

+78-49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
Changelog for reva 2.27.3 (2025-01-27)
2+
=======================================
3+
4+
The following sections list the changes in reva 2.27.3 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #5042: Fix ocis dependency
11+
* Enh #5051: Emit SpaceMembershipExpired event
12+
13+
Details
14+
-------
15+
16+
* Bugfix #5042: Fix ocis dependency
17+
18+
Fix the ocm gateway connection pool. Fix ocis dependency in the reva go.mod file. Bump the ocis
19+
version accordingly to the major version.
20+
21+
https://github.com/owncloud/ocis/issues/10846
22+
https://github.com/owncloud/ocis/issues/10878
23+
https://github.com/cs3org/reva/pull/5042
24+
25+
* Enhancement #5051: Emit SpaceMembershipExpired event
26+
27+
https://github.com/owncloud/ocis/issues/10919
28+
https://github.com/cs3org/reva/pull/5051
29+
130
Changelog for reva 2.27.2 (2025-01-17)
231
=======================================
332

@@ -5378,6 +5407,34 @@ Details
53785407

53795408
https://github.com/cs3org/reva/pull/3083
53805409

5410+
Changelog for reva 2.7.1 (2022-07-15)
5411+
=======================================
5412+
5413+
The following sections list the changes in reva 2.7.1 relevant to
5414+
reva users. The changes are ordered by importance.
5415+
5416+
Summary
5417+
-------
5418+
5419+
* Fix #3080: Make dataproviders return more headers
5420+
* Enh #3046: Add user filter
5421+
5422+
Details
5423+
-------
5424+
5425+
* Bugfix #3080: Make dataproviders return more headers
5426+
5427+
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
5428+
necessary metadata information as headers.
5429+
5430+
https://github.com/owncloud/reva/issues/3080
5431+
5432+
* Enhancement #3046: Add user filter
5433+
5434+
This PR adds the ability to filter spaces by user-id
5435+
5436+
https://github.com/cs3org/reva/pull/3046
5437+
53815438
Changelog for reva 2.7.0 (2022-07-15)
53825439
=======================================
53835440

@@ -5510,34 +5567,6 @@ Details
55105567
https://github.com/owncloud/ocis/issues/3073
55115568
https://github.com/cs3org/reva/pull/2977
55125569

5513-
Changelog for reva 2.7.1 (2022-07-15)
5514-
=======================================
5515-
5516-
The following sections list the changes in reva 2.7.1 relevant to
5517-
reva users. The changes are ordered by importance.
5518-
5519-
Summary
5520-
-------
5521-
5522-
* Fix #3080: Make dataproviders return more headers
5523-
* Enh #3046: Add user filter
5524-
5525-
Details
5526-
-------
5527-
5528-
* Bugfix #3080: Make dataproviders return more headers
5529-
5530-
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
5531-
necessary metadata information as headers.
5532-
5533-
https://github.com/owncloud/reva/issues/3080
5534-
5535-
* Enhancement #3046: Add user filter
5536-
5537-
This PR adds the ability to filter spaces by user-id
5538-
5539-
https://github.com/cs3org/reva/pull/3046
5540-
55415570
Changelog for reva 2.6.1 (2022-06-27)
55425571
=======================================
55435572

@@ -5905,27 +5934,6 @@ Details
59055934

59065935
https://github.com/cs3org/reva/pull/2922
59075936

5908-
Changelog for reva 2.4.1 (2022-05-24)
5909-
=======================================
5910-
5911-
The following sections list the changes in reva 2.4.1 relevant to
5912-
reva users. The changes are ordered by importance.
5913-
5914-
Summary
5915-
-------
5916-
5917-
* Fix #2891: Add missing http status code
5918-
5919-
Details
5920-
-------
5921-
5922-
* Bugfix #2891: Add missing http status code
5923-
5924-
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
5925-
pass it through.
5926-
5927-
https://github.com/cs3org/reva/pull/2891
5928-
59295937
Changelog for reva 2.4.0 (2022-05-24)
59305938
=======================================
59315939

@@ -6069,6 +6077,27 @@ Details
60696077

60706078
https://github.com/cs3org/reva/pull/2792
60716079

6080+
Changelog for reva 2.4.1 (2022-05-24)
6081+
=======================================
6082+
6083+
The following sections list the changes in reva 2.4.1 relevant to
6084+
reva users. The changes are ordered by importance.
6085+
6086+
Summary
6087+
-------
6088+
6089+
* Fix #2891: Add missing http status code
6090+
6091+
Details
6092+
-------
6093+
6094+
* Bugfix #2891: Add missing http status code
6095+
6096+
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
6097+
pass it through.
6098+
6099+
https://github.com/cs3org/reva/pull/2891
6100+
60726101
Changelog for reva 2.3.1 (2022-05-08)
60736102
=======================================
60746103

RELEASE_DATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-01-17
1+
2025-01-27

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.27.2
1+
2.27.3

changelog/NOTE.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
1-
Changelog for reva 2.27.2 (2025-01-17)
1+
Changelog for reva 2.27.3 (2025-01-27)
22
=======================================
33

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

77
Summary
88
-------
99

10-
* Fix #5043: Fix SpaceMembershipExpired unmarshal
10+
* Fix #5042: Fix ocis dependency
11+
* Enh #5051: Emit SpaceMembershipExpired event
1112

1213
Details
1314
-------
1415

15-
* Bugfix #5043: Fix SpaceMembershipExpired unmarshal
16+
* Bugfix #5042: Fix ocis dependency
1617

17-
SpaceMembershipExpired events can now be unmarshalled correctly
18+
Fix the ocm gateway connection pool. Fix ocis dependency in the reva go.mod file. Bump the ocis
19+
version accordingly to the major version.
1820

19-
https://github.com/cs3org/reva/pull/5043
21+
https://github.com/owncloud/ocis/issues/10846
22+
https://github.com/owncloud/ocis/issues/10878
23+
https://github.com/cs3org/reva/pull/5042
24+
25+
* Enhancement #5051: Emit SpaceMembershipExpired event
26+
27+
https://github.com/owncloud/ocis/issues/10919
28+
https://github.com/cs3org/reva/pull/5051
2029

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
---
3+
title: "v2.27.3"
4+
linkTitle: "v2.27.3"
5+
weight: 40
6+
description: >
7+
Changelog for Reva v2.27.3 (2025-01-27)
8+
---
9+
10+
Changelog for reva 2.27.3 (2025-01-27)
11+
=======================================
12+
13+
The following sections list the changes in reva 2.27.3 relevant to
14+
reva users. The changes are ordered by importance.
15+
16+
Summary
17+
-------
18+
19+
* Fix #5042: Fix ocis dependency
20+
* Enh #5051: Emit SpaceMembershipExpired event
21+
22+
Details
23+
-------
24+
25+
* Bugfix #5042: Fix ocis dependency
26+
27+
Fix the ocm gateway connection pool. Fix ocis dependency in the reva go.mod file. Bump the ocis
28+
version accordingly to the major version.
29+
30+
https://github.com/owncloud/ocis/issues/10846
31+
https://github.com/owncloud/ocis/issues/10878
32+
https://github.com/cs3org/reva/pull/5042
33+
34+
* Enhancement #5051: Emit SpaceMembershipExpired event
35+
36+
https://github.com/owncloud/ocis/issues/10919
37+
https://github.com/cs3org/reva/pull/5051
38+

0 commit comments

Comments
 (0)