summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-05-26 20:27:33 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-05-26 23:47:50 +0200
commit869f0d24a640ccdd0e075939abae5edae5f4cc84 (patch)
treee82765f2adf9213d429cbcbe97e1fe961e33a53f /CHANGELOG.md
parentcd9d6a12abb745f6a060434c13ca6d85f43a4e02 (diff)
parent7618e562b34d4240514d8819407dd6bd3adbe79d (diff)
downloadpleroma-869f0d24a640ccdd0e075939abae5edae5f4cc84.tar.gz
pleroma-869f0d24a640ccdd0e075939abae5edae5f4cc84.zip
Merge branch 'release/2.5.2' into mergeback/2.5.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d251050c..42a1bbb8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
- BREAKING: Support for passwords generated with `crypt(3)` (Gnu Social migration artifact)
+## 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
### Added