|
1 | | -Changelog for reva 3.7.0 (2026-04-14) |
| 1 | +Changelog for reva 3.7.1 (2026-04-16) |
2 | 2 | ======================================= |
3 | 3 |
|
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 |
5 | 5 | reva users. The changes are ordered by importance. |
6 | 6 |
|
7 | 7 | Summary |
8 | 8 | ------- |
9 | 9 |
|
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 |
16 | 13 |
|
17 | 14 | Details |
18 | 15 | ------- |
19 | 16 |
|
20 | | - * Enhancement #5553: Make ListShares conurrent |
| 17 | + * Bugfix #5584: Fix missing GID 2 in EOS AddACL |
21 | 18 |
|
22 | | - https://github.com/cs3org/reva/pull/5553 |
| 19 | + https://github.com/cs3org/reva/pull/5584 |
23 | 20 |
|
24 | | - * Enhancement #5554: Make ListStorageSpaces concurrent |
| 21 | + * Bugfix #5579: Use single trace ID across grpc calls |
25 | 22 |
|
26 | | - https://github.com/cs3org/reva/pull/5554 |
| 23 | + https://github.com/cs3org/reva/pull/5579 |
27 | 24 |
|
28 | | - * Enhancement #5569: Add processing of ro-crates |
| 25 | + * Enhancement #5580: Update cs3apis |
29 | 26 |
|
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 |
56 | 29 |
|
57 | 30 |
|
0 commit comments