Pleroma Release: 2.9.0

Pleroma 2.9.0 is a feature, bugfix and security release. Please read through the changelog to see the changes in detail. As it is a security release, immediate update is recommended.

Upgrade notes

From source only

  1. Get new dependencies and recompile Pleroma:

    MIX_ENV=prod mix deps.get
    MIX_ENV=prod mix compile
    
  2. Restart Pleroma

Everyone

  1. Run database migrations (inside Pleroma directory):
    • OTP: ./bin/pleroma_ctl migrate
    • From Source: mix ecto.migrate
  2. Restart Pleroma

Backend changes

Security

Changed

Added

Fixed

Removed

— lain