From 3d9e68eb2f1695a92dd1473baa1149887a5c7ca2 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Fri, 23 Jun 2023 14:00:16 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff2ee3..a741fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.5.1 (2023-06-23) +Efficiency and compatibility updates +### Fixed +* Detect and bail out on irrelevant activities earlier in the flow to save work (several softwares seem to be spamming every known guppe actor with all their public activity) +* Fix cache retrieval of actor keys during signature verification +* Detect and bail out on unverifiable deletes before trying to fetch the actor +* Fix real ip address not logged behind reverse proxy +* Increase log storage ## v1.5.0 (2023-05-26) ### Added