Releases: mediacms-io/mediacms
Releases · mediacms-io/mediacms
v4.3.0
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