All Versions
19
Latest Version
Avg Release Cycle
70 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.0 Changes
- ๐ Replace the deprecated aioredis with redis-py
- โก๏ธ Optimize how we fetch the current (latest) revision of items
-
v0.9.1 Changes
- โก๏ธ Update pinned Django version (only matters if using
requirements.txt
).
- โก๏ธ Update pinned Django version (only matters if using
-
v0.9.0 Changes
- โ Add LDAP support for checking the validity of a username
- ๐ Allow specifying engine-specific database options
- ๐ Fix crash on shutdown when redis isn't used
- ๐ฆ Reorganize the code to be a valid Python package
-
v0.8.3 Changes
- ๐ Fix compatibility with latest fastapi
-
v0.8.2 Changes
- โก๏ธ Update dependencies again
-
v0.8.1 Changes
- ๐ Fix Error
404 Not Found
for Static Files - ๐ Fix Django 3.2 warnings
- โก๏ธ Update dependencies while (keep Django 3.2 LTS)
- ๐ Fix Error
-
v0.8.0 Changes
- โก๏ธ Update django dep.
- ๐ Fix issue with comparing ports in hostname verification with self-hosted servers.
- ๐ Fix sendfile settings to be more correct.
- ๐ Improve easy config (make it clear media_root needs to be set)
- ๐ Handle stoken being the empty string
- ๐ Fix mysql/mariadb support
- Switch to FastAPI for the server component
-
v0.7.0 Changes
- Chunks: improve the chunk download endpoint to use sendfile extensions
- ๐ Chunks: support not passing chunk content if exists
- Chunks: fix chunk uploading media type to accept everything
- Gracefull handle uploading the same revision
- Pass generic context to callbacks instead of the whole view
- ๐ Fix handling of some validation errors
-
v0.6.1 Changes
- Collection: save the UID on the model to use the db for enforcing uniqueness
-
v0.6.0 Changes
- ๐ Fix stoken calculation performance - was VERY slow in some rare cases
- ๐ Fix issues with host verification failing with a custom port - part 2