diff options
author | feld <feld@feld.me> | 2020-10-27 22:13:50 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-10-27 22:13:50 +0000 |
commit | 03a318af9ac1cc86e1201d6f55babd06c0b5ecd9 (patch) | |
tree | 1f45ec8d85a95ea677fc1e1a5e78f64e5241f36b /CHANGELOG.md | |
parent | e062329a177e1a1382cb3a44ef71e6d278b4963e (diff) | |
parent | 7d31122781c27e11e9e4ab62290cb772d64472d4 (diff) | |
download | pleroma-03a318af9ac1cc86e1201d6f55babd06c0b5ecd9.tar.gz pleroma-03a318af9ac1cc86e1201d6f55babd06c0b5ecd9.zip |
Merge branch 'develop' into 'feature/autofollowing'
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ced8a2d5f..6265d6127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Media preview proxy (requires `ffmpeg` and `ImageMagick` to be installed and media proxy to be enabled; see `:media_preview_proxy` config for more details). - Pleroma API: Importing the mutes users from CSV files. - Experimental websocket-based federation between Pleroma instances. +- App metrics: ability to restrict access to specified IP whitelist. - Configuration: Add `:instance, autofollowing_nicknames` setting to provide a way to make accounts automatically follow new users that register on the local Pleroma instance. - ### Changed - **Breaking** Requires `libmagic` (or `file`) to guess file types. - **Breaking:** Pleroma Admin API: emoji packs and files routes changed. - **Breaking:** Sensitive/NSFW statuses no longer disable link previews. +- **Breaking:** App metrics endpoint (`/api/pleroma/app_metrics`) is disabled by default, check `docs/API/prometheus.md` on enabling and configuring. - Search: Users are now findable by their urls. - Renamed `:await_up_timeout` in `:connections_pool` namespace to `:connect_timeout`, old name is deprecated. - Renamed `:timeout` in `pools` namespace to `:recv_timeout`, old name is deprecated. |