Releases: atsu1125/mastodon
v3.4.8-f5
What's Changed
- Add maintainer to nodeinfo endpoint by @atsu1125 in cb2addf
- Add themecolor to nodeinfo endpoint by @atsu1125 in 5e78d96
- Fix: Change limited federation mode by @atsu1125 in c911096
- Fix: Allow interaction by @atsu1125 in d284146
- Change Profile Views by @atsu1125 in 19f98ea
Full Changelog: v3.4.8-d4...v3.4.8-f5
v3.4.8-d4
Upgrade overview
ℹ️ Requires Mastodon restart
For more information, scroll down to the upgrade instructions section.
What's Changed
- Add badges by @atsu1125 in c099a10
- Add Publish & Update date to announcements by @atsu1125 and @noellabo in fdb9fb4 29d6938
- Fix: able to view toots not with signed in by @atsu1125 in ea5b6aa
Full Changelog: v3.4.8-c3...v3.4.8-d4
Upgrade notes
Other additional steps are likely to apply, please carefully read the upgrade notes for the skipped releases.
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
Non-Docker
- Pull the code:
git fetch
&&git checkout v3.4.8-d4
- Precompile the assets:
RAILS_ENV=production bundle exec rails assets:precompile
- Restart
mastodon-web
andmastodon-sidekiq
:
systemctl reload mastodon-web
systemctl restart mastodon-sidekiq
Docker
The exact steps depend on your setup, but they are likely to match the following:
- Pull the code:
git fetch && git checkout v3.4.8-d4
- Pull the prebuilt images:
docker-compose pull
, or, alternatively, build them yourself:docker-compose build --pull
- Restart all Mastodon processes:
docker-compose up -d
Dependencies
External dependencies have not changed compared to v3.4.8-c3, the compatible Ruby, PostgreSQL, Node, Elasticsearch and Redis versions are the same, that is:
- Ruby: 2.6 to 3.1
- PostgreSQL: 9.5 or newer
- Redis: 4 or newer
- Node: 12 or higher
v3.4.8-c3
Upgrade overview
This release contains upgrade notes that deviate from the norm:
ℹ️ Requires database migration process for zero-downtime deployment
ℹ️ Requires Mastodon restart
For more information, scroll down to the upgrade instructions section.
What's Changed
- Add test by @atsu1125 in 76e9971 7d4cd27 abee6d7 14a6beb 06a8b41 9af8198 f3b11d9 a4a5cbe
- Allow interaction even the user is blocked by @atsu1125 in 5dbbc6a d3110ff
- Option of disable block by @atsu1125 in 82ddb53 c753c93
- Require follow request from bot @atsu1125 in 5a1f4a4 14f748a
- Option of require follow request from remote , Do not allow follow by @atsu1125 in a703281 c2f3041
- [Glitch] Open link in the Mastodon if its link is status by @atsu1125 in 9a2e1fc
- Add badges to glitch and atsu1125 specific settings by @atsu1125 in b74feec 1614abc c7c1401
Full Changelog: v3.4.8-b2...v3.4.8-c3
Upgrade notes
Other additional steps are likely to apply, please carefully read the upgrade notes for the skipped releases.
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
Non-Docker
- Pull the code:
git fetch
&&git checkout v3.4.8-c3
- Precompile the assets:
RAILS_ENV=production bundle exec rails assets:precompile
- Run the database migrations:
RAILS_ENV=production bundle exec rails db:migrate
- Restart
mastodon-web
andmastodon-sidekiq
:
systemctl reload mastodon-web
systemctl restart mastodon-sidekiq
Docker
The exact steps depend on your setup, but they are likely to match the following:
- Pull the code:
git fetch && git checkout v3.4.8-c3
- Pull the prebuilt images:
docker-compose pull
, or, alternatively, build them yourself:docker-compose build --pull
- Run the database migrations:
docker-compose run --rm web rails db:migrate
- Restart all Mastodon processes:
docker-compose up -d
Dependencies
External dependencies have not changed compared to v3.4.8-b2, the compatible Ruby, PostgreSQL, Node, Elasticsearch and Redis versions are the same, that is:
- Ruby: 2.6 to 3.1
- PostgreSQL: 9.5 or newer
- Redis: 4 or newer
- Node: 12 or higher
v3.4.8-b2
What's Changed
- Change: Not require follow to add list by @atsu1125 in 9fba65a
- Fix streaming server sometimes silently dropping subscriptions by @ClearlyClaire in 7c0a3a7
- Update docs by @atsu1125 in 4100baa 9ba69c2 2e605db
Full Changelog: v3.4.8-a1...v3.4.8-b2
Dependencies
External dependencies have not changed compared to v3.4.8-a1, the compatible Ruby, PostgreSQL, Node, Elasticsearch and Redis versions are the same, that is:
- Ruby: 2.6 to 3.1
- PostgreSQL: 9.5 or newer
- Redis: 4 or newer
- Node: 12 or higher
Upgrade notes
Other additional steps are likely to apply, please carefully read the upgrade notes for the skipped releases.
Non-Docker
- Pull the code:
git fetch
&&git checkout v3.4.8-b2
- Precompile the assets:
RAILS_ENV=production bundle exec rails assets:precompile
- Restart all Mastodon processes
Docker
The exact steps depend on your setup, but they are likely to match the following:
- Pull the code:
git fetch && git checkout v3.4.8-b2
- Pull the prebuilt images:
docker-compose pull
, or, alternatively, build them yourself:docker-compose build --pull
- Restart all Mastodon processes:
docker-compose up -d
v3.4.8-a1
What's Changed
Full Changelog: v3.4.8...v3.4.8-a1
Dependencies
External dependencies have not changed compared to v3.4.8, the compatible Ruby, PostgreSQL, Node, Elasticsearch and Redis versions are the same, that is:
- Ruby: 2.6 to 3.1
- PostgreSQL: 9.5 or newer
- Redis: 4 or newer
- Node: 12 or higher
Upgrade notes
Other additional steps are likely to apply, please carefully read the upgrade notes for the skipped releases.
Non-Docker
- Pull the code:
git fetch
&&git checkout v3.4.8-a1
- Precompile the assets:
RAILS_ENV=production bundle exec rails assets:precompile
- Restart
mastodon-web
andmastodon-sidekiq
:
systemctl reload mastodon-web
systemctl restart mastodon-sidekiq
Docker
The exact steps depend on your setup, but they are likely to match the following:
- Pull the code:
git fetch && git checkout v3.4.8-a1
- Pull the prebuilt images:
docker-compose pull
, or, alternatively, build them yourself:docker-compose build --pull
- Restart all Mastodon processes:
docker-compose up -d
v3.4.8
What's Changed
- merge upstream by @atsu1125 in #24
- Change: default to skip signin token by @atsu1125 in #26
- docker CI by @atsu1125 in #28
- Hide blocked by @atsu1125 in #30
- Change whitelist mode by @atsu1125 in #32
- man update, docker image build by @atsu1125 in #34
- merge patch branch by @atsu1125 in #35
- Keybase by @atsu1125 in #36
- Merge Develop bump to 3.4.8 by @atsu1125 in #37
Full Changelog: v3.4.3-20220505...v3.4.8
Dependencies
External dependencies have not changed compared to v3.4.3, the compatible Ruby, PostgreSQL, Node, Elasticsearch and Redis versions are the same, that is:
- Ruby: 2.6 to 3.1
- PostgreSQL: 9.5 or newer
- Redis: 4 or newer
- Node: 12 or higher
Upgrade notes
Other additional steps are likely to apply, please carefully read the upgrade notes for the skipped releases.
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
Non-Docker
- Pull the code:
git fetch
&&git checkout v3.4.8
- Install Ruby dependencies:
bundle install
- Precompile the assets:
RAILS_ENV=production bundle exec rails assets:precompile
- Run the database migrations:
RAILS_ENV=production bundle exec rails db:migrate
- Restart
mastodon-web
andmastodon-sidekiq
:
systemctl reload mastodon-web
systemctl restart mastodon-sidekiq
Docker
The exact steps depend on your setup, but they are likely to match the following:
- Pull the code:
git fetch && git checkout v3.4.8
- Pull the prebuilt images:
docker-compose pull
, or, alternatively, build them yourself:docker-compose build --pull
- Run the database migrations:
docker-compose run --rm web rails db:migrate
- Restart all Mastodon processes:
docker-compose up -d
v3.4.3-20220505
What's Changed
Full Changelog: v3.4.3-20220412...v3.4.3-20220505
v3.4.3-20220412
What's Changed
Full Changelog: v3.4.3-20220130...v3.4.3-20220412
v3.4.3-20220130
Merge pull request #25 from atsu1125/bug-fix Fix NameError on ActivityPub::FetchFeaturedCollectionService (#17326)
v3.4.3-20220119
Merge branch 'develop'