Update package version to 1.14.3

This commit is contained in:
Package Updates 2025-01-17 08:46:12 +00:00
parent 46fa3c50d0
commit aea13f34eb
2 changed files with 12 additions and 1 deletions

View file

@ -549,3 +549,14 @@
* Fix 'unknown' media attachment type rendering ([#​32613](https://github.com/tootsuite/mastodon/issues/32613) and [#​32713](https://github.com/tootsuite/mastodon/issues/32713) by [@​ThisIsMissEm](https://github.com/ThisIsMissEm) and [@​renatolond](https://github.com/renatolond))
* Fix tl language native name ([#​32606](https://github.com/tootsuite/mastodon/issues/32606) by [@​seav](https://github.com/seav))
[1.14.3]
* Update mastodon to 4.3.3
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.3.3)
* Fix insufficient validation of account URIs ([GHSA-5wxh-3p65-r4g6](https://github.com/mastodon/mastodon/security/advisories/GHSA-5wxh-3p65-r4g6))
* Update dependencies
* Fix `libyaml` missing from `Dockerfile` build stage ([#​33591](https://github.com/tootsuite/mastodon/issues/33591) by [@​vmstan](https://github.com/vmstan))
* Fix incorrect notification settings migration for non-followers ([#​33348](https://github.com/tootsuite/mastodon/issues/33348) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
* Fix down clause for notification policy v2 migrations ([#​33340](https://github.com/tootsuite/mastodon/issues/33340) by [@​jesseplusplus](https://github.com/jesseplusplus))
* Fix error decrementing status count when `FeaturedTags#last_status_at` is `nil` ([#​33320](https://github.com/tootsuite/mastodon/issues/33320) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
* Fix last paginated notification group only including data on a single notification ([#​33271](https://github.com/tootsuite/mastodon/issues/33271) 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.14.2",
"version": "1.14.3",
"upstreamVersion": "4.3.3",
"healthCheckPath": "/about",
"httpPort": 8000,