Skip to content

Commit

Permalink
Merge pull request #4895 from cs3org/release-2.26.0
Browse files Browse the repository at this point in the history
[build-deps] chore: prepare release, bump version
  • Loading branch information
micbar authored Oct 21, 2024
2 parents 5f76e95 + 912b060 commit 08b7258
Show file tree
Hide file tree
Showing 23 changed files with 443 additions and 106 deletions.
191 changes: 163 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,138 @@
Changelog for reva 2.26.0 (2024-10-21)
=======================================

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

Summary
-------

* Fix #4880: Kept historical resource naming in activity
* Fix #4874: Fix rename activity
* Fix #4881: Log levels
* Fix #4884: Fix OCM upload crush
* Fix #4872: Return 409 conflict when a file was already created
* Fix #4887: Fix ShareCache concurrency panic
* Fix #4876: Fix share jail mountpoint parent id
* Fix #4879: Fix trash-bin propfind panic
* Fix #4888: Fix upload session bugs
* Fix #4560: Always select next before making CS3 calls for propfinds
* Enh #4893: Bump dependencies and go to 1.22.8
* Enh #4890: Bump golangci-lint to 1.61.0
* Enh #4886: Add new Mimetype ggp
* Enh #4809: Implement OCM well-known endpoint
* Enh #4889: Improve posixfs stability and performance
* Enh #4882: Indicate template conversion capabilties on apps

Details
-------

* Bugfix #4880: Kept historical resource naming in activity

Kept historical resource naming after renaming in activity for shares and public links.

https://github.com/owncloud/ocis/issues/10210
https://github.com/cs3org/reva/pull/4880

* Bugfix #4874: Fix rename activity

We fixed the activity when file with file-id gives move activity instead of rename.

https://github.com/owncloud/ocis/issues/9744
https://github.com/cs3org/reva/pull/4874

* Bugfix #4881: Log levels

We changed the following log levels:

- `ERROR` to `DEBUG` in `internal/grpc/services/usershareprovider` when getting received
shares

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

* Bugfix #4884: Fix OCM upload crush

We fixed an issue where a federated instance crashed when uploading a file to a remote folder.
Fixed the cleanup blob and meta of the uploaded files.

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

* Bugfix #4872: Return 409 conflict when a file was already created

We now return the correct 409 conflict status code when a file was already created by another
upload.

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

* Bugfix #4887: Fix ShareCache concurrency panic

We fixed an issue where concurrently read and write operations led to a panic in the ShareCache.

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

* Bugfix #4876: Fix share jail mountpoint parent id

Stating a share jail mountpoint now returns the share jail root as the parent id.

https://github.com/owncloud/ocis/issues/9933
https://github.com/cs3org/reva/pull/4876

* Bugfix #4879: Fix trash-bin propfind panic

We fixed an issue where a trash-bin `propfind` request panicked due to a failed and therefore
`nil` resource reference lookup.

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

* Bugfix #4888: Fix upload session bugs

We fixed an issue that caused a panic when we could not open a file to calculate checksums.
Furthermore, we now delete the upload session .lock file on cleanup.

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

* Bugfix #4560: Always select next before making CS3 calls for propfinds

We now select the next client more often to spread out load

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

* Enhancement #4893: Bump dependencies and go to 1.22.8

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

* Enhancement #4890: Bump golangci-lint to 1.61.0

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

* Enhancement #4886: Add new Mimetype ggp

Adds a new mimetype application/vnd.geogebra.pinboard (ggp) to the app-registry

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

* Enhancement #4809: Implement OCM well-known endpoint

The `wellknown` service now implements the `/.well-known/ocm` endpoint for OCM discovery.
The unused endpoints for openid connect and webfinger have been removed. This aligns the
wellknown implementation with the master branch.

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

* Enhancement #4889: Improve posixfs stability and performance

The posixfs storage driver saw a number of bugfixes and optimizations.

https://github.com/cs3org/reva/pull/4889
https://github.com/cs3org/reva/pull/4877

* Enhancement #4882: Indicate template conversion capabilties on apps

We added information to the available app providers to indicate which mimetypes can be used for
template conversion.

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

Changelog for reva 2.25.0 (2024-09-30)
=======================================

Expand Down Expand Up @@ -4779,6 +4914,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 @@ -4911,34 +5074,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
2 changes: 1 addition & 1 deletion RELEASE_DATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-09-30
2024-10-21
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.25.0
2.26.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 08b7258

Please sign in to comment.