All Versions
19
Latest Version
Avg Release Cycle
70 days
Latest Release
-

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).
  • 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)
  • 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