Skip to content

Commit

Permalink
Merge pull request #5054 from bastianbeier/release/2.27.3
Browse files Browse the repository at this point in the history
[full-ci] v2.27.3
  • Loading branch information
2403905 authored Jan 27, 2025
2 parents fccff69 + caa3760 commit df0a61a
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 57 deletions.
127 changes: 78 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
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

Changelog for reva 2.27.2 (2025-01-17)
=======================================

Expand Down Expand Up @@ -5378,6 +5407,34 @@ Details

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

Changelog for reva 2.7.1 (2022-07-15)
=======================================

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

Summary
-------

* Fix #3080: Make dataproviders return more headers
* Enh #3046: Add user filter

Details
-------

* Bugfix #3080: Make dataproviders return more headers

Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
necessary metadata information as headers.

https://github.com/owncloud/reva/issues/3080

* Enhancement #3046: Add user filter

This PR adds the ability to filter spaces by user-id

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

Changelog for reva 2.7.0 (2022-07-15)
=======================================

Expand Down Expand Up @@ -5510,34 +5567,6 @@ Details
https://github.com/owncloud/ocis/issues/3073
https://github.com/cs3org/reva/pull/2977

Changelog for reva 2.7.1 (2022-07-15)
=======================================

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

Summary
-------

* Fix #3080: Make dataproviders return more headers
* Enh #3046: Add user filter

Details
-------

* Bugfix #3080: Make dataproviders return more headers

Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
necessary metadata information as headers.

https://github.com/owncloud/reva/issues/3080

* Enhancement #3046: Add user filter

This PR adds the ability to filter spaces by user-id

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

Changelog for reva 2.6.1 (2022-06-27)
=======================================

Expand Down Expand Up @@ -5905,27 +5934,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 @@ -6069,6 +6077,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 @@
2025-01-17
2025-01-27
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.27.2
2.27.3
File renamed without changes.
21 changes: 15 additions & 6 deletions changelog/NOTE.md
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

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

0 comments on commit df0a61a

Please sign in to comment.