Pleroma security release: 2.4.4
Pleroma 2.4.4 is a security release. This fixes a bug where a streaming session would unexpectedly remain connected when the corresponding access token is revoked.
Upgrade notes
From source only
Get new dependencies and recompile Pleroma:
MIX_ENV=prod mix deps.get MIX_ENV=prod mix compile
Everyone
- Restart Pleroma
Frontend changes
None
Backend changes
Security
- Streaming API sessions will now properly disconnect if the corresponding token is revoked