Update package version to 1.17.5

This commit is contained in:
Package Updates
2026-01-21 07:22:45 +00:00
parent cc479463d9
commit 4de52e6330
2 changed files with 15 additions and 1 deletions

View File

@@ -806,3 +806,17 @@
* Fix default `Admin` role not including `view_feeds` permission ([#37301](https://github.com/tootsuite/mastodon/issues/37301) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix hashtag autocomplete replacing suggestion's first characters with input ([#37281](https://github.com/tootsuite/mastodon/issues/37281) by [@ClearlyClaire](https://github.com/ClearlyClaire))
[1.17.5]
* Update mastodon to 4.5.5
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.5.5)
* Skip tombstone creation on deleting from 404 ([#37533](https://github.com/tootsuite/mastodon/issues/37533) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix potential duplicate handling of quote accept/reject/delete ([#37537](https://github.com/tootsuite/mastodon/issues/37537) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix `FeedManager#filter_from_home` error when handling a reblog of a deleted status ([#37486](https://github.com/tootsuite/mastodon/issues/37486) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix needlessly complicated SQL query in status batch removal ([#37469](https://github.com/tootsuite/mastodon/issues/37469) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix `quote_approval_policy` being reset to user defaults when omitted in status update ([#37436](https://github.com/tootsuite/mastodon/issues/37436) and [#37474](https://github.com/tootsuite/mastodon/issues/37474) by [@mjankowski](https://github.com/mjankowski) and [@shleeable](https://github.com/shleeable))
* Fix `Vary` parsing in cache control enforcement ([#37426](https://github.com/tootsuite/mastodon/issues/37426) by [@MegaManSec](https://github.com/MegaManSec))
* Fix missing URI scheme test in `QuoteRequest` handling ([#37425](https://github.com/tootsuite/mastodon/issues/37425) by [@MegaManSec](https://github.com/MegaManSec))
* Fix thread-unsafe ActivityPub activity dispatch ([#37423](https://github.com/tootsuite/mastodon/issues/37423) by [@MegaManSec](https://github.com/MegaManSec))
* Fix URI generation for reblogs by accounts with numerical ActivityPub identifiers ([#37415](https://github.com/tootsuite/mastodon/issues/37415) by [@oneiros](https://github.com/oneiros))
* Fix SignatureParser accepting duplicate parameters in HTTP Signature header ([#37375](https://github.com/tootsuite/mastodon/issues/37375) by [@shleeable](https://github.com/shleeable))

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.17.4",
"version": "1.17.5",
"upstreamVersion": "4.5.5",
"healthCheckPath": "/about",
"httpPort": 8000,