From 949cac91bdd3468c56bfccd2dde60c741bad712b Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 25 Oct 2023 19:19:59 +0200 Subject: [PATCH] Release: v2023.11-pre4 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23935e6ae..4d7e67752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## v2023.11-pre4 +### Highlights +This release mostly fixes regressions introduced in the last release preview. If you are running `v2023.11-pre3`, upgrading is strongly recommended. + +### Mastodon client API +- The compatible version was bumped to 4.2.1, to indicate support for the "hide list members from home timeline" feature +- Remote users are now automatically refreshed in background + +### Backend +- Errors in refetchPublicKeyForApId can no longer cause strange inbox queue behavior +- Database transactions were refactored so no non-database code is run in transaction blocks, fixing a possible backend stall condition in which all database connections are blocked by transactions +- User profile mentions resolution no longer recurses infinitely, fixing a possible DoS attack vector + +### Miscellaneous +- The `Mk` prefix was removed from all custom VueJS components +- `.yarn/sdks` was updated to fix language server problems in VSCode +- Various translation updates + +### Attribution +This release was made possible by project contributors: AntoineƐ, Aylam, jeder & Laura Hausmann + ## v2023.11-pre3 ### Breaking changes - Lists have been reworked, now only allowing followed users to be added, and support for proxy accounts has been removed. To allow users to follow any users they want to keep on their lists, the migration that removes all list members users are not following will only be activated in the release **after** the next stable release. It is therefore highly recommended to add an instance announcement informing your users of this change and advising them to follow any affected accounts and to use the new "hide from home timeline" list option if desired. diff --git a/package.json b/package.json index d15c4ea8e..b96207e0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iceshrimp", - "version": "2023.11-pre3", + "version": "2023.11-pre4", "codename": "aqua", "repository": { "type": "git",