Version 1.12.4

This commit is contained in:
Girish Ramakrishnan 2024-01-24 16:55:30 +01:00
parent 31ab0ce6c5
commit 816ac7c8ba
2 changed files with 12 additions and 2 deletions

View file

@ -423,3 +423,13 @@
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.3)
* Fix dependency on json-canonicalization version that has been made unavailable since last release
[1.12.4]
* Update Mastodon to 4.2.4
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.4)
* Add rate-limit of TOTP authentication attempts at controller level (ClearlyClaire)
* Fix error when processing remote files with unusually long names (ClearlyClaire)
* Fix processing of compacted single-item JSON-LD collections (ClearlyClaire)
* Retry 401 errors on replies fetching (ShadowJonathan)
* Fix RecordNotUnique errors in LinkCrawlWorker (tribela)
* Fix Mastodon not correctly processing HTTP Signatures with query strings (ClearlyClaire, ClearlyClaire)

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.12.3",
"upstreamVersion": "4.2.3",
"version": "1.12.4",
"upstreamVersion": "4.2.4",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,