Skip to content

Commit

Permalink
bump version, prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Oct 17, 2023
1 parent dea8969 commit d63df48
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 36 deletions.
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

0 comments on commit d63df48

Please sign in to comment.