------------------
- Expanded virtual folder APIs
- Downloading and uploading large files from virtual folders via streaming (70)
- Inviting other users and accepting such invitations with three-level permissions
(read-only, read-write, read-write-delete) for collaboration via virtual folders
(80)
- Now it requires explicit "recursive" option to remove directories (89)
- New "mkdir" API to create empty directories (89)
- Support listing files in the session's main container. (63)
- All API endpoints are now available *without* version prefixes, as we migrate
to the vanilla aiohttp v3.4 release. (78)
- Change `user_id` column type of `keypairs` model from integer to string.
Now it can be used to store the user emails, UUIDs, or whatever identifiers
depending on the operator's environment.
Clients must be upgrade to 1.3.7 or higher to use string `user_id` properly.
(The client will auto-detect the type by trying type casting.)