Skip to content

Commit d3bd4db

Browse files
committed
v3.7.1
1 parent 70265ff commit d3bd4db

File tree

8 files changed

+83
-41
lines changed

8 files changed

+83
-41
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
Changelog for reva 3.7.1 (2026-04-16)
2+
=======================================
3+
4+
The following sections list the changes in reva 3.7.1 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #5584: Fix missing GID 2 in EOS AddACL
11+
* Fix #5579: Use single trace ID across grpc calls
12+
* Enh #5580: Update cs3apis
13+
14+
Details
15+
-------
16+
17+
* Bugfix #5584: Fix missing GID 2 in EOS AddACL
18+
19+
https://github.com/cs3org/reva/pull/5584
20+
21+
* Bugfix #5579: Use single trace ID across grpc calls
22+
23+
https://github.com/cs3org/reva/pull/5579
24+
25+
* Enhancement #5580: Update cs3apis
26+
27+
https://github.com/cs3org/reva/pull/5580
28+
https://github.com/cs3org/reva/pull/5583
29+
30+
131
Changelog for reva 3.7.0 (2026-04-14)
232
=======================================
333

RELEASE_DATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-04-14
1+
2026-04-16

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
3.7.1
File renamed without changes.
File renamed without changes.

changelog/NOTE.md

Lines changed: 12 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,30 @@
1-
Changelog for reva 3.7.0 (2026-04-14)
1+
Changelog for reva 3.7.1 (2026-04-16)
22
=======================================
33

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

77
Summary
88
-------
99

10-
* Enh #5553: Make ListShares conurrent
11-
* Enh #5554: Make ListStorageSpaces concurrent
12-
* Enh #5569: Add processing of ro-crates
13-
* Enh #5526: Do not impersonate owner for public link access
14-
* Enh #5514: Refactor EOSFS auth logic
15-
* Enh #5550: Add span collection to tracing interceptor
10+
* Fix #5584: Fix missing GID 2 in EOS AddACL
11+
* Fix #5579: Use single trace ID across grpc calls
12+
* Enh #5580: Update cs3apis
1613

1714
Details
1815
-------
1916

20-
* Enhancement #5553: Make ListShares conurrent
17+
* Bugfix #5584: Fix missing GID 2 in EOS AddACL
2118

22-
https://github.com/cs3org/reva/pull/5553
19+
https://github.com/cs3org/reva/pull/5584
2320

24-
* Enhancement #5554: Make ListStorageSpaces concurrent
21+
* Bugfix #5579: Use single trace ID across grpc calls
2522

26-
https://github.com/cs3org/reva/pull/5554
23+
https://github.com/cs3org/reva/pull/5579
2724

28-
* Enhancement #5569: Add processing of ro-crates
25+
* Enhancement #5580: Update cs3apis
2926

30-
This is done via the UpdateReceivedShareCall using an opaque and we want to be able to have a
31-
seperate CS3API call for this in the future
32-
33-
https://github.com/cs3org/reva/pull/5569
34-
35-
* Enhancement #5526: Do not impersonate owner for public link access
36-
37-
Instead of impersonating the owner of a public link, we create a Guest User which has
38-
permissions through an added scope
39-
40-
https://github.com/cs3org/reva/pull/5526
41-
42-
* Enhancement #5514: Refactor EOSFS auth logic
43-
44-
- Use a dedicated service account for accesses made by external accounts, instead of
45-
impersonating the owner or using a token - Renamed the different types of auth to be more clear
46-
(e.g. cboxAuth became systemAuth) - Added a `InvalidAuthorization` to be returned instead of
47-
an empty auth; because empty auth maps to the system user (which is a sudo'er)
48-
49-
https://github.com/cs3org/reva/pull/5514
50-
51-
* Enhancement #5550: Add span collection to tracing interceptor
52-
53-
This allows us to view full spans of calls in jaeger / otel tracing tools
54-
55-
https://github.com/cs3org/reva/pull/5550/
27+
https://github.com/cs3org/reva/pull/5580
28+
https://github.com/cs3org/reva/pull/5583
5629

5730

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
---
3+
title: "v3.7.1"
4+
linkTitle: "v3.7.1"
5+
weight: 999629
6+
description: >
7+
Changelog for Reva v3.7.1 (2026-04-16)
8+
---
9+
10+
Changelog for reva 3.7.1 (2026-04-16)
11+
=======================================
12+
13+
The following sections list the changes in reva 3.7.1 relevant to
14+
reva users. The changes are ordered by importance.
15+
16+
Summary
17+
-------
18+
19+
* Fix #5584: Fix missing GID 2 in EOS AddACL
20+
* Fix #5579: Use single trace ID across grpc calls
21+
* Enh #5580: Update cs3apis
22+
23+
Details
24+
-------
25+
26+
* Bugfix #5584: Fix missing GID 2 in EOS AddACL
27+
28+
https://github.com/cs3org/reva/pull/5584
29+
30+
* Bugfix #5579: Use single trace ID across grpc calls
31+
32+
https://github.com/cs3org/reva/pull/5579
33+
34+
* Enhancement #5580: Update cs3apis
35+
36+
https://github.com/cs3org/reva/pull/5580
37+
https://github.com/cs3org/reva/pull/5583
38+
39+

0 commit comments

Comments
 (0)