Skip to content

v2.27.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 12:25
· 665 commits to master since this release
v2.27.0

Changelog for reva 2.27.0 (2024-12-12)

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

Summary

  • Fix #4985: Drop unneeded session locks
  • Fix #5000: Fix ceph build
  • Fix #4989: Deleting OCM share also updates storageprovider
  • Enh #4998: Emit event when an ocm share is received
  • Enh #4996: Get rid of some cases of unstructured logging

Details

  • Bugfix #4985: Drop unneeded session locks

We no longer lock session metadada files, as they are already written atomically.

#4985

  • Bugfix #5000: Fix ceph build

#5000

  • Bugfix #4989: Deleting OCM share also updates storageprovider

When remvoving an OCM share we're now also removing the related grant from the storage
provider.

owncloud/ocis#10262
#4989

  • Enhancement #4998: Emit event when an ocm share is received

owncloud/ocis#10718
#4998

  • Enhancement #4996: Get rid of some cases of unstructured logging

#4996