diff options
author | feld <feld@feld.me> | 2022-08-19 22:41:42 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2022-08-19 22:41:42 +0000 |
commit | 6ccab516a3f62682fe15f8efec36be82acafc155 (patch) | |
tree | 2409e23501d1b8aaa5ea08efdcf72345d18ada3c | |
parent | 06f9324afeef813dbd299926000cb21076d5f41c (diff) | |
parent | 80c32ae00b0a67a19fcddb5ca04651468dfe246d (diff) | |
download | pleroma-6ccab516a3f62682fe15f8efec36be82acafc155.tar.gz |
Merge branch 'varnish-fix-changelog' into 'develop'
Document the changes for Varnish 7.0+ compatibility and RFC compliance
See merge request pleroma/pleroma!3723
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ed9bbad..8d0ef4e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Allow users to remove their emails if instance does not need email to register - Uploadfilter `Pleroma.Upload.Filter.Exiftool` has been renamed to `Pleroma.Upload.Filter.Exiftool.StripLocation` +- Updated the recommended pleroma.vcl configuration for Varnish to target Varnish 7.0+ ### Added - `activeMonth` and `activeHalfyear` fields in NodeInfo usage.users object @@ -48,6 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fixed crash when pinned_objects is nil - 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 |