summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-17 19:09:10 +0000
committerrinpatch <rinpatch@sdf.org>2020-09-17 19:09:10 +0000
commita0f5e8b27edbe2224d9c2c3997ad5b8ea484244b (patch)
tree4a7a0f02e5880b7dff3ac20eaf59d71c7b584e5e /CHANGELOG.md
parent425324aae3d4534bc045466a1cc15653ddfa27d2 (diff)
parent34afc2b0745b39861d9381e69cdb4b9c158f86ee (diff)
Merge branch 'release/2.1.2' into 'stable'v2.1.2
Release/2.1.2 See merge request pleroma/secteam/pleroma!17
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92635f6d0..2f85cc302 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [2.1.2] - 2020-09-17
+
+### Security
+
+- Fix most MRF rules either crashing or not being applied to objects passed into the Common Pipeline (ChatMessage, Question, Answer, Audio, Event).
+
+### Fixed
+
+- Welcome Chat messages preventing user registration with MRF Simple Policy applied to the local instance.
+- Mastodon API: the public timeline returning an error when the `reply_visibility` parameter is set to `self` for an unauthenticated user.
+- Mastodon Streaming API: Handler crashes on authentication failures, resulting in error logs.
+- Mastodon Streaming API: Error logs on client pings.
+- Rich media: Log spam on failures. Now the error is only logged once per attempt.
+
+### Changed
+
+- Rich Media: A HEAD request is now done to the url, to ensure it has the appropriate content type and size before proceeding with a GET.
+
+### Upgrade notes
+
+1. Restart Pleroma
+
## [2.1.1] - 2020-09-08
### Security