You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [4.5.6] - 2026-02-03
6
+
7
+
### Security
8
+
9
+
- Fix ActivityPub collection caching logic for pinned posts and featured tags not checking blocked accounts ([GHSA-ccpr-m53r-mfwr](https://github.com/mastodon/mastodon/security/advisories/GHSA-ccpr-m53r-mfwr))
10
+
11
+
### Changed
12
+
13
+
- Shorten caching of quote posts pending approval (#37570 and #37592 by @ClearlyClaire)
14
+
15
+
### Fixed
16
+
17
+
- Fix relationship cache not being cleared when handling account migrations (#37664 by @ClearlyClaire)
18
+
- Fix quote cancel button not appearing after edit then delete-and-redraft (#37066 by @PGrayCS)
19
+
- Fix followers with profile subscription (bell icon) being notified of post edits (#37646 by @ClearlyClaire)
20
+
- Fix error when encountering invalid tag in updated object (#37635 by @ClearlyClaire)
21
+
- Fix cross-server conversation tracking (#37559 by @ClearlyClaire)
22
+
- Fix recycled connections not being immediately closed (#37335 and #37674 by @ClearlyClaire and @shleeable)
0 commit comments