Added patch notes page. ๐
Fixed a significant bug in the back-end that could cause feeds to be permanently deleted from the DB if there was a BlueSky outage. Now we log the error, recheck for seven days, and if itโs still dead after all that time we assume the account is actually gone and mark the feed as deleted (but without removing it from the DB).
Updated the code to actually remove the feed HTML from the CDN, like our FAQ says we do, and which I genuinely thought Iโd already written code to do. Oops!