Version 1.11.5
This commit is contained in:
@@ -308,3 +308,12 @@
|
|||||||
* Allow to customize cache retention days
|
* Allow to customize cache retention days
|
||||||
* Cleanup accounts cache
|
* Cleanup accounts cache
|
||||||
|
|
||||||
|
[1.11.5]
|
||||||
|
* Update Mastodon to 4.1.3
|
||||||
|
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.1.3)
|
||||||
|
* fixing multiple critical security issues (CVE-2023-36460, CVE-2023-36459)
|
||||||
|
* Change OpenGraph-based embeds to allow fullscreen (ClearlyClaire)
|
||||||
|
* Change AccessTokensVacuum to also delete expired tokens (ClearlyClaire)
|
||||||
|
* Change profile updates to be sent to recently-mentioned servers (ClearlyClaire)
|
||||||
|
* Change automatic post deletion thresholds and load detection (ClearlyClaire)
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Federated social network",
|
"tagline": "Federated social network",
|
||||||
"version": "1.11.4",
|
"version": "1.11.5",
|
||||||
"upstreamVersion": "4.1.2",
|
"upstreamVersion": "4.1.3",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1610612736,
|
"memoryLimit": 1610612736,
|
||||||
|
|||||||
Reference in New Issue
Block a user