Pleroma Bugfix Release: 2.7.1

Pleroma 2.7.1 is a bugfix release. Please read through the changelog to see the changes in detail.

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. Restart Pleroma

Backend changes

Changed

Fixed

— lanodan