-
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 #5054 from bastianbeier/release/2.27.3
[full-ci] v2.27.3
- Loading branch information
Showing
7 changed files
with
133 additions
and
57 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 @@ | ||
2025-01-17 | ||
2025-01-27 |
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.27.2 | ||
2.27.3 |
File renamed without changes.
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,20 +1,29 @@ | ||
Changelog for reva 2.27.2 (2025-01-17) | ||
Changelog for reva 2.27.3 (2025-01-27) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.27.2 relevant to | ||
The following sections list the changes in reva 2.27.3 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #5043: Fix SpaceMembershipExpired unmarshal | ||
* Fix #5042: Fix ocis dependency | ||
* Enh #5051: Emit SpaceMembershipExpired event | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #5043: Fix SpaceMembershipExpired unmarshal | ||
* Bugfix #5042: Fix ocis dependency | ||
|
||
SpaceMembershipExpired events can now be unmarshalled correctly | ||
Fix the ocm gateway connection pool. Fix ocis dependency in the reva go.mod file. Bump the ocis | ||
version accordingly to the major version. | ||
|
||
https://github.com/cs3org/reva/pull/5043 | ||
https://github.com/owncloud/ocis/issues/10846 | ||
https://github.com/owncloud/ocis/issues/10878 | ||
https://github.com/cs3org/reva/pull/5042 | ||
|
||
* Enhancement #5051: Emit SpaceMembershipExpired event | ||
|
||
https://github.com/owncloud/ocis/issues/10919 | ||
https://github.com/cs3org/reva/pull/5051 | ||
|
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,38 @@ | ||
|
||
--- | ||
title: "v2.27.3" | ||
linkTitle: "v2.27.3" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.27.3 (2025-01-27) | ||
--- | ||
|
||
Changelog for reva 2.27.3 (2025-01-27) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.27.3 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #5042: Fix ocis dependency | ||
* Enh #5051: Emit SpaceMembershipExpired event | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #5042: Fix ocis dependency | ||
|
||
Fix the ocm gateway connection pool. Fix ocis dependency in the reva go.mod file. Bump the ocis | ||
version accordingly to the major version. | ||
|
||
https://github.com/owncloud/ocis/issues/10846 | ||
https://github.com/owncloud/ocis/issues/10878 | ||
https://github.com/cs3org/reva/pull/5042 | ||
|
||
* Enhancement #5051: Emit SpaceMembershipExpired event | ||
|
||
https://github.com/owncloud/ocis/issues/10919 | ||
https://github.com/cs3org/reva/pull/5051 | ||
|