File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ The following sections list the changes for unreleased.
6464## Summary
6565
6666* Bugfix - Fix deny access for graph roles: [#10627](https://github.com/owncloud/ocis/pull/10627)
67+ * Bugfix - Fix possible race condition when a thumbnails is stored in the FS: [#10693](https://github.com/owncloud/ocis/pull/10693)
6768* Bugfix - Skip fetching members: [#10701](https://github.com/owncloud/ocis/pull/10701)
6869* Enhancement - Fetch shared resource metadata concurrently in graph: [#10683](https://github.com/owncloud/ocis/pull/10683)
6970
@@ -78,6 +79,15 @@ The following sections list the changes for unreleased.
7879
7980 https://github.com/owncloud/ocis/pull/10627
8081
82+ * Bugfix - Fix possible race condition when a thumbnails is stored in the FS: [#10693](https://github.com/owncloud/ocis/pull/10693)
83+
84+ A race condition could cause the thumbnail service to return a thumbnail with 0
85+ bytes or with partial content. In order to fix this, the service will create a
86+ temporary file with the contents and then rename that file to its final
87+ location.
88+
89+ https://github.com/owncloud/ocis/pull/10693
90+
8191* Bugfix - Skip fetching members: [#10701](https://github.com/owncloud/ocis/pull/10701)
8292
8393 We now skip fetching group members when they are not needed.
You can’t perform that action at this time.
0 commit comments