diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-17 20:40:52 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-17 21:22:03 +0300 |
commit | b751c5babc159586ce2bf349e7a2f8a06e3bb7e4 (patch) | |
tree | 3a79f8b182cf7f9f342785c200783360320fbf53 | |
parent | a5d6c9aa8edd70f09ad252171589ff3fbfa88006 (diff) | |
download | pleroma-b751c5babc159586ce2bf349e7a2f8a06e3bb7e4.tar.gz pleroma-b751c5babc159586ce2bf349e7a2f8a06e3bb7e4.zip |
CHANGELOG.md: Add 2.1.2 entry
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7125e6c1d..2f85cc302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,27 @@ 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/). -## unreleased-patch - ??? +## [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) +- 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 +- 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 |