From ca4404a533d845c113799e78202eda1f8fa90965 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 6 May 2025 15:40:56 +0000 Subject: [PATCH] Update package version to 1.15.3 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 43a5a85..548faf4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -612,3 +612,13 @@ * 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)) +[1.15.3] +* Update mastodon to 4.3.8 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.3.8) +* Add warning for REDIS_NAMESPACE deprecation at startup ([#34581](https://github.com/tootsuite/mastodon/issues/34581) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Add built-in context for interaction policies ([#34574](https://github.com/tootsuite/mastodon/issues/34574) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Change activity distribution error handling to skip retrying for deleted accounts ([#33617](https://github.com/tootsuite/mastodon/issues/33617) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Remove double-query for signed query strings ([#34610](https://github.com/tootsuite/mastodon/issues/34610) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix incorrect redirect in response to unauthenticated API requests in limited federation mode ([#34549](https://github.com/tootsuite/mastodon/issues/34549) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix sign-up e-mail confirmation page reloading on error or redirect ([#34548](https://github.com/tootsuite/mastodon/issues/34548) by [@ClearlyClaire](https://github.com/ClearlyClaire)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index d05602e..399e850 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.15.2", + "version": "1.15.3", "upstreamVersion": "4.3.8", "healthCheckPath": "/about", "httpPort": 8000,