-
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.
Merge pull request #4265 from cs3org/release-2.16.2
Prepare Release 2.16.2
- Loading branch information
Showing
6 changed files
with
87 additions
and
36 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-09-25 | ||
2023-10-17 |
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.1 | ||
2.16.2 |
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,27 +1,23 @@ | ||
Changelog for reva 2.16.1 (2023-09-25) | ||
Changelog for reva 2.16.2 (2023-10-17) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.16.1 relevant to | ||
The following sections list the changes in reva 2.16.2 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #4214: Make appctx package compatible with go v1.21 | ||
* Fix #4214: Always pass adjusted default nats options | ||
* Fix #4251: GetUserByClaim not working with MSAD for claim "userid" | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #4214: Make appctx package compatible with go v1.21 | ||
* Bugfix #4251: GetUserByClaim not working with MSAD for claim "userid" | ||
|
||
Backported fix from edge. See https://tip.golang.org/doc/go1.21#reflect | ||
We fixed GetUserByClaim to correctly deal with binary encoded userid as e.g. used for Active | ||
Directory. | ||
|
||
https://github.com/cs3org/reva/pull/4214 | ||
|
||
* Bugfix #4214: Always pass adjusted default nats options | ||
|
||
The nats-js store will now automatically reconnect. | ||
|
||
https://github.com/cs3org/reva/pull/4214 | ||
https://github.com/owncloud/ocis/issues/7469 | ||
https://github.com/cs3org/reva/pull/4251 | ||
https://github.com/cs3org/reva/pull/4249 | ||
|
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.2" | ||
linkTitle: "v2.16.2" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.16.2 (2023-10-17) | ||
--- | ||
|
||
Changelog for reva 2.16.2 (2023-10-17) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.16.2 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #4251: GetUserByClaim not working with MSAD for claim "userid" | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #4251: GetUserByClaim not working with MSAD for claim "userid" | ||
|
||
We fixed GetUserByClaim to correctly deal with binary encoded userid as e.g. used for Active | ||
Directory. | ||
|
||
https://github.com/owncloud/ocis/issues/7469 | ||
https://github.com/cs3org/reva/pull/4251 | ||
https://github.com/cs3org/reva/pull/4249 | ||
|