diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-02-21 22:04:36 -0500 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-16 10:07:57 -0400 |
| commit | a35c2f214b1b1054229f31569f6df4090a7375a5 (patch) | |
| tree | a9e8c42026eeb6a4dcd0e582eefe506943afa0a5 /UPGRADE_NOTES.md | |
| parent | merge: fetch linked notes manually, unless we have them in DB - fixes 1006 (!... (diff) | |
| download | sharkey-a35c2f214b1b1054229f31569f6df4090a7375a5.tar.gz sharkey-a35c2f214b1b1054229f31569f6df4090a7375a5.tar.bz2 sharkey-a35c2f214b1b1054229f31569f6df4090a7375a5.zip | |
convert Authorized Fetch to a setting and add support for hybrid mode (essential metadata only)
Diffstat (limited to 'UPGRADE_NOTES.md')
| -rw-r--r-- | UPGRADE_NOTES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/UPGRADE_NOTES.md b/UPGRADE_NOTES.md index c941de6643..47ac649c31 100644 --- a/UPGRADE_NOTES.md +++ b/UPGRADE_NOTES.md @@ -1,5 +1,14 @@ # Upgrade Notes +## 2025.X.X + +### Authorized Fetch + +This version retires the configuration entry `checkActivityPubGetSignature`, which is now replaced with the new "Authorized Fetch" settings under Control Panel/Security. +The database migrations will automatically import the value of this configuration file, but it will never be read again after upgrading. +To avoid confusion and possible mis-configuration, please remove the entry **after** completing the upgrade. +Do not remove it before migration, or else the setting will reset to default (disabled)! + ## 2024.10.0 ### Hellspawns |