diff --git a/CHANGELOG b/CHANGELOG index c63ea6d..6c8ec78 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -710,3 +710,17 @@ * Fix getting `Create` and `Update` out of order ([#36176](https://github.com/tootsuite/mastodon/issues/36176) by [@ClearlyClaire](https://github.com/ClearlyClaire)) * Fix quotes with Content Warnings but no text being shown without Content Warnings ([#36150](https://github.com/tootsuite/mastodon/issues/36150) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +[1.16.6] +* Update mastodon to 4.4.6 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.4.6) +* Update dependencies `rack` and `uri` +* Fix streaming server connection not being closed on user suspension (by [@ThisIsMissEm](https://github.com/ThisIsMissEm), [GHSA-r2fh-jr9c-9pxh](https://github.com/mastodon/mastodon/security/advisories/GHSA-r2fh-jr9c-9pxh)) +* Fix password change through admin CLI not invalidating existing sessions and access tokens (by [@ThisIsMissEm](https://github.com/ThisIsMissEm), [GHSA-f3q3-rmf7-9655](https://github.com/mastodon/mastodon/security/advisories/GHSA-f3q3-rmf7-9655)) +* Fix streaming server allowing access to public timelines even without the `read` or `read:statuses` OAuth scopes (by [@ThisIsMissEm](https://github.com/ThisIsMissEm), [GHSA-7gwh-mw97-qjgp](https://github.com/mastodon/mastodon/security/advisories/GHSA-7gwh-mw97-qjgp)) +* Add support for processing quotes of deleted posts signaled through a `Tombstone` ([#36381](https://github.com/tootsuite/mastodon/issues/36381) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix quote post state sometimes not being updated through streaming server ([#36408](https://github.com/tootsuite/mastodon/issues/36408) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix inconsistent pending tags count on admin dashboard ([#36404](https://github.com/tootsuite/mastodon/issues/36404) by [@mjankowski](https://github.com/mjankowski)) +* Fix JSON payload being potentially mutated when processing interaction policies ([#36392](https://github.com/tootsuite/mastodon/issues/36392) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix quotes not being displayed in email notifications ([#36379](https://github.com/tootsuite/mastodon/issues/36379) by [@diondiondion](https://github.com/diondiondion)) +* Fix redirect to external object when URL is missing or malformed ([#36347](https://github.com/tootsuite/mastodon/issues/36347) by [@ClearlyClaire](https://github.com/ClearlyClaire)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index d8ea323..2e15f10 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.16.5", + "version": "1.16.6", "upstreamVersion": "4.4.6", "healthCheckPath": "/about", "httpPort": 8000,