Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release 2.16.2 #4265

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 44 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
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

Changelog for reva 2.16.1 (2023-09-25)
=======================================

Expand Down Expand Up @@ -3220,27 +3243,6 @@ Details

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

Changelog for reva 2.4.1 (2022-05-24)
=======================================

The following sections list the changes in reva 2.4.1 relevant to
reva users. The changes are ordered by importance.

Summary
-------

* Fix #2891: Add missing http status code

Details
-------

* Bugfix #2891: Add missing http status code

This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
pass it through.

https://github.com/cs3org/reva/pull/2891

Changelog for reva 2.4.0 (2022-05-24)
=======================================

Expand Down Expand Up @@ -3384,6 +3386,27 @@ Details

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

Changelog for reva 2.4.1 (2022-05-24)
=======================================

The following sections list the changes in reva 2.4.1 relevant to
reva users. The changes are ordered by importance.

Summary
-------

* Fix #2891: Add missing http status code

Details
-------

* Bugfix #2891: Add missing http status code

This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
pass it through.

https://github.com/cs3org/reva/pull/2891

Changelog for reva 2.3.1 (2022-05-08)
=======================================

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_DATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-09-25
2023-10-17
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.16.1
2.16.2
22 changes: 9 additions & 13 deletions changelog/NOTE.md
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

32 changes: 32 additions & 0 deletions docs/content/en/docs/changelog/2.16.2/_index.md
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

Loading