Mastodon v3.5.1 Release Notes
Release Date: 2022-04-08 // over 2 years ago-
โ Added
- โ Add pagination for trending statuses in web UI (Gargron)
๐ Changed
- ๐ Change e-mail notifications to only be sent when recipient is offline (Gargron)
- Send e-mails for mentions and follows by default again
- But only when recipient does not have push notifications through an app
- ๐ Change
website
attribute to be nullable onApplication
entity in REST API (rinsuki)
โ Removed
- โ Remove sign-in token authentication, instead send e-mail about new sign-in (Gargron)
- You no longer need to enter a security code sent through e-mail
- Instead you get an e-mail about a new sign-in from an unfamiliar IP address
๐ Fixed
- ๐ Fix error responses for
from
search prefix (single-right-quote) - ๐ Fix dangling language-specific trends (Gargron)
- ๐ Fix extremely rare race condition when deleting a status or account (ClearlyClaire)
- ๐ Fix trends returning less results per page when filtered in REST API (Gargron)
- ๐ Fix pagination header on empty trends responses in REST API (Gargron)
- ๐ Fix cookies secure flag being set when served over Tor (Gargron)
- ๐ Fix migration error handling (ClearlyClaire)
- ๐ Fix error when re-running some migrations if they get interrupted at the wrong moment (ClearlyClaire)
- ๐ Fix potentially missing statuses when reconnecting to streaming API in web UI (ClearlyClaire, ClearlyClaire, ClearlyClaire)
- ๐ Fix error when sending warning emails with custom text (ClearlyClaire)
- Fix unset
SMTP_RETURN_PATH
environment variable causing e-mail not to send (Gargron) - ๐ Fix possible duplicate statuses in timelines in some edge cases in web UI (ClearlyClaire)
- ๐ Fix spurious edits and require incoming edits to be explicitly marked as such (ClearlyClaire)
- ๐ Fix error when encountering invalid pinned statuses (ClearlyClaire)
- ๐ Fix inconsistency in error handling when removing a status (ClearlyClaire)
- ๐ Fix admin API unconditionally requiring CSRF token (ClearlyClaire)
- ๐ Fix trending tags endpoint missing
offset
param in REST API (Gargron) - ๐ Fix unusual number formatting in some locales (ClearlyClaire)
- ๐ฎ Fix
S3_FORCE_SINGLE_REQUEST
environment variable not working (HolgerHuo) - ๐ Fix failure to build assets with OpenSSL 3 (ClearlyClaire)
- ๐ Fix PWA manifest using outdated routes (HolgerHuo)
- ๐ Fix error when indexing statuses into Elasticsearch (ClearlyClaire)