From 38c26e762a739ac82cced19c44eb79e0eabb146c Mon Sep 17 00:00:00 2001 From: Nick Barrett Date: Thu, 8 Jul 2021 17:55:39 +0100 Subject: [PATCH] Update changelog for v1.2107081657. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3f93ee..0896136c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v1.2107081657 + +Changes: +- Cleanup request error handling. +- Set release for Sentry. +- Log which app was loaded to PostHog. +- Capture/handle OAuth request errors properly. +- Pass through `werkzeug.HTTPException` errors properly. +- Ignore missing folder UID lists in cleanup. +- Pass utf-8 charset when searching against the server. +- Don't attempt to decode null data. +- Don't raise error when server returns less than expected messages. +- Don't delete oauth responses until tested. + # v1.2107031449 Changes: