X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=79f867e629a6737bf803c812d00b1cb8cec7f20a;hb=40c7d6fa173b4c32e6cec9a85f67c050ce20bd25;hp=c89f73907f671c652cac9767f89dde76212241e4;hpb=a859abed2eff7380e5c06c0f6aa4d95d7386d9e7;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index c89f73907..79f867e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,22 @@ 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/). ## [1.0.91] - 2019-??-?? +### Added +- Reverse Proxy: Do not retry failed requests to limit pressure on the peer + ### Fixed - Mastodon API: Inability to get some local users by nickname in `/api/v1/accounts/:id_or_nickname` - Mastodon API: Blocks are now treated consistently between the Streaming API and the Timeline APIs - ActivityPub: Correct addressing of Undo. +- ActivityPub: Correct addressing of profile update activities. +- Mastodon API: Ensure the `account` field is not empty when rendering Notification entities. ### Removed - ActivityPub: The `/objects/:uuid/likes` endpoint. +### Changed +- The `Pleroma.FlakeId` module has been replaced with the `flake_id` library. + ## [1.0.90] - 2019-09-30 ### Security - Mastodon API: respect post privacy in `/api/v1/statuses/:id/{favourited,reblogged}_by`