Update package version to 1.15.2

This commit is contained in:
Package Updates
2025-04-02 15:08:52 +00:00
parent f77f502118
commit a6a7055837
2 changed files with 15 additions and 1 deletions

View File

@@ -598,3 +598,17 @@
* Update dependency `rack`
* Fix Stoplight errors when using `REDIS_NAMESPACE` ([#​34126](https://github.com/tootsuite/mastodon/issues/34126) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
[1.15.2]
* Update mastodon to 4.3.7
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.3.7)
* Add delay to profile updates to debounce them ([#34137](https://github.com/tootsuite/mastodon/issues/34137) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Add support for paginating partial collections in `SynchronizeFollowersService` ([#34272](https://github.com/tootsuite/mastodon/issues/34272) and [#34277](https://github.com/tootsuite/mastodon/issues/34277) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Change account suspensions to be federated to recently-followed accounts as well ([#34294](https://github.com/tootsuite/mastodon/issues/34294) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Change `AccountReachFinder` to consider statuses based on suspension date ([#32805](https://github.com/tootsuite/mastodon/issues/32805) and [#34291](https://github.com/tootsuite/mastodon/issues/34291) by [@ClearlyClaire](https://github.com/ClearlyClaire) and [@mjankowski](https://github.com/mjankowski))
* Change user archive signed URL TTL from 10 seconds to 1 hour ([#34254](https://github.com/tootsuite/mastodon/issues/34254) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix static version of animated PNG emojis not being properly extracted ([#34337](https://github.com/tootsuite/mastodon/issues/34337) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix filters not applying in detailed view, favourites and bookmarks ([#34259](https://github.com/tootsuite/mastodon/issues/34259) and [#34260](https://github.com/tootsuite/mastodon/issues/34260) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix handling of malformed/unusual HTML ([#34201](https://github.com/tootsuite/mastodon/issues/34201) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix `CacheBuster` being queued for missing media attachments ([#34253](https://github.com/tootsuite/mastodon/issues/34253) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix incorrect URL being used when cache busting ([#34189](https://github.com/tootsuite/mastodon/issues/34189) by [@ClearlyClaire](https://github.com/ClearlyClaire))

View File

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