Mastodon v2.8.4 Release Notes

Release Date: 2019-05-24 // almost 5 years ago
  • Mastodon

    ๐Ÿ”„ Changelog

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix delivery not retrying on some inbox errors that should be retriable (ThibG)
    • ๐Ÿ›  Fix unnecessary 5 minute cooldowns on signature verifications in some cases (ThibG)
    • ๐Ÿ›  Fix possible race condition when processing statuses (ThibG)

    ๐Ÿ”’ Security

    • Require specific OAuth scopes for specific endpoints of the streaming API, instead of merely requiring a token for all endpoints, and allow using WebSockets protocol negotiation to specify the access token instead of using a query string (ThibG)

    โฌ†๏ธ Upgrade notes

    Because this is a backport, it is not available with git pull. Use git fetch && git checkout v2.8.4

    ๐Ÿณ Both Docker and non-Docker:

    ๐Ÿฑ 1. Precompile the assets:

    • Non-Docker: RAILS_ENV=production bundle exec rails assets:precompile
    • Docker: The assets are already precompiled during the build step
      1. Restart all Mastodon processes