mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-25 01:00:59 +00:00
Version 1.12.4
This commit is contained in:
parent
31ab0ce6c5
commit
816ac7c8ba
2 changed files with 12 additions and 2 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -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)
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue