Mastodon

Communication

A free, decentralized social network server.

Latest v4.4.22 · by Mastodon gGmbHWebsitemastodon/mastodon

Release activity

Release activity — 10 releases across 4 days since Jun 25, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jun 25, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026
MondayNo releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 20263 releases on Jul 27, 2026No releases on Aug 3, 2026
TuesdayNo releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026
WednesdayNo releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026
Thursday3 releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 20263 releases on Aug 6, 2026
FridayNo releases on Jun 26, 20261 release on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026

10 releases since Jun 25, 2026, busiest day 3

Changelog

v4.4.22

Fixed 3
  • Fix typo in embedded quote handling code
  • Fix account merging worker incorrectly merging Appeal and AccountWarning records
  • Fix off-by-one in handling of updated remote posts allowing up to 5 attachments

[!NOTE] While we continue to support Mastodon 4.4 and release patches for it, please note that Mastodon 4.6 is available with new features, changes and fixes. We encourage administrators to update to the latest 4.6 version when they can.

Changelog
Fixed
  • Fix typo in embedded quote handling code (#40049 by @shleeable)
  • Fix account merging worker incorrectly merging Appeal and AccountWarning records (#39982 by @shleeable)
  • Fix off-by-one in handling of updated remote posts allowing up to 5 attachments (#39978 by @shleeable)
Upgrade notes

To get the code for v4.4.22, use git fetch && git checkout v4.4.22.

[!NOTE] As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.4.1:

  • Ruby: 3.2 or newer
  • PostgreSQL: 13 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 6.2 or newer
  • Node: 20 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.4.21.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.4.0 release notes.

  1. Restart all Mastodon processes.
View originalPermalink
How v4.4.22 went

v4.5.15

Fixed 3
  • Fix typo in embedded quote handling code
  • Fix account merging worker incorrectly merging Appeal and AccountWarning records
  • Fix off-by-one in handling of updated remote posts allowing up to 5 attachments
Changelog
Fixed
  • Fix typo in embedded quote handling code (#40049 by @shleeable)
  • Fix account merging worker incorrectly merging Appeal and AccountWarning records (#39982 by @shleeable)
  • Fix off-by-one in handling of updated remote posts allowing up to 5 attachments (#39978 by @shleeable)
Upgrade notes

To get the code for v4.5.15, use git fetch && git checkout v4.5.15.

[!NOTE] As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.5.0.

  • Ruby: 3.2 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 20.19 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.5.14.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.5.0 release notes.

  1. Restart all Mastodon processes.
View originalPermalink
How v4.5.15 went

v4.6.5

Fixed 7
  • Fix Collection items being rejected because of incorrect attribute being read
  • Fix typo in embedded quote handling code
  • Fix account merging worker incorrectly merging Appeal and AccountWarning records
  • Fix off-by-one in handling of updated remote posts allowing up to 5 attachments
  • Fix collection items limit not being consistently applied
  • Fix oversized profile image crop uploads
  • Fix emoji autocomplete sometimes suggesting emojis for earlier keystrokes
Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog
Fixed
  • Fix Collection items being rejected because of incorrect attribute being read (#40052 by @shleeable)
  • Fix typo in embedded quote handling code (#40049 by @shleeable)
  • Fix account merging worker incorrectly merging Appeal and AccountWarning records (#39982 by @shleeable)
  • Fix off-by-one in handling of updated remote posts allowing up to 5 attachments (#39978 by @shleeable)
  • Fix collection items limit not being consistently applied (#39969 by @oneiros)
  • Fix oversized profile image crop uploads (#39958 by @sharlayan)
  • Fix emoji autocomplete sometimes suggesting emojis for earlier keystrokes (#39947 by @ChaosExAnima)
Upgrade notes

To get the code for v4.6.5, use git fetch && git checkout v4.6.5.

[!NOTE] As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.6.0.

  • Ruby: 3.3 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 22 or newer
  • libvips: 8.13 or newer
  • FFMpeg: 5.1 or newer
Update steps

The following instructions are for updating from 4.6.4.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.6.0 release notes.

Non-Docker
  1. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  2. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.
View originalPermalink
How v4.6.5 went

v4.4.21

Fixed 8
  • Fix performance of user-focused queries in admin dashboard
  • Fix Web Push subscription deletion endpoint incorrectly expecting anti-CSRF tokens
  • Fix ActivityPub::Activity::Create trying to re-create known statuses when author changes
  • Fix lax relevancy check in inbound activity processing
  • Fix Account::Merging concern not supporting Quotes, refactor it
  • Fix suspended accounts not being removed from follow request count in /api/v1/accounts/verify_credentials
  • Fix followed tags not being properly cleaned up when an account is deleted
  • Fix autofollow option being ignored in invite moderation interface
Security 3
  • Fix incorrect permission enforcement
  • Fix SSRF protection bypass via IPv4-compatible IPv6 addresses
  • Update dependencies

[!NOTE] While we continue to support Mastodon 4.4 and release patches for it, please note that Mastodon 4.6 is available with new features, changes and fixes. We encourage administrators to update to the latest 4.6 version when they can.

Changelog
Security
Fixed
  • Fix performance of user-focused queries in admin dashboard (#39929 by @ClearlyClaire)
  • Fix Web Push subscription deletion endpoint incorrectly expecting anti-CSRF tokens (#39918 by @ClearlyClaire)
  • Fix ActivityPub::Activity::Create trying to re-create known statuses when author changes (#39916 by @ClearlyClaire)
  • Fix lax relevancy check in inbound activity processing (#39892 by @ClearlyClaire)
  • Fix Account::Merging concern not supporting Quotes, refactor it (#39884 by @ClearlyClaire)
  • Fix suspended accounts not being removed from follow request count in /api/v1/accounts/verify_credentials (#39858 by @ClearlyClaire)
  • Fix followed tags not being properly cleaned up when an account is deleted (#39824 by @shleeable)
  • Fix autofollow option being ignored in invite moderation interface (#39819 by @shleeable)
Upgrade notes

To get the code for v4.4.21, use git fetch && git checkout v4.4.21.

[!NOTE] As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.4.1:

  • Ruby: 3.2 or newer
  • PostgreSQL: 13 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 6.2 or newer
  • Node: 20 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.4.20.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.4.0 release notes.

Non-Docker

[!TIP] The charlock_holmes gem may fail to build on some systems with recent versions of gcc. If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install
  2. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.
View originalPermalink
How v4.4.21 went

v4.5.14

Fixed 12
  • Fix being unable to vote in polls without an expiration date
  • Fix performance of user-focused queries in admin dashboard
  • Fix Web Push subscription deletion endpoint incorrectly expecting anti-CSRF tokens
  • Fix ActivityPub::Activity::Create trying to re-create known statuses when author changes
  • Fix typo in quotes list error handling
  • Fix lax relevancy check in inbound activity processing
Security 3
  • Fix incorrect permission enforcement
  • Fix SSRF protection bypass via IPv4-compatible IPv6 addresses
  • Update dependencies
Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog
Security
Fixed
  • Fix being unable to vote in polls without an expiration date (#39949 by @ClearlyClaire)
  • Fix performance of user-focused queries in admin dashboard (#39929 by @ClearlyClaire)
  • Fix Web Push subscription deletion endpoint incorrectly expecting anti-CSRF tokens (#39918 by @ClearlyClaire)
  • Fix ActivityPub::Activity::Create trying to re-create known statuses when author changes (#39916 by @ClearlyClaire)
  • Fix typo in quotes list error handling (#39904 by @shleeable)
  • Fix lax relevancy check in inbound activity processing (#39892 by @ClearlyClaire)
  • Fix Account::Merging concern not supporting Quotes, refactor it (#39884 by @ClearlyClaire)
  • Fix suspended accounts not being removed from follow request count in /api/v1/accounts/verify_credentials (#39858 by @ClearlyClaire)
  • Fix followed tags not being properly cleaned up when an account is deleted (#39824 by @shleeable)
  • Fix CW being copied to body when editing quote posts with empty text (#39823 and #39837 by @shleeable and @ClearlyClaire)
  • Fix handling of QuoteRequest rejections when those can't be found by id (#39820 by @shleeable)
  • Fix autofollow option being ignored in invite moderation interface (#39819 by @shleeable)
Upgrade notes

To get the code for v4.5.14, use git fetch && git checkout v4.5.14.

[!NOTE] As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.5.0.

  • Ruby: 3.2 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 20.19 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.5.13.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.5.0 release notes.

Non-Docker

[!TIP] The charlock_holmes gem may fail to build on some systems with recent versions of gcc. If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install and yarn install --immutable
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.
View originalPermalink
How v4.5.14 went

v4.6.4

Changed 1
  • Change autosuggestions to include second word in web UI
Fixed 16
  • Fix being unable to vote in polls without an expiration date
  • Fix performance of user-focused queries in admin dashboard
  • Fix Web Push subscription deletion endpoint incorrectly expecting anti-CSRF tokens
  • Fix ActivityPub::Activity::Create trying to re-create known statuses when author changes
  • Fix typo in quotes list error handling
  • Fix lax relevancy check in inbound activity processing
Security 3
  • Fix incorrect permission enforcement
  • Fix SSRF protection bypass via IPv4-compatible IPv6 addresses
  • Update dependencies
Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog
Security
Changed
  • Change autosuggestions to include second word in web UI (#39622 and #39696 by @Gargron and @zunda)
Fixed
  • Fix being unable to vote in polls without an expiration date (#39949 by @ClearlyClaire)
  • Fix performance of user-focused queries in admin dashboard (#39929 by @ClearlyClaire)
  • Fix Web Push subscription deletion endpoint incorrectly expecting anti-CSRF tokens (#39918 by @ClearlyClaire)
  • Fix ActivityPub::Activity::Create trying to re-create known statuses when author changes (#39916 by @ClearlyClaire)
  • Fix typo in quotes list error handling (#39904 by @shleeable)
  • Fix lax relevancy check in inbound activity processing (#39892 by @ClearlyClaire)
  • Fix Account::Merging concern not supporting Quotes or Collections, refactor it (#39884 by @ClearlyClaire)
  • Fix various emoji search issues (#39815 by @ChaosExAnima)
  • Fix swapped order of "accept/reject" actions in follow requests (#39862 by @diondiondion)
  • Fix suspended accounts not being removed from follow request count in /api/v1/accounts/verify_credentials (#39858 by @ClearlyClaire)
  • Fix "Learn more" link target in column post privacy hint (#39829 by @diondiondion)
  • Fix page refresh when trying to save custom profile fields (#39828 by @diondiondion)
  • Fix followed tags not being properly cleaned up when an account is deleted (#39824 by @shleeable)
  • Fix CW being copied to body when editing quote posts with empty text (#39823 and #39837 by @shleeable and @ClearlyClaire)
  • Fix handling of QuoteRequest rejections when those can't be found by id (#39820 by @shleeable)
  • Fix autofollow option being ignored in invite moderation interface (#39819 by @shleeable)
  • Fix pagination overlapping announcement reactions bar (#39814 by @diondiondion)
  • Fix very wide images overflowing posts horizontally (#39812 by @diondiondion)
  • Fix collections not being removed when an account is deleted (#39809 by @oneiros)
  • Fix account followed languages selector (#39801 by @ChaosExAnima)
  • Fix error handling in ActivityPub::ProcessFeaturedItemService (#39787 by @ClearlyClaire)
  • Fix display of past relative times (#39742 by @ClearlyClaire)
  • Fix pinned post button width (#39724 by @ChaosExAnima)
Upgrade notes

To get the code for v4.6.4, use git fetch && git checkout v4.6.4.

[!NOTE] As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.6.0.

  • Ruby: 3.3 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 22 or newer
  • libvips: 8.13 or newer
  • FFMpeg: 5.1 or newer
Update steps

The following instructions are for updating from 4.6.3.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.6.0 release notes.

Non-Docker

[!TIP] The charlock_holmes gem may fail to build on some systems with recent versions of gcc. If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install and yarn install --immutable
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.
View originalPermalink
How v4.6.4 went

v4.6.3

Added 2
  • Add "Update available" navigation item at top of navbar when new Mastodon versions are available
  • Add rendering of post images in emails
Fixed 11
  • Fix "view collection" menu item appearing on collection page
  • Fix incorrect filter cache key sometimes causing incorrect filters to be applied
  • Fix missing `to_json` to publish announcement reaction worker
  • Fix duplicate "clear" button shown in main search input in Chrome
  • Fix visual glitch with the spoiler button
  • Fix invisible username during post highlight animation
Security 1
  • Update dependencies
Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog
Security
  • Update dependencies
Added
  • Add “Update available” navigation item at top of navbar when new Mastodon versions are available (#39705 by @ClearlyClaire)
  • Add rendering of post images in emails (#39636 by @diondiondion)
Fixed
  • Fix “view collection” menu item appearing on collection page (#39694 by @mkljczk)
  • Fix incorrect filter cache key sometimes causing incorrect filters to be applied (#39698 by @ClearlyClaire)
  • Fix missing to_json to publish announcement reaction worker (#39685 by @mjankowski)
  • Fix duplicate "clear" button shown in main search input in Chrome (#39679 by @diondiondion)
  • Fix visual glitch with the spoiler button (#39677 by @ChaosExAnima)
  • Fix invisible username during post highlight animation (#39659 by @diondiondion)
  • Fix follow button floating on profiles when overview landing page is enabled (#39650 by @FFederi)
  • Fix encryption warning "read more" link (#39635 by @thomas-pike)
  • Fix tootctl media lookup failing on some setups (#39615 by @brookmiles)
  • Fix visible transparent navigation link borders in Windows forced-contrast mode (#39614 by @diondiondion)
  • Fix crash with some browser extensions injecting custom elements in the page (#39507 by @OriginalRoOhi)
Upgrade notes

To get the code for v4.6.3, use git fetch && git checkout v4.6.3.

[!NOTE] As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.6.0.

  • Ruby: 3.3 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 22 or newer
  • libvips: 8.13 or newer
  • FFMpeg: 5.1 or newer
Update steps

The following instructions are for updating from 4.6.2.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.6.0 release notes.

Non-Docker

[!TIP] The charlock_holmes gem may fail to build on some systems with recent versions of gcc. If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install and yarn install --immutable
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.
View originalPermalink
How v4.6.3 went

v4.4.20

Security 1
  • Update FFmpeg version used in the container image to fix CVE-2026-8461 (critical severity)

[!NOTE] While we continue to support Mastodon 4.4 and release patches for it, please note that Mastodon 4.5 is available with new features, changes and fixes. We encourage administrators to update to the latest 4.5 version when they can.

This release is made solely to update FFmpeg in our docker container images to fix CVE-2026-8461 (critical severity). It is critical to update if you use our docker container images.

If you are not using our docker container images, please make sure your system FFmpeg is updated to a fixed version, that is, 8.1.2, 7.1.5, 6.1.6, or 5.1.10.

For the recently released v4.4.19, see 4.4.19 release notes for information.

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog
Security
  • Update FFMpeg version used in the container image to fix CVE-2026-8461 (critical severity)
Upgrade notes

To get the code for v4.4.20, use git fetch && git checkout v4.4.20.

[!NOTE] As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.4.1:

  • Ruby: 3.2 or newer
  • PostgreSQL: 13 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 6.2 or newer
  • Node: 20 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.4.19.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.4.0 release notes.

  1. Restart all Mastodon processes.
View originalPermalink
How v4.4.20 went

v4.5.13

Security 1
  • Update FFmpeg version used in the container image to fix CVE-2026-8461 (critical severity)

This release is made solely to update FFmpeg in our docker container images to fix CVE-2026-8461 (critical severity). It is critical to update if you use our docker container images.

If you are not using our docker container images, please make sure your system FFmpeg is updated to a fixed version, that is, 8.1.2, 7.1.5, 6.1.6, or 5.1.10.

For the recently released v4.5.12, see 4.5.12 release notes for information.

Changelog
Security
  • Update FFMpeg version used in the container image to fix CVE-2026-8461 (critical severity)
Upgrade notes

To get the code for v4.5.13, use git fetch && git checkout v4.5.13.

[!NOTE] As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.5.0.

  • Ruby: 3.2 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 20.19 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.5.12.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.5.0 release notes.

  1. Restart all Mastodon processes.
View originalPermalink
How v4.5.13 went

v4.6.2

Security 1
  • Update FFmpeg version used in the container image to fix CVE-2026-8461 (critical severity)

This release is made solely to update FFmpeg in our docker container images to fix CVE-2026-8461 (critical severity). It is critical to update if you use our docker container images.

If you are not using our docker container images, please make sure your system FFmpeg is updated to a fixed version, that is, 8.1.2, 7.1.5, 6.1.6, or 5.1.10.

For the recently released v4.6.1, see 4.6.1 release notes for information.

Changelog
Security
  • Update FFMpeg version used in the container image to fix CVE-2026-8461 (critical severity)
Upgrade notes

To get the code for v4.6.2, use git fetch && git checkout v4.6.2.

[!NOTE] As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.6.0.

  • Ruby: 3.3 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 22 or newer
  • libvips: 8.13 or newer
  • FFMpeg: 5.1 or newer
Update steps

The following instructions are for updating from 4.6.1.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.6.0 release notes.

  1. Restart all Mastodon processes.
View originalPermalink
How v4.6.2 went
View all

Discussion