Track failed proxy urls and don't request them again

This commit is contained in:
Sergey Suprunenko 2019-10-01 20:00:27 +00:00 committed by Ariadne Conill
commit 7307d7d676
4 changed files with 82 additions and 9 deletions

View file

@ -4,6 +4,9 @@ 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