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
Get new dependencies and recompile Pleroma:
MIX_ENV=prod mix deps.get MIX_ENV=prod mix compile
Restart Pleroma
Everyone
- Restart Pleroma
Backend changes
Changed
- Accept
application/activity+json
for requests to/.well-known/nodeinfo
Fixed
- Truncate remote user fields, avoids them getting rejected
- Improve the
FollowValidator
to successfully incoming activities with an errantcc
field. - Resolved edge case where the API can report you are following a user but the relationship is not fully established.
- The Swoosh email adapter for Mailgun was missing a new dependency on
:multipart
- Fix Mastodon WebSocket authentication