🔖(minor) bump release version 0.21.0 - #797
Open
kernicPanel wants to merge 2 commits into
Open
Conversation
kernicPanel
force-pushed
the
release/0.21.0
branch
from
August 7, 2026 07:42
29f385e to
96084a9
Compare
Added - ✨(backend) make the upload ACL configurable to support GCS based storages - ✨(frontend) show the messages widget button on the homepage - ✨(frontend) open the messages widget from the help menu - ✨(backend) add an item batch share endpoint gated by ALLOW_SHARE_IMPORT_FILE - ✨(frontend) share an item with contacts imported from a file - ✨(backend) add a quota_excluded flag on items - ✨(backend) apply per-audience attributes to external api items - ✨(backend) add a grant_unlimited_storage command Changed - 🔧(docker) drop the unused pip upgrade and apk caches from the image - ✨(backend) expose item existence in the malware detection admin - ✨(backend) show human readable item size in the admin - 🚚(global) move favorite items API endpoint to `/items/favorites/` Fixed - 🐛(docker) pin collabora image and adapt to its new runtime contract - 🐛(backend) delete malware detection record when purging an item - 🔒️(backend) reject unsafe filenames requested by WOPI renames - 🔒️(backend) analyze file content written through WOPI
The frontend package.json now requires node >= 22, so the crowdin workflows fail at yarn install with the node 20 they still request. Align them with drive-frontend.yml and update the reusable job default so future callers cannot regress silently.
kernicPanel
force-pushed
the
release/0.21.0
branch
from
August 7, 2026 13:30
00247f2 to
2117f0d
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Added
Changed
/items/favorites/Fixed