diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-03-30 12:52:57 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-05-26 19:57:00 +0200 |
commit | 7618e562b34d4240514d8819407dd6bd3adbe79d (patch) | |
tree | 2e0d9010f8f1317e53266ed276a5e662b3c1b81a /CHANGELOG.md | |
parent | 4505bc1e587ce76683e21a41f90fb2956ed2a084 (diff) | |
download | pleroma-7618e562b34d4240514d8819407dd6bd3adbe79d.tar.gz pleroma-7618e562b34d4240514d8819407dd6bd3adbe79d.zip |
Version 2.5.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1742ee2f4..f6fc6aaee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed ### Removed + +## 2.5.2 + +### Security +- `/proxy` endpoint now sets a Content-Security-Policy (sandbox) +- WebSocket endpoint now respects unauthenticated restrictions for streams of public posts +- OEmbed HTML tags are now filtered + +### Changed +- docs: Be more explicit about the level of compatibility of OTP releases +- Set default background worker timeout to 15 minutes + +### Fixed +- Atom/RSS formatting (HTML truncation, published, missing summary) +- Remove `static_fe` pipeline for `/users/:nickname/feed` +- Stop oban from retrying if validating errors occur when processing incoming data +- Make sure object refetching as used by already received polls follows MRF rules + +### Removed - BREAKING: Support for passwords generated with `crypt(3)` (Gnu Social migration artifact) ## 2.5.1 |