summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2022-11-14 14:03:11 +0000
committerfeld <feld@feld.me>2022-11-14 14:03:11 +0000
commita9d991d31e5ba00b857dc6f147d50df2473545d3 (patch)
tree3ee87840897c0cf702ad5b543d1b24de90708b31 /CHANGELOG.md
parent39b24cdce683471372e2144dc00ed5d0f78740aa (diff)
parent0e1356ef9cc8c97afcc3242cfb8182a706c85276 (diff)
Merge branch 'develop' into 'akoma/deactivated-users'akoma/deactivated-users
# Conflicts: # CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30f5140bd..11f7509ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- **Breaking**: `/api/v1/pleroma/backups` endpoints now requires `read:backups` scope instead of `read:accounts`
- Updated the recommended pleroma.vcl configuration for Varnish to target Varnish 7.0+
- Set timeout values for Oban queues. The default is infinity and some operations may not time out on their own.
+- Delete activities are federated at lowest priority
### Added
- `activeMonth` and `activeHalfyear` fields in NodeInfo usage.users object
@@ -55,6 +56,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed slow timelines when there are a lot of deactivated users
- Fixed account deletion API
- Fixed lowercase HTTP HEAD method in the Media Proxy Preview code
+- Removed useless notification call on Delete activities
- Improved performance for filtering out deactivated and invisible users
### Removed