From caa37609ffd8ea9d3d2119e49f4c0a990833f17d Mon Sep 17 00:00:00 2001 From: Bastian Beier Date: Mon, 27 Jan 2025 11:58:56 +0100 Subject: [PATCH] v2.27.3 --- CHANGELOG.md | 127 +++++++++++------- RELEASE_DATE | 2 +- VERSION | 2 +- .../emit-space-membership-expired-event.md | 0 .../fix-dependecy.md | 0 changelog/NOTE.md | 21 ++- .../en/docs/changelog/2.27.3/_index.md | 38 ++++++ 7 files changed, 133 insertions(+), 57 deletions(-) rename changelog/{unreleased => 2.27.3_2025-01-27}/emit-space-membership-expired-event.md (100%) rename changelog/{unreleased => 2.27.3_2025-01-27}/fix-dependecy.md (100%) create mode 100644 docs/content/en/docs/changelog/2.27.3/_index.md diff --git a/CHANGELOG.md b/CHANGELOG.md index be64edf70c..ba78d5cfd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ======================================= @@ -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) ======================================= @@ -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) ======================================= @@ -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) ======================================= @@ -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) ======================================= diff --git a/RELEASE_DATE b/RELEASE_DATE index 6575b7219a..411f4126ca 100644 --- a/RELEASE_DATE +++ b/RELEASE_DATE @@ -1 +1 @@ -2025-01-17 \ No newline at end of file +2025-01-27 \ No newline at end of file diff --git a/VERSION b/VERSION index 8eda5aa312..13842d0535 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.27.2 \ No newline at end of file +2.27.3 \ No newline at end of file diff --git a/changelog/unreleased/emit-space-membership-expired-event.md b/changelog/2.27.3_2025-01-27/emit-space-membership-expired-event.md similarity index 100% rename from changelog/unreleased/emit-space-membership-expired-event.md rename to changelog/2.27.3_2025-01-27/emit-space-membership-expired-event.md diff --git a/changelog/unreleased/fix-dependecy.md b/changelog/2.27.3_2025-01-27/fix-dependecy.md similarity index 100% rename from changelog/unreleased/fix-dependecy.md rename to changelog/2.27.3_2025-01-27/fix-dependecy.md diff --git a/changelog/NOTE.md b/changelog/NOTE.md index d44cb5524f..f2c0533ea9 100644 --- a/changelog/NOTE.md +++ b/changelog/NOTE.md @@ -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 diff --git a/docs/content/en/docs/changelog/2.27.3/_index.md b/docs/content/en/docs/changelog/2.27.3/_index.md new file mode 100644 index 0000000000..4f108e5d63 --- /dev/null +++ b/docs/content/en/docs/changelog/2.27.3/_index.md @@ -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 +