Skip to content

v4.3.0

Compare
Choose a tag to compare
@mgogoulos mgogoulos released this 10 Feb 09:45
· 7 commits to main since this release
0392dbe

This version contains muliple improvements by #1187:

Fixes

  • fixes issues with HLS, and adds test to ensure they won't happen again. The command wouldn't produce HLS for all encodings :(

Updates

  • updates Postgresql used in Docker. For new installations this is ok. For existing ones this is BACKWARDS INCOMPATIBLE, and restore through pg_dump+pg_restore has to be performed in order to utilize Postgres 17 (since its not compatible with previous versions and will complain).
    The error you are getting is this:
FATAL:  database files are incompatible with server
DETAIL:  The data directory was initialized by PostgreSQL version 15, which is not compatible with this version 17.2.

Quick solution: edit docker-compose in use and keep previous version (eg 15.2). Otherwise have to perform a dump+restore

  • update python in Dockerfile
  • updates all python libraries (including Django)

Features

  • allows . and @ in usernames
  • makes md5sum calculation redundant by default, as its not used in places besides admin