-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version, prepare changelog
- Loading branch information
Showing
6 changed files
with
87 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2023-10-17 | ||
2023-11-30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.16.2 | ||
2.16.3 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
Changelog for reva 2.16.2 (2023-10-17) | ||
Changelog for reva 2.16.3 (2023-11-30) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.16.2 relevant to | ||
The following sections list the changes in reva 2.16.3 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #4251: GetUserByClaim not working with MSAD for claim "userid" | ||
* Enh #4377: Handle trashbin file listings concurrently | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #4251: GetUserByClaim not working with MSAD for claim "userid" | ||
* Enhancement #4377: Handle trashbin file listings concurrently | ||
|
||
We fixed GetUserByClaim to correctly deal with binary encoded userid as e.g. used for Active | ||
Directory. | ||
We now use a concurrent walker to list files in the trashbin. This improves performance when | ||
listing files in the trashbin. | ||
|
||
https://github.com/owncloud/ocis/issues/7469 | ||
https://github.com/cs3org/reva/pull/4251 | ||
https://github.com/cs3org/reva/pull/4249 | ||
https://github.com/owncloud/ocis/issues/7844 | ||
https://github.com/cs3org/reva/pull/4377 | ||
https://github.com/cs3org/reva/pull/4374 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
--- | ||
title: "v2.16.3" | ||
linkTitle: "v2.16.3" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.16.3 (2023-11-30) | ||
--- | ||
|
||
Changelog for reva 2.16.3 (2023-11-30) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.16.3 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Enh #4377: Handle trashbin file listings concurrently | ||
|
||
Details | ||
------- | ||
|
||
* Enhancement #4377: Handle trashbin file listings concurrently | ||
|
||
We now use a concurrent walker to list files in the trashbin. This improves performance when | ||
listing files in the trashbin. | ||
|
||
https://github.com/owncloud/ocis/issues/7844 | ||
https://github.com/cs3org/reva/pull/4377 | ||
https://github.com/cs3org/reva/pull/4374 | ||
|