Version 1.11.5

This commit is contained in:
Girish Ramakrishnan 2023-07-06 19:54:25 +05:30
parent 56896d2d63
commit db96875255
2 changed files with 11 additions and 2 deletions

View file

@ -308,3 +308,12 @@
* Allow to customize cache retention days
* 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)

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.11.4",
"upstreamVersion": "4.1.2",
"version": "1.11.5",
"upstreamVersion": "4.1.3",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,