From f85250461cffc8cb49294f8e19922ba2b4766e1d Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 10 Nov 2021 14:41:44 +0000 Subject: [PATCH] CHANGELOG: Add unreleased changes --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a76142..0bf0c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Snikket Server changelog +## UNRELEASED + +- Increase shared file size limit from 16MB to 100MB +- Allow configurable storage quota for shared files +- Initial support for "limited" user accounts +- Support for group chat notifications on iOS +- Configurable port range for TURN service +- Ability to see basic server metrics in the web admin interface +- Support for advanced monitoring/alerting via Prometheus + +### Upgrading + +If you are using a reverse proxy in front of Snikket, ensure it can +handle the new upload limit (for example, in nginx the `client_max_body_size` +option). + ## beta.20210519 - Allow custom HTTP bind interface